Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 143,398 for

font

(0.26 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. Font.clear_formatting method | Aspose.Words for...

    Font.clear_formatting method. Resets to default Font formatting....clear_formatting() Resets to default font formatting. def clear_formatting...self ): ... Remarks Removes all font formatting specified explicitly...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentBuilder.insert_hyperlink method | Aspos...

    DocumentBuilder.insert_hyperlink method. Inserts a hyperlink into the document....Note that you need to specify font formatting for the hyperlink...explicitly using the DocumentBuilder.font property. This methods internally...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. Aspose::Words::Drawing::ShapeBase::get_Font met...

    Aspose::Words::Drawing::ShapeBase::get_Font method. Provides access to the Font formatting of this object in C++....:get_Font method Contents [ Hide ] ShapeBase::get_Font method...method Provides access to the font formatting of this object. System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Font.underline_color property | Aspose.Words fo...

    Font.underline_color property. Gets or sets the color of the underline applied to the Font....underline_color property Font.underline_color property Gets or...the underline applied to the font. @property def underline_color...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Frequently Asked Questions | Aspose.Font for .NET

    Get answers to all the most frequent questions about Aspose.Font for .NET, which is a comprehensive API for Font manipulation and management....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/net/faq/
  8. FontFallbackSettings Class | Aspose.Words for .NET

    Discover Aspose.Words.Fonts.FontFallbackSettings for customizable Font fallback options, ensuring seamless document rendering and enhanced text display....FontFallbackSettings class Specifies font fallback mechanism settings...more, visit the Working with Fonts documentation article. public...

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

    Represents the Font family in Java....the font family. Remarks: A font family is a set of fonts having...access and print details of each font in a document. Document doc...

    reference.aspose.com/words/java/com.aspose.word...
  10. 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...