get_DocxShowHiddenContent Метод
Gets a value indicating whether the hidden content must be shown on DOCX page.
var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();
var value; // Type: boolean
value = instance.get_DocxShowHiddenContent();
function get_DocxShowHiddenContent() : boolean;
Return Value
True - hidden content must be shown on DOCX page; false - hidden content must not be shown on DOCX page. Default value is false.