BuiltInDocumentProperties.hyperlinksChanged property. Indicates whether hyperlinks in a Document were changed.... let doc = new aw . Document ( base ...."Extended properties.docx" ); expect ( doc . builtInDocumentPrope...
TextPath.rotate_letters property. Determines whether the letters of the text are rotated.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...
TextPath.text property. Defines the text of the text path.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...
TextPath.italic property. True if the font is formatted as italic.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...
View and Update PDF, Microsoft Excel spreadsheets, PowerPoint Presentations and Word Documents metadata via mobile android application....Android DOC Files Metadata DOCM Files Metadata DOCX Files Metadata...
Aspose::Words::Document::get_CusTomXmlParts method. Gets or sets the collection of CusTom XML Data STorage Parts in C++....Custom XML Parts into OOXML and DOC documents only. This property...tag with custom XML data. auto doc = System :: MakeObject < Aspose...
Aspose::Words::Document::UpdateFields method. Updates the values of fields in the whole Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a table of contents...
Aspose::Words::Markup::CusTomXmlPartCollection::Clone method. Makes a deep copy of this collection and its items in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...
Aspose::Words::Markup::CusTomXmlPartCollection::get_Count method. Gets the number of elements contained in the collection in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...
DocumentBuilder.underline property. Gets/sets underline type for the current font.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . underline = aw...