Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 2,459 for

fontsettings

(0.08 sec)
  1. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...Word转PDF代码如下: FontSettings fontSettings = new FontSettings(); fontSettings...

    forum.aspose.com/t/word/316558
  2. Aspose::Words::Fonts::FontSourceType enum | Asp...

    Aspose::Words::Fonts::FontSourceType enum. Specifies the type of font source in C++....Document > (); doc -> set_FontSettings ( System :: MakeObject <...Fonts :: FontSettings > ()); doc -> get_FontSettings () -> SetFontsSources...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. ChmLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading CHM document into a Document object in Java.... setFontSettings(FontSettings value) Allows to specify...getFontSettings() public FontSettings getFontSettings() Allows...

    reference.aspose.com/words/java/com.aspose.word...
  4. FontConfigSubstitutionRule class | Aspose.Words...

    aspose.words.fonts.FontConfigSubstitutionRule class. Font config substitution rule... FontSettings () font_config_substitution...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FileFontSource constructor | Aspose.Words for P...

    aspose.words.fonts.FileFontSource constructor... FontSettings () doc . font_settings ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. MemoryFontSource class | Aspose.Words for Python

    aspose.words.fonts.MemoryFontSource class. Represents the single TrueType font file stored in memory... FontSettings () doc . font_settings ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself. Here’s the code I used to generate my test outputs: string dir = @"C:\Users\";…...conversion only FontSettings fontSettings = new FontSettings(); fontSettings...TextRenderingHint.AntiAlias, FontSettings = fontSettings // <-- attach the...

    forum.aspose.com/t/incorrect-rendering-when-con...
  8. WarningInfo class | Aspose.Words for Python

    aspose.words.WarningInfo class. Contains information about a warning that Aspose.Words issued during document loading or saving... FontSettings () font_settings . substitution_settings...file_name = ARTIFACTS_DIR + 'FontSettings.EnableFontSubstituti.pdf'...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Conversion to PDF taking over 1 minute with Lar...

    Hi, I am facing some issues when converting to PDF from excel / word with documents of larger size. They are taking over 1 minute of time for the conversion. This usually happens with larger files (5-20mb) however, som…...FontSettings fontSettings = new(); fontSettings.SetFon...ath, true); doc.FontSettings = fontSettings; //doc.LayoutOptions...

    forum.aspose.com/t/conversion-to-pdf-taking-ove...
  10. MarkdownLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.MARKDOWN document into a Document object in Java.... setFontSettings(FontSettings value) Allows to specify...getFontSettings() public FontSettings getFontSettings() Allows...

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