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

fontsettings

(0.07 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. 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...
  3. 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...
  4. ReplacerContext | Aspose.Words for Java

    Find/replace operation context in Java.... setFontSettings(FontSettings value) Font settings used...getFontSettings() public FontSettings getFontSettings() Font settings...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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...
  6. 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...
  7. Aspose::Words::Fonts::TableSubstitutionRule::Ad...

    Aspose::Words::Fonts::TableSubstitutionRule::AddSubstitutes method. Adds substitute font names for given original font name in C++....Document > (); doc -> set_FontSettings ( System :: MakeObject <...Aspose :: Words :: Fonts :: FontSettings > ()); // By default, a...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. Aspose::Words::Fonts::TableSubstitutionRule::Ge...

    Aspose::Words::Fonts::TableSubstitutionRule::GetSubstitutes method. Returns array containing substitute font names for the specified original font name in C++....Document > (); doc -> set_FontSettings ( System :: MakeObject <...Aspose :: Words :: Fonts :: FontSettings > ()); // By default, a...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. 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
  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/...