Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 139,610 for

font

(0.69 sec)
  1. DefaultFontSubstitutionRule.DefaultFontName | A...

    Discover how to easily manage the DefaultFontSubstitutionRule and customize your default Font name for enhanced design flexibility....property Gets or sets the default font name. public string DefaultFontName...Shows how to set the default font substitution rule. Document...

    reference.aspose.com/words/net/aspose.words.fon...
  2. Specify Individual or Private Set of Fonts for ...

    Learn how to specify an individual or private set of Fonts for workbook rendering using Aspose.Cells for C++....Individual or Private Set of Fonts for Workbook Rendering with...you specify the fonts directory or a list of fonts for all workbooks...

    docs.aspose.com/cells/cpp/specify-individual-or...
  3. Aspose::Words::Fonts::FontSettings::get_Default...

    Aspose::Words::Fonts::FontSettings::get_DefaultInstance method. Static default Font settings in C++....Aspose::Words::Fonts::FontSettings::get_DefaultInstance method...tance method Static default font settings. static System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. Font.Engrave | Aspose.Words for .NET

    Discover the Font Engrave property. Easily format Fonts for an elegant engraved look, enhancing your design's sophistication and appeal....Contents [ Hide ] Font.Engrave property True if the font is formatted...); builder . Font . Size = 36 ; builder . Font . Color = Color...

    reference.aspose.com/words/net/aspose.words/fon...
  5. Manage Fonts in Presentations Using JavaScript|...

    Control Fonts with Aspose.Slides for Node.js via Java: embed, substitute, and load custom Fonts to keep PPT, PPTX and ODP presentations clear and consistent....Manage Fonts in Presentations Using JavaScript Contents [ Hide...Hide ] Manage Font Related Properties Presentations usually contain...

    docs.aspose.com/slides/nodejs-java/manage-fonts/
  6. IWarningCallback Interface | Aspose.Words for .NET

    Implement the Aspose.Words.IWarningCallback interface to customize methods for capturing fidelity warnings during document loading and saving. Enhance document integrity!...match for a missing font from the available font sources. // Open...formatted with a font that does not exist in any of our font sources....

    reference.aspose.com/words/net/aspose.words/iwa...
  7. ParagraphFormat.KeepTogether | Aspose.Words for...

    Discover the ParagraphFormat KeepTogether property, ensure all lines stay together on one page for improved document readability and professional presentation....doc ); Font font = builder . Font ; font . Size = 16 ; font . Bold...Bold = true ; font . Color = Color . Blue ; font . Name = "Arial"...

    reference.aspose.com/words/net/aspose.words/par...
  8. DocumentBase.NodeChangingCallback | Aspose.Word...

    Discover the DocumentBase NodeChangingCallback property, which triggers on node insertions or removals, enhancing document management and workflow efficiency.... /// Sets a custom font name/size for the text contents.... Words . Font font = (( Run ) args . Node ). Font ; mLog . Append...

    reference.aspose.com/words/net/aspose.words/doc...
  9. INodeChangingCallback.NodeRemoved | Aspose.Word...

    Discover the INodeChangingCallback NodeRemoved method—triggered when a document node is removed, enhancing your coding efficiency and document management.... /// Sets a custom font name/size for the text contents.... Words . Font font = (( Run ) args . Node ). Font ; mLog . Append...

    reference.aspose.com/words/net/aspose.words/ino...
  10. 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...