Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 139,617 for

font

(0.34 sec)
  1. FAQ|Aspose.Slides Documentation

    Get answers to FAQ on Aspose.Slides for C++, covering PowerPoint and OpenDocument support, installation guidance, licensing, troubleshooting....based on the metrics of the font specified in the PowerPoint...presentation. If the specified font is missing, it is replaced with...

    docs.aspose.com/slides/cpp/faqs/
  2. FAQ|Aspose.Words for Java

    Aspose.Words for Java answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics.... Q: Why are the layout and fonts in the output document different...original? The font may not be available, or the font format is supported...

    docs.aspose.com/words/java/faq/
  3. Prefix Table Elements Styles with HtmlSaveOptio...

    Learn how to prefix table element styles in HTML using Aspose.Cells for JavaScript via C++....enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...cell – font color is Red const st = cell . style ; st . font . color...

    docs.aspose.com/cells/javascript-cpp/prefix-tab...
  4. Saving converted word document into PDF takes f...

    Hi Team, We are encountering an issue while converting a .docx file to PDF using Aspose. Specifically, the process hangs indefinitely at the line: wordDoc.save(os, SaveFormat.PDF); Here is the relevant snippet for ref…...complexity of the document, font settings, or specific content...resolves the issue. Font Settings : Ensure that the font settings are...

    forum.aspose.com/t/saving-converted-word-docume...
  5. Display typeface

    What is display Font? Get a comprehensive understanding of these typefaces, their classification, peculiarities, pros, and cons....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/net/what-is-font/display-f...
  6. FontSettings.fallbackSettings property | Aspose...

    FontSettings.fallbackSettings property. Settings related to Font fallback mechanism....property Settings related to font fallback mechanism. get fallbackSettings...fallbackSettings () : Aspose . Words . Fonts . FontFallbackSettings See Also...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FontSettings.substitutionSettings property | As...

    FontSettings.substitutionSettings property. Settings related to Font substitution mechanism....property Settings related to font substitution mechanism. get...substitutionSettings () : Aspose . Words . Fonts . FontSubstitutionSett See Also...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Setting Headers and Footers with JavaScript via...

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets using Aspose.Cells for JavaScript via C++....&WO &"<FontName>" Represents a font name. For example: &“Arial”...&"<FontName>, <FontStyle>" Represents a font name with style. For example:...

    docs.aspose.com/cells/javascript-cpp/setting-he...
  9. EmphasisMark Enum | Aspose.Words for .NET

    Discover Aspose.Words.EmphasisMark enum, featuring diverse emphasis types to enhance your document formatting. Elevate your text's impact today!... Font . EmphasisMark = emphasisMark...builder . Writeln (); builder . Font . ClearFormatting (); builder...

    reference.aspose.com/words/net/aspose.words/emp...
  10. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....textFragment -> get_TextState () -> set_Font ( FontRepository :: FindFont...outputFileName ); } Loading Font from Stream The following code...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/