Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 139,333 for

font

(0.12 sec)
  1. Batch Convert Multiple HTML Files to PDF in Python

    Learn how to batch convert multiple HTML files to PDF with Aspose.HTML in Python. Follow step-by-step setup, code samples, and best practices....output Make Font Rendering Consistent by Embedding Fonts Code example:...Convert HTML to PDF with embedded fonts Fix Missing CSS, Images, and...

    blog.aspose.com/html/batch-convert-multiple-htm...
  2. Document Builder Overview in C++|Aspose.Words f...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones using C++. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in C++.... It allows you to specify fonts, paragraph or section formatting...and others. For example, the Font class represents character formatting...

    docs.aspose.com/words/cpp/document-builder-over...
  3. Page setup|Documentation

    How to customize the layout and design of the machine-readabe form generated by Aspose.OMR for Java....Contents [ Hide ] The paper size, font, colors, and other layout settings...FontFamily string Default system font Font family for all texts, except...

    docs.aspose.com/omr/java/generate-template/page...
  4. 使用 C++ 设置标题和正文主题字体|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持在 Excel 文档中设置标题和正文主题字体,帮助用户自定义文档的外观和样式。本文介绍如何使用 Aspose.Cells 库处理 Excel 文档中的标题和正文主题字体。...for C++,我们可以检查默认字体是否为主题字体,或通过 Font.GetSchemeType() 属性设置主题字体。 以下示例代码展示了如何操纵主题字体。...GetDefaultStyle (); // Get the font scheme type FontSchemeType schemeType...

    docs.aspose.com/cells/zh/cpp/headings-and-body-...
  5. Convert Document to PDF|Aspose.Words for Java

    Convert a document in any supported format to PDF easily and fast instead of using docx4j in Java....IllegalArgumentExcep e ) { } // Font regex (optional) // Set regex...restrict to some defined subset of fonts // Here we have to do this before...

    docs.aspose.com/words/java/convert-document-to-...
  6. DocumentVisitor.VisitFormField | Aspose.Words f...

    Discover the DocumentVisitor VisitFormField method, triggered when a form field is detected in your document. Enhance your document processing today!... Save ( ArtifactsDir + "Font.RemoveHiddenContentF.docx" );...fieldStart ) { if ( fieldStart . Font . Hidden ) fieldStart . Remove...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Paragraph.AcceptStart | Aspose.Words for .NET

    Discover the Paragraph AcceptStart method to seamlessly welcome visitors at the beginning of your document's paragraphs for enhanced engagement.... Save ( ArtifactsDir + "Font.RemoveHiddenContentF.docx" );...fieldStart ) { if ( fieldStart . Font . Hidden ) fieldStart . Remove...

    reference.aspose.com/words/net/aspose.words/par...
  8. TextEffect enumeration | Aspose.Words for Python

    aspose.words.TextEffect enumeration. Animation effect for text runs.... font . size = 36 builder . font . text_effect =...Microsoft Word only support font animation effects. doc . save...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Install TrueType Fonts on Linux|Aspose.Words fo...

    Aspose.Words for Python allows rendering a document created using Microsoft Word on a Linux machine with the best accuracy. To accomplish this, copy Font files from a Windows machine or Install a `TrueType` Font package onto your Linux machine....Ask AI Install TrueType Fonts on Linux Contents [ Hide ] Purpose...to provide Windows TrueType fonts on a Linux system for Aspose...

    docs.aspose.com/words/python-net/installing-tru...
  10. DocumentBase.ImportNode | Aspose.Words for .NET

    Effortlessly import nodes from other documents to enhance your workflow with DocumentBase's ImportNode method. Streamline your document management today!... Font . Name = "Courier New" ; DocumentBuilder...DocumentBuilder ( srcDoc ); srcBuilder . Font . Style = srcStyle ; srcBuilder...

    reference.aspose.com/words/net/aspose.words/doc...