Aspose::Words::Font::get_SmallCaps method. True if the font is formatted as small capital letters in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose :: Words...
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...
Aspose::Words::Properties::DocumentProperty::ToDateTime method. Returns the property value as DateTime in UTC in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> get_CustomDocumentProper ()...
ImageSaveOptions.pageSet property. Gets or sets the pages to render... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Page...
Represents an end of a bookmark in a Word Document in Java.... Document doc = createDocumentWithBo(3); BookmarkCollection...BookmarkCollection bookmarks = doc.getRange().getBookmarks(); p...
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 ....
Contains information about a font substitution warning that Aspose.Words issued during Document loading or saving in Java.... Document doc = new Document(getMyDir() + "Rendering...new WarningInfoCollectio(); doc.setWarningCallback(callback);...
DocumentBuilder.end_row method. Ends a table row in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a cell into the...
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...