Aspose::Words::Markup::StructuredDocumentTag::get_StyleName method. Gets or sets the name of the style applied to the structured Document tag in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are two ways to apply...
Aspose::Words::Fields::FieldTitle::get_Text method. Gets or sets the text of the title in C++.... auto doc = MakeObject < Document > ();...built-in document property. doc -> get_BuiltInDocumentPrope ()...
DocumentBuilder.insertBreak method. Inserts a break of the specified type into the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...
TableSubstitutionRule.add_substitutes method. Adds substitute font names for given original font name.... doc = aw . Document () font_settings...aw . fonts . FontSettings () doc . font_settings = font_settings...
Aspose::Words::DocumentBuilder::InsertBreak method. Inserts a break of the specified type into the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Specify that we want different...
DocumentBase.styles property. Returns a collection of styles defined in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...