FindReplaceOptions.findWholeWordsOnly property. True indicates the oldValue must be a standalone word.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Jackson...
Discover how to use the FieldInclude BookmarkName property to easily manage bookmarks in your Documents for enhanced organization and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use an INCLUDE field...
Discover how to utilize the FieldInclude SourceFullName property to efficiently manage Document locations. Enhance your workflow today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use an INCLUDE field...
Discover the FieldInclude TextConverter property—easily manage file format conversions with customizable text converter names for enhanced workflow efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use an INCLUDE field...
Aspose::Words::PageSetup::get_TextColumns method. Returns a collection that represents the set of text columns in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < TextColumnCollection...
Aspose::Words::Layout::RevisionOptions::get_ShowInBalloons method. Allows to specify whether the revisions are rendered in the balloons. Default value is None in C++.... auto doc = MakeObject < Document > ( MyDir...on the page's right margin. doc -> get_LayoutOptions () -> get_RevisionOptions...
FieldXE.page_range_bookmark_name property. Gets or sets the name of the bookmark that marks a range of pages that is inserted as the entry's page number.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...