Aspose.Words.Saving.ImageSaveOptions class. Allows to specify additional options when rendering document pages or shapes to images...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...imgOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
FindReplaceOptions.direction property. Selects direction for replace...([ aw . Replacing . FindReplaceDirection . Backward , aw . Replacing...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...
InlineStory.parentParagraph property. Retrieves the parent [Paragraph](../../paragraph/) of this node....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...
Comment.storyType property. Returns [StoryType.Comments](../../storytype/#Comments)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...
Aspose.Words.DocumentBuilder.insertDocument method... let doc = new aw . Document ( base . myDir + "Document..."Document.docx" ); let builder = new aw . DocumentBuilder ( doc ); builder...
Aspose.Words.Replacing.FindReplaceDirection enumeration. Specifies direction for replace operations....([ aw . Replacing . FindReplaceDirection . Backward , aw . Replacing...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...
InlineStory.font property. Provides access to the font formatting of the anchor character of this object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...= builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...
InlineStory.font property. Provides access to the font formatting of the anchor character of this object.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...
FieldAutoText.entry_name property. Gets or sets the name of the AutoText entry.... doc = aw . Document () # Create a glossary...it. doc . glossary_document = aw . buildingblocks . GlossaryDocument...