Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 72,887 for

font

(0.1 sec)
  1. Aspose::Words::ParagraphFormat::get_AddSpaceBet...

    Aspose::Words::ParagraphFormat::get_AddSpaceBetweenFarEastAndAlpha method. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of Latin text and regions of East Asian text in the current paragraph in C++....SharedPtr < Font > font = builder -> get_Font (); font -> set_Size...set_Size ( 16 ); font -> set_Bold ( true ); font -> set_Color ( System...

    reference.aspose.com/words/cpp/aspose.words/par...
  2. DocumentBuilderOptions.context_table_formatting...

    DocumentBuilderOptions.context_table_formatting property. True if the formatting applied to table content does not affect the formatting of the content that follows it...# Default font size is 12. builder . writeln ( 'Font size 12 here...Changes the font size inside the table. builder . font . size =...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Story.first_paragraph property | Aspose.Words f...

    Story.first_paragraph property. Gets the first paragraph in the story....format a run of text using its font property. doc = aw . Document...world!' ) font = run . font font . name = 'Courier New' font . size...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentBuilder.insertParagraph method | Aspose...

    DocumentBuilder.insertParagraph method. Inserts a paragraph break into the document....); let font = builder . font ; font . size = 16 ; font . bold...bold = true ; font . color = "#0000FF" ; font . name = "Arial" ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Font.smallCaps property | Aspose.Words for Node.js

    Font.smallCaps property. True if the Font is formatted as small capital letters....smallCaps property Font.smallCaps property True if the font is formatted...doc , "all capitals" ); run . font . allCaps = true ; para . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Font.position property | Aspose.Words for Node.js

    Font.position property. Gets or sets the position of text (in points) relative to the base line...position property Font.position property Gets or sets the position...doc , "Raised text. " ); run . font . position = 5 ; para . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Font.allCaps property | Aspose.Words for Node.js

    Font.allCaps property. True if the Font is formatted as all capital letters....allCaps property Font.allCaps property True if the font is formatted...doc , "all capitals" ); run . font . allCaps = true ; para . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DefaultFontSubstitutionRule class | Aspose.Word...

    Aspose.Words.Fonts.DefaultFontSubstitutionRule class. Default Font substitution rule...DefaultFontSubstitut class Default font substitution rule. To learn...more, visit the Working with Fonts documentation article. Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. EOT to TTF Converter API | C++

    Convert EOT to TTF with Aspose.Font for C++. Our API supports Windows and Linux, providing a flexible solution for any development environment....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/font/cpp/conversion/eot-to-...
  10. Font.strike_through property | Aspose.Words for...

    Font.strike_through property. True if the Font is formatted as strikethrough text....property Font.strike_through property True if the font is formatted...single-line strikethrough.' ) run . font . strike_through = True para...

    reference.aspose.com/words/python-net/aspose.wo...