Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 15,470 for

load font

(0.34 sec)
  1. Aspose::Words::Fonts::FontSettings class | Aspo...

    Aspose::Words::Fonts::FontSettings class. Specifies Font settings for a document. To learn more, visit the documentation article in C++....Aspose::Words::Fonts::FontSettings class Contents [ Hide ] FontSettings...FontSettings class Specifies font settings for a document. To...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. FontSettings.SetFontsFolders | Aspose.Words for...

    Discover how to use the SetFontsFolders method in Aspose.Words to customize TrueType Font locations for optimal document rendering and embedding....TrueType fonts when rendering documents or embedding fonts. public...folders that contain TrueType fonts. recursive Boolean True to scan...

    reference.aspose.com/words/net/aspose.words.fon...
  3. Change Table Style in Word Documents|Aspose.Wor...

    Advanced table formatting C++. Create a table style using C++. Apply table style C++....borders, shading, alignment, and font can be set in a table style...styles are preserved during loading and saving in the following...

    docs.aspose.com/words/cpp/working-with-tablestyle/
  4. Parse PDF in Python: A Powerful Step-by-Step Guide

    Learn how to parse PDF in Python using Aspose.PDF for Python, the best Python PDF parser. Extract text, tables, and images with step-by-step examples....The Document class is used to load the PDF file, while the TextAbsorber...All Pages of a PDF in Python # Load the PDF document using the Document...

    blog.aspose.com/pdf/parse-pdf-in-python/
  5. Manipulate and Substitute TrueType Fonts in C++...

    Aspose.Words for C++ can embed the correct TrueType Fonts into the resulting document to ensure that it displays accurately. If a Font or a specific character is not available, Aspose.Words searches for a suitable Font replacement or uses the Font fallback mechanism....Manipulate and Substitute TrueType Fonts Contents [ Hide ] Aspose.Words...Words requires TrueType fonts for a variety of tasks, including...

    docs.aspose.com/words/cpp/manipulate-and-substi...
  6. 在 Excel 中使用 C++ 更改批注背景色的方法|Documentation

    如何更改 Excel 批注中的颜色。以及如何使用 C++ 在批注中插入图片或图像。..." ); Font font = comment . GetFont (); font . SetName (...( u "Times New Roman" ); // Load an image into stream U16String...

    docs.aspose.com/cells/zh/cpp/how-to-set-comment...
  7. truetype字体的字形和指标|Java

    Java API可供开发人员操纵和字体文件。了解如何与Java内TTF字体的字形和指标一起工作的基础。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/java/glyphs-and-metrics...
  8. "GetRowHeightInch" returns wrong height for aut...

    See attached sample: I write a long text to a cell, set “IsTextWrapped = true” and call “AutoFitRows”. AsposeCellsRowHeightInch.zip (11.9 KB) When calling “GetRowHeightInch” afterwards (for setting horizontal page brea…... It happens only when I load a template file that uses the...the (old) excel default font “Calibri”, but with nondefault size...

    forum.aspose.com/t/getrowheightinch-returns-wro...
  9. Keeping the header and the footer when saving a...

    Hello, I’ve tried to save a xlsx file in html, but I’ve lost the header and the footer in the output file. I think it’s the normal functionality of excel but just to be sur do you have a way to keep the header dans foo…...add the header and footer: // Load the Excel file Workbook workbook...html", SaveFormat.Html); // Load the HTML file to modify it string...

    forum.aspose.com/t/keeping-the-header-and-the-f...
  10. Format PowerPoint Text in Python|Aspose.Slides ...

    Learn how to format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Customize Fonts, colors, alignment, and more with powerful Python code examples.... font_bold = 1 portion2 = slides ...portion3 . portion_format . font_bold = 1 para . portions . add...

    docs.aspose.com/slides/python-net/text-formatting/