Aspose::Words::DocumentBuilder::InsertStructuredDocumentTag method. Inserts a StructuredDocumentTag into the document in C++.... will inherit paragraph and font formatting from cursor position...
Aspose::Words::InlineStory::get_Tables method. Gets a collection of tables that are immediate children of the story in C++.... footnote -> get_Font () -> set_Name ( u "Arial" );...); footnote -> get_Font () -> set_Color ( System :: Drawing ::...
Aspose::Words::Tables::TextWrapping enum. Specifies how text is wrapped around the table in C++....FromPoints ( 300 )); builder -> get_Font () -> set_Size ( 16 ); builder...
Aspose::Words::Document::UpdatePageLayout method. Rebuilds the page layout of the document in C++....idx_get ( u "Normal" ) -> get_Font () -> set_Size ( 6 ); doc ->...
Aspose::Words::ConditionalStyle::get_LeftPadding method. Gets or sets the amount of space (in points) to add to the left of the contents of table cells in C++....-> get_LastColumn () -> get_Font () -> set_Bold ( true ); //...Aspose::Words::ConditionalStyle::get_Font method Aspose::Words::Condi...
Aspose::Words::Fields::FieldStart class. Represents a start of a Word field in a document. To learn more, visit the documentation article in C++.... get_Font () Provides access to the font formatting of...
Aspose::Words::Style::get_IsHeading method. True when the style is one of the built-in Heading styles in C++....C++ Aspose::Words::Style::get_Font method Aspose::Words::Style::get_IsQuickStyle...
Aspose::Words::Document::Save method. Saves the document to a stream using the specified format in C++....DocumentBuilder > ( doc ); builder -> get_Font () -> set_Name ( u "Times New...New Roman" ); builder -> get_Font () -> set_Size ( 24 ); builder...