Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 144,845 for

font

(0.53 sec)
  1. Font.style_identifier property | Aspose.Words f...

    Font.style_identifier property. Gets or sets the locale independent style identifier of the character style applied to this formatting....style_identifier property Font.style_identifier property Gets...Using the style name: builder . font . style_name = 'Emphasis' builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. How to Install Fonts in Linux|Documentation

    How to Install Fonts in Linux...Ask AI How to Install Fonts in Linux Contents [ Hide ] Overview...Linux has fewer default fonts, the font referenced in your Excel...

    docs.aspose.com/cells/net/how-to-install-font-i...
  3. Formatting PDF Document|Aspose.PDF for PHP via ...

    Format the PDF Document with Aspose.PDF for PHP via Java. Use the next code snippet to resolve your tasks....$document -> close (); Embedding Fonts in an Existing PDF File PDF...readers support a core of 14 fonts so that documents can be displayed...

    docs.aspose.com/pdf/php-java/formatting-pdf-doc...
  4. Aspose::Words::Paragraph::get_IsEndOfDocument m...

    Aspose::Words::Paragraph::get_IsEndOfDocument method. True if this paragraph is the last paragraph in the last section of the document in C++....Words :: 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...
  5. TextPath class | Aspose.Words for Node.js

    Aspose.Words.Drawing.TextPath class. Defines the text and formatting of the text path (of a WordArt object)...Description bold True if the font is formatted as bold. fitPath...of the textpath font. italic True if the font is formatted as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentBuilder.pushFont method | Aspose.Words ...

    DocumentBuilder.pushFont method. Saves current character formatting onto the stack....DocumentBuilder ( doc ); // Set up font formatting, then write the text... builder . font . name = "Arial" ; builder . font . size = 24...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for JavaScript via C++ API....update various font properties such as font name, font color, boldness...each portion uses a different font. The following code snippet...

    docs.aspose.com/cells/javascript-cpp/access-and...
  8. Font.Spacing | Aspose.Words for .NET

    Discover the Font Spacing property to easily adjust character spacing in points. Enhance readability and design with precise typographic control....Spacing Contents [ Hide ] Font.Spacing property Returns or sets...character width to 150%. builder . Font . Scaling = 150 ; builder ....

    reference.aspose.com/words/net/aspose.words/fon...
  9. DocumentBuilderOptions | Aspose.Words for Java

    Allows to specify additional options for the document building process in Java....// Default font size is 12. builder.writeln("Font size 12 here...insertCell(); // Changes the font size inside the table. builder...

    reference.aspose.com/words/java/com.aspose.word...
  10. Font.small_caps property | Aspose.Words for Python

    Font.small_caps property. True if the Font is formatted as small capital letters....property Font.small_caps property True if the font is formatted...text = 'all capitals' ) run . font . all_caps = True para . append_child...

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