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

fontsettings

(0.11 sec)
  1. DefaultFontSubstitutionRule class | Aspose.Word...

    aspose.words.fonts.DefaultFontSubstitutionRule class. Default font substitution rule... FontSettings () doc . font_settings =...substitution rule within FontSettings. # This rule will substitute...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FontFallbackSettings.save method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.save method... FontSettings () font_settings . fallback_settings...save ( ARTIFACTS_DIR + 'FontSettings.load_font_fallback_settings_from_stream...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FontSettings.save_search_cache method | Aspose....

    Fontsettings.save_search_cache method. Saves the font search cache to the stream.... Remarks See FontSettings.set_fonts_sources() method...words.fonts class FontSettings FontSettings.reset_font_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DefaultFontSubstitutionRule.defaultFontName pro...

    DefaultFontSubstitutionRule.defaultFontName property. Gets or sets the default font name.... FontSettings . defaultInstance . getFontsSources...available. aw . Fonts . FontSettings . defaultInstance . substitutionSettings...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FontFallbackSettings.load method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.load method... FontSettings () font_settings . fallback_settings...file_name = ARTIFACTS_DIR + 'FontSettings.LoadFontFallbackSett.pdf'...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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...
  7. 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
  8. ReportBuilderContext | Aspose.Words for Java

    LINQ Reporting Engine context in Java.... setFontSettings(FontSettings value) Font settings used...getFontSettings() public FontSettings getFontSettings() Font settings...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Fonts::FontSourceBase class | As...

    Aspose::Words::Fonts::FontSourceBase class. This is an abstract base class for the classes that allow the user to specify various font sources. To learn more, visit the documentation article in C++....Document > (); doc -> set_FontSettings ( System :: MakeObject <...Fonts :: FontSettings > ()); doc -> get_FontSettings () -> SetFontsSources...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. SystemFontSource | Aspose.Words for Java

    Represents all TrueType fonts installed to the system in Java....setFontSettings(new FontSettings()); // By default, a blank...doc.setFontSettings(new FontSettings()); // By default, a blank...

    reference.aspose.com/words/java/com.aspose.word...