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

fontsettings

(0.75 sec)
  1. FontSettings.fallbackSettings property | Aspose...

    Fontsettings.fallbackSettings property. Settings related to font fallback mechanism....fallbackSettings property FontSettings.fallbackSettings property...Words.Fonts class FontSettings FontSettings.defaultInstance property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to Imprve performance below below Aspose.wo...

    Below is the C# code which is taking longer time to execute public void CreatePDFFile() { try { var logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); …...FontSettings fontSettings = new Aspose.Words...Words.Fonts.FontSettings(); fontSettings.SetFontsFolder(fontFolder...

    forum.aspose.com/t/how-to-imprve-performance-be...
  3. FontSettings.saveSearchCache method | Aspose.Wo...

    Fontsettings.saveSearchCache method. Saves the font search cache to the stream....Fonts class FontSettings FontSettings.resetFontSources method...method FontSettings.setFontsFolder method...

    reference.aspose.com/words/nodejs-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. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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
  10. Aspose.word save pdf 样式错误 - Free Support Forum ...

    Document doc = new Document(“template.docx”); DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd(); builder.writeln(“test.”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFor…...folder : FontSettings fontSettings = new FontSettings(); fontSettings...sub‑folders doc.setFontSettings(fontSettings); Embed the fonts in the...

    forum.aspose.com/t/aspose-word-save-pdf/321219