DocumentBuilder.currentNode property. Gets the node that is currently selected in this DocumentBuilder....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...firstParagraph . getChildNodes ( aw . NodeType . Any , false ); expect...
ImportFormatOptions.ignore_text_boxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... dst_doc = aw . Document () builder = aw . DocumentBuilder...document. src_doc = aw . Document () builder = aw . DocumentBuilder...
Cell.firstParagraph property. Gets the first paragraph among the immediate children....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...'CreateNestedTable' , () => { let doc = new aw . Document (); // Create the...
FieldOptions.toa_categories property. Gets or sets the table of authorities categories.... doc = aw . Document () builder = aw . DocumentBuilder...collection. toa_categories = aw . fields . ToaCategories () doc...
SdtListItemCollection.selected_value property. Specifies currently selected value in this list... doc = aw . Document () tag = aw . markup . StructuredDocumentTa...( doc , aw . markup . SdtType . DROP_DOWN_LIST , aw . markup...
InlineStory.storyType property. Returns the type of the story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...
InlineStory.tables property. Gets a collection of tables that are immediate children of the story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...
Footnote.storyType property. Returns [StoryType.Footnotes](../../../aspose.words/storytype/#Footnotes) or [StoryType.Endnotes](../../../aspose.words/storytype/#Endnotes)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...