Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 137,402 for

font

(0.1 sec)
  1. Aspose::Words::Fonts::FontSubstitutionRule clas...

    Aspose::Words::Fonts::FontSubstitutionRule class. This is an abstract base class for the Font substitution rule. To learn more, visit the documentation article in C++....Aspose::Words::Fonts::FontSubstitutionRule class Contents [ Hide...abstract base class for the font substitution rule. To learn...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. Generating the template|Documentation

    How to render a printable form and generate a recognition pattern file for Aspose.OMR engine....orientation using the default font and colors. Note, that if the...the paper size, orientation, font, and other layout settings that...

    docs.aspose.com/omr/net/generate-template/
  3. Apply Excel Color Themes in Python

    Apply Excel color themes in Python with a few API calls. Get the IDE settings, a list of steps, and a sample code for using Microsoft Excel themes in Python....Font Product Family Aspose.TeX Product...foreground theme color, pattern, and font theme color. Steps to Apply...

    kb.aspose.com/cells/python/apply-excel-color-th...
  4. NodeChangingArgs | Aspose.Words for Java

    Provides data for methods of the INodeChangingCallback interface in Java.... /// Sets a custom font name/size for the text contents...getNodeType() == NodeType.RUN) { Font font = ((Run) args.getNode()).getFont();...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_Level method. Gets the level at which this SDT occurs in the document tree in C++....get_Id () > 0 ); // Set the font for the text inside the structured...set_Name ( u "Arial" ); // Set the font for the text at the end of the...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. word转PDF的问题 - Free Support Forum - aspose.com

    测试的最新版25.6,有如下两个问题想咨询。 1、请帮忙测试一下附件里word里面的标题和数据转换pdf之后字体样式就变了,另外就是非中国字体转换完后并不正确。 2、表格转换后表格的样式就会挤压 ,我们原来的方式是按照百分比配置的表格宽度,后面因为转换pdf挤压,最后才调整为厘米(固定列) demo.docx (54.9 KB)...to several factors, including font compatibility and table formatting...converting documents, certain fonts may not render correctly if...

    forum.aspose.com/t/word-pdf/314835
  7. FontInfo.Panose | Aspose.Words for .NET

    Discover the FontInfo PANOSE property, easily get or set the typeface classification number for enhanced Font management and design precision....compact 10-byte description of a fonts critical visual characteristics...access and print details of each font in a document. Document doc...

    reference.aspose.com/words/net/aspose.words.fon...
  8. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_TruncateFontHeightsLikeWP6 method. Emulate WordPerfect 6.x Font Height Calculation in C++....x Font Height Calculation. void Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  9. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for C++ calculates and applies effective shape properties for precise PowerPoint rendering.... Get the Effective Font Height Value Using Aspose.Slides...get effective properties of Font Height. Here is the code demonstrating...

    docs.aspose.com/slides/cpp/shape-effective-prop...
  10. Working with Hyperlinks in C++|Aspose.Words for...

    How to add a hyperlink into your document using Aspose.Words for C++....Note that you need to specify font formatting for the hyperlink...display text explicitly using the Font property. The following code...

    docs.aspose.com/words/cpp/working-with-hyperlinks/