Sort Score
Result 10 results
Languages All
Labels All
Results 3,701 - 3,710 of 121,054 for

fonts api

(1.19 sec)
  1. Aspose::Words::Drawing::FillType enum | Aspose....

    Aspose::Words::Drawing::FillType enum. Specifies fill type for a fillable object in C++....docx" ); // Get Fill object for Font of the first Run. System ::...get_Runs () -> idx_get ( 0 ) -> get_Font () -> get_Fill (); // Check...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::ParagraphFormat::get_SnapToGrid ...

    Aspose::Words::ParagraphFormat::get_SnapToGrid method. Specifies whether the current paragraph should use the document grid lines per page settings when laying out the contents in the paragraph in C++.... // A large enough font size will push some lines down...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. Aspose::Words::Document::get_HyphenationOptions...

    Aspose::Words::Document::get_HyphenationOptions method. Provides access to document hyphenation options in C++....DocumentBuilder > ( doc ); builder -> get_Font () -> set_Size ( 24 ); builder...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::Document::Cleanup method | Aspos...

    Aspose::Words::Document::Cleanup method. Cleans unused styles and lists from the document in C++....DocumentBuilder > ( doc ); builder -> get_Font () -> set_Style ( doc -> get_Styles...DocumentBuilder > ( doc ); builder -> get_Font () -> set_Style ( doc -> get_Styles...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Aspose::Words::ConditionalStyle::get_BottomPadd...

    Aspose::Words::ConditionalStyle::get_BottomPadding method. Gets or sets the amount of space (in points) to add below the contents of table cells in C++....-> get_LastColumn () -> get_Font () -> set_Bold ( true ); //...Aspose::Words::ConditionalStyle::get_Font method...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Aspose::Words::DocumentBuilder::get_Italic meth...

    Aspose::Words::DocumentBuilder::get_Italic method. True if the font is formatted as italic in C++....DocumentBuilder::get_Italic method True if the font is formatted as italic. bool...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Aspose::Words::DocumentBuilder::DocumentBuilder...

    Aspose::Words::DocumentBuilder::DocumentBuilder constructor. Initializes a new instance of this class in C++....DocumentBuilder > ( doc ); // Specify font formatting, then add text. System...Words :: Font > font = builder -> get_Font (); font -> set_Size...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Aspose::Words::TextWatermarkOptions::get_FontFa...

    Aspose::Words::TextWatermarkOptions::get_FontFamily method. Gets or sets font family name. The default value is "Calibri" in C++....tFamily method Gets or sets font family name. The default value...

    reference.aspose.com/words/cpp/aspose.words/tex...
  9. Aspose::Words::DocumentBuilder::PopFont method ...

    Aspose::Words::DocumentBuilder::PopFont method. Retrieves character formatting previously saved on the stack in C++....DocumentBuilder > ( doc ); // Set up font formatting, then write the text...get_Font () -> set_Name ( u "Arial" ); builder -> get_Font ()...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Aspose::Words::Document::CopyStylesFromTemplate...

    Aspose::Words::Document::CopyStylesFromTemplate method. Copies styles from the specified template to a document in C++...."TemplateStyle1" ); style -> get_Font () -> set_Name ( u "Times New...New Roman" ); style -> get_Font () -> set_Color ( System :: Drawing...

    reference.aspose.com/words/cpp/aspose.words/doc...