Sort Score
Result 10 results
Languages All
Labels All
Results 4,561 - 4,570 of 137,427 for

font

(0.28 sec)
  1. 仅复制范围样式使用Node.js via C++|Documentation

    学习如何在Aspose.Cells for Node.js via C++中在操作数据的同时只复制范围的样式。...createStyle (); // Specify the font attribute. style . getFont ()... StyleFlag (); // Implement font attribute flag1 . setFontName...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-range-...
  2. docx转PDF后,生僻字不显示 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题截图: 源文件: 金顶宝-20年-单签-2024V1.0 (1) (1).docx (33.6 KB)...likely due to font embedding settings. If the fonts used in the...may not have access to those fonts, resulting in missing characters...

    forum.aspose.com/t/docx-pdf/314728
  3. Aspose.PSD for Java 24.7 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....on Linux Bug PSDJAVA-638 Fix fonts loading when using Aspose.Drawing...saveOptions ); } PSDJAVA-638. Fix fonts loading when using Aspose.Drawing...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  4. How to Put a Watermark on a Word Document using...

    This article describes how to put a watermark on a Word document using Python. It provides details about configuration, programming steps and a runnable sample code to add watermark to word using python....Font Product Family Aspose.TeX Product...of the watermark like font family, font size, transparency state...

    kb.aspose.com/words/python/how-to-put-a-waterma...
  5. Aspose::Words::Drawing::Fill::get_ForeTintAndSh...

    Aspose::Words::Drawing::Fill::get_ForeTintAndShade method. Gets or sets a double value that lightens or darkens the foreground color in C++....lightening and darkening foreground font color. auto doc = System ::...get_Runs () -> idx_get ( 0 ) -> get_Font () -> get_Fill (); textFill...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. 在 C++ 中使用 Aspose.Cells for C++ API 对字体应用上标和下标效果...

    使用 Aspose.Cells for C++ API,在 C++ 中对 Excel 中文本应用上标和下标效果的代码示例。...Font 对象的 IsSuperscript 属性设置为 true...true 来应用上标效果。要应用下标效果,将 Style.Font 对象的 IsSubscript 属性设置为 true 。 ...

    docs.aspose.com/cells/zh/cpp/apply-superscript-...
  7. Paragraph Formatting in Word with Python

    This article guides how to set the paragraph formatting in Word with Python. It has IDE settings, steps, and a sample code for indenting paragraphs with Python....Font Product Family Aspose.TeX Product...spacing Set the borders and font properties Write your desired...

    kb.aspose.com/words/python/paragraph-formatting...
  8. How to Create Word Document using Python

    This article explains how to create Word document using Python. To generate Word document Python environment configuration details and sample code is provided for reference....Font Product Family Aspose.TeX Product...above document Set the desired font name and size Write the text...

    kb.aspose.com/words/python/how-to-create-word-d...
  9. Aspose::Words::SectionLayoutMode enum | Aspose....

    Aspose::Words::SectionLayoutMode enum. Specifies the layout mode for a section allowing to define the document grid behavior in C++....also depends on the size of the font. doc -> get_Styles () -> idx_get...idx_get ( u "Normal" ) -> get_Font () -> set_Size ( 20 ); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words/sec...
  10. Using DocumentBuilder to Modify a Document Easi...

    Use the document builder to modify a document easily in C++....Specifying Formatting Font Formatting Current font formatting is represented...represented by a Font object returned by the DocumentBuilder.Font property...

    docs.aspose.com/words/cpp/using-documentbuilder...