HtmlSaveOptions.export_original_url_for_linked_images property. Specifies whether original URL should be used as the URL of the linked images... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) options = aw . saving . HtmlSaveOptions ()...
PlainTextDocument.text property. Gets textual content of the document concatenated as a string....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...docx" ); let plaintext = new aw . PlainTextDocument ( base ....
PageSetup.headingLevelForChapter property. Gets or sets the heading level style that is applied to the chapter titles in the document.... let doc = new aw . Document ( base . myDir + "Big...pageSetup . pageNumberStyle = aw . NumberStyle . UppercaseRoman...
LayoutEnumerator.kind property. Gets the kind of the current entity... doc = aw . Document ( MY_DIR + 'Layout...like a tree. layout_enumerator = aw . layout . LayoutEnumerator (...
Row.lastCell property. Returns the last [Cell](../../cell/) in the row....'TableToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...
Row.isFirstRow property. True if this is the first row in a table; false otherwise....'TableToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...
LayoutEnumerator constructor. Initializes new instance of this class.... doc = aw . Document ( MY_DIR + 'Layout...like a tree. layout_enumerator = aw . layout . LayoutEnumerator (...
StructuredDocumentTagRangeStart.title property. Specifies the friendly name associated with this structured document tag... let doc = new aw . Document ( base . myDir + "Multi-section...rangeStartTag = doc . getChildNodes ( aw . NodeType . StructuredDocumentTa...
StructuredDocumentTagRangeStart.rangeEnd property. Specifies end of range if the [StructuredDocumentTag](../../structureddocumenttag/) is a ranged structured document tag... let doc = new aw . Document ( base . myDir + "Multi-section...rangeStartTag = doc . getChildNodes ( aw . NodeType . StructuredDocumentTa...