Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 2,449 for

fontsettings

(0.13 sec)
  1. 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...
  2. FontSettings.reset_font_sources method | Aspose...

    Fontsettings.reset_font_sources method. Resets the fonts sources to the system default.... FontSettings () # By default, a blank...words.fonts class FontSettings FontSettings.get_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. 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...
  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. FontFallbackSettings.load_noto_fallback_setting...

    FontFallbackSettings.load_noto_fallback_settings method. Loads predefined fallback settings which uses Google Noto fonts.... FontSettings () # These are free fonts...font_settings = aw . fonts . FontSettings () doc . font_settings =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. Specify TrueType Fonts Location|Aspose.Words fo...

    Specify various TrueType font sources: system folder, user sources, loading fonts from a stream, a file system or memory using Python....file, memory) using the FontSettings and FontSourceBase classes...is defined by default in FontSettings . On different operating...

    docs.aspose.com/words/python-net/specifying-tru...
  9. Using own fonts for Html to Pdf converter in Do...

    How to use certain fonts for Html to Pdf converter in docker in .NET...to a specific folder, use FontSettings : using Aspose.Html; using...// Create a FontSettings instance var fontSettings = new FontSettings();...

    forum.aspose.com/t/using-own-fonts-for-html-to-...
  10. Word to Pdf:Document Format - Free Support Foru...

    I’ve noticed inconsistencies in paragraph formatting when converting some documents to PDF. For example, text that’s on the second line in Word becomes the third line in PDF; in extreme cases, a one-page document becomes…..."C:/MyFonts"; FontSettings fontSettings = new FontSettings(); fontSettings...docx"); doc.setFontSettings(fontSettings); PdfSaveOptions saveOptions...

    forum.aspose.com/t/word-to-pdf-document-format/...