Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 2,456 for

fontsettings

(0.08 sec)
  1. Aspose::Words::Fonts::FontConfigSubstitutionRul...

    Aspose::Words::Fonts::FontConfigSubstitutionRule class. Font config substitution rule. To learn more, visit the documentation article in C++.... auto fontSettings = System :: MakeObject <...Aspose :: Words :: Fonts :: FontSettings > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. WatermarkerContext | Aspose.Words for Java

    Document watermarker context in Java.... setFontSettings(FontSettings value) Font settings used...getFontSettings() public FontSettings getFontSettings() Font settings...

    reference.aspose.com/words/java/com.aspose.word...
  3. Font FallBack Settings from XML in C++|Aspose.W...

    The Font fallback mechanism is used when the font is resolved, but it does not contain a specific character. In this case, Aspose.Words tries to use one of the fallback fonts for the character....FontFallbackSettings > settings = fontSettings -> get_FallbackSettings...the following methods: C++ fontSettings -> get_FallbackSettings...

    docs.aspose.com/words/cpp/font-fallback-setting...
  4. excel转PDF时,字体加粗了 - Free Support Forum - aspose.com

    excel 文件里面有的行包含特殊的字符,转PDF时自动加粗了,导致与其他行格式不一致...setStyle(style); FontSetting[] fontSettings = d15.getCharacters();...for(FontSetting fontsetting : fontSettings) { fontsetting.getFont()...

    forum.aspose.com/t/excel-pdf/323763
  5. FontSettings.setFontsFolder method | Aspose.Wor...

    Fontsettings.setFontsFolder method. Sets the folder where Aspose.Words looks for TrueType fonts when rendering documents or embedding fonts... This is a shortcut to FontSettings.setFontsFolders() for setting...Words.Fonts class FontSettings FontSettings.saveSearchCache method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Empty hyperlink Anchor Elements Rendered as Vis...

    Hello Support, When converting a DOCX file to PDF using Aspose.Words, an empty self-closing <w:hyperlink> element is incorrectly rendered as visible text in the PDF output. The element <w:hyperlink w:anchor="_bookmark0…...fonts import FontSettings from pathlib import Path...update_fields() font_settings = FontSettings() font_settings.fallback_settings...

    forum.aspose.com/t/empty-hyperlink-anchor-eleme...
  7. Install TrueType Fonts on Linux in C#|Aspose.Wo...

    Aspose.Words for .NET allows rendering a document created using Microsoft Word on a Linux machine with the best accuracy using C#. To accomplish this, copy font files from a Windows machine or Install a `TrueType` font package onto your Linux machine in C#....location of the fonts using the FontSettings class in Aspose.Words. Verify...fonts Related APIs FontSettings FontSettings.SetFontsSources()...

    docs.aspose.com/words/net/installing-truetype-f...
  8. FontSettings.substitution_settings property | A...

    Fontsettings.substitution_settings property. Settings related to font substitution mechanism....substitution_settings property FontSettings.substitution_settings property...font_settings = aw . fonts . FontSettings () # By default, a blank...

    reference.aspose.com/words/python-net/aspose.wo...
  9. WarningType | Aspose.Words for Java

    Specifies the type of a warning that is issued by Aspose.Words during document loading or saving in Java.... FontSettings fontSettings = new FontSettings(); fontSettings...setDefaultFontName("Arial"); fontSettings.getSubstitutionSetti()....

    reference.aspose.com/words/java/com.aspose.word...
  10. FontSourceBase class | Aspose.Words for Python

    aspose.words.fonts.FontSourceBase class. This is an abstract base class for the classes that allow the user to specify various font sources... FontSettings () doc . font_settings ...module aspose.words.fonts FontSettings class FontSourceType enumeration...

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