Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 141,851 for

aspose font

(0.56 sec)
  1. 档案

    档案...由于 Aspose 处理文件格式自动化,我们推出了专用的字体操作 API...字体中提取字体度量 Java 字体操作 API # Aspose.Font for Java 是字体操作 API,允许您加载、保存和操作流行的字体,包括...

    blog.aspose.com/zh/font/work-with-cff-truetype-...
  2. Unable to detect installed TrueType fonts durin...

    Dear Support Team, I was testing the conversion of multiple document formats to PDF (including DOCX, PPTX, VSDX, and XLSX) using custom Fonts installed on my system. According to the documentation, Aspose libraries such…...installed TrueType fonts during conversion Aspose.Diagram Product...VSDX, and XLSX) using custom fonts installed on my system. According...

    forum.aspose.com/t/unable-to-detect-installed-t...
  3. ThemeColors.light2 property | Aspose.Words for ...

    ThemeColors.light2 property. Specifies color Light 2....@property def light2 ( self ) -> aspose . pydrawing . Color : ... @light2...def light2 ( self , value : aspose . pydrawing . Color ): ......

    reference.aspose.com/words/python-net/aspose.wo...
  4. ParagraphFormat.first_line_indent property | As...

    ParagraphFormat.first_line_indent property. Gets or sets the value (in points) for a first line or hanging indent...= doc ) font = builder . font font . size = 16 font . bold =...True font . color = aspose . pydrawing . Color . blue font . name...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBuilder.underline property | Aspose.Wor...

    DocumentBuilder.underline property. Gets/sets underline type for the current Font....current font. @property def underline ( self ) -> aspose . words...underline ( self , value : aspose . words . Underline ): ......

    reference.aspose.com/words/python-net/aspose.wo...
  6. 从 PDF 中提取字体 C#|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 库从您的 PDF 文档中提取所有嵌入字体。...请查看以下代码片段以获取现有 PDF 文档中的所有字体: 以下代码片段也适用于 Aspose.PDF.Drawing 库。 // For complete...visit https://github.com/aspose-pdf/Aspose.PDF-for-.NET private static...

    docs.aspose.com/pdf/zh/net/extract-fonts-from-pdf/
  7. Font.themeFontOther property | Aspose.Words for...

    Font.themeFontOther property. Gets or sets the theme Font used for characters with character codes from 128 through 255 in the applied Font scheme that is associated with this [Font](../) object....themeFontOther property Font.themeFontOther property Gets or...or sets the theme font used for characters with character codes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PdfSaveOptions.font_embedding_mode property | A...

    PdfSaveOptions.Font_embedding_mode property. Specifies the Font embedding mode....font_embedding_mode property PdfSaveOptions.font_embedding_mode...Specifies the font embedding mode. @property def font_embedding_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CleanupOptions.duplicate_style property | Aspos...

    CleanupOptions.duplicate_style property. Gets/sets a flag indicating whether duplicate styles should be removed from document... font . size = 14 my_style . font . name = 'Courier...'Courier New' my_style . font . color = aspose . pydrawing . Color...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Creating a complex PDF|Aspose.PDF for .NET

    Aspose.PDF for NET allows you to create more complex documents that contain images, text fragments, and tables in one document....a PDF document using C# and Aspose.PDF. In this article, we will...complex document with C# and Aspose.PDF for .NET. As an example...

    docs.aspose.com/pdf/net/complex-pdf-example/