Aspose::Words::HeaderFooter::get_IsLinkedToPrevious method. True if this header or footer is linked to the corresponding header or footer in the previous section in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Section...
This is an abstract base class for the font substitution rule.... auto doc = MakeObject<Document>(); doc->set_FontSett...system font source. ASSERT_EQ(1, doc->get_FontSettings()->GetFont...
aspose.words.layout.RevisionColor enumeration. Allows to specify color of Document revisions.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a revision, then...
FindReplaceOptions IgnoreFieldCodes property. Gets or sets a boolean value indicating either to ignore text inside field codes. The default value is false in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "INCLUDETEXT"...
Allows to specify additional options when rendering Document pages or shapes to images.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); builder->get_Font()->set_Name(u...
FieldGoToButton.location property. Gets or sets the name of a bookmark, a page number, or some other item to jump to.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add a GOTOBUTTON field...