Aspose::Words::Fonts::FontInfoCollection::get_Count method. Gets the number of elements contained in the collection in C++.... auto doc = System :: MakeObject < Aspose...about that font. ASSERT_EQ ( 3 , doc -> get_FontInfos () -> get_Count...
ImageSaveOptions.pageSet property. Gets or sets the pages to render... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Page...
Section.body property. Returns the [Body](../../body/) child node of the section.... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...
DocumentBase.backgroundShape property. Gets or sets the background shape of the Document... let doc = new aw . Document (); expect ( doc . backgroundShape...= new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType ....
Discover the Node PreviousPreOrder method to efficiently retrieve the prior node using the preorder tree traversal algorithm for optimized data processing.... Document doc = new Document ( MyDir + "Images..."Images.docx" ); Assert . That ( doc . GetChildNodes ( NodeType ....
BookmarkCollection.clear method. Removes all bookmarks from this collection and from the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert five bookmarks with...
StructuredDocumentTag.style_name property. Gets or sets the name of the style applied to the structured Document tag.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways to apply...
FieldTitle.text property. Gets or sets the text of the title.... doc = aw . Document () # Set a value...built-in document property. doc . built_in_document_properties...