Sort Score
Result 10 results
Languages All
Labels All
Results 4,941 - 4,950 of 139,870 for

font

(1.12 sec)
  1. Format Presentation Charts in PHP|Aspose.Slides...

    Learn chart formatting in Aspose.Slides for PHP via Java and elevate your PowerPoint presentation with professional, eye-catching styling....$pres -> dispose (); } } Set Font Properties for a Chart Aspose...provides support for setting the font related properties for the chart...

    docs.aspose.com/slides/php-java/chart-formatting/
  2. 使用 PHP 在演示文稿中嵌入字体|Aspose.Slides for PHP 文档

    通过 Java 的 Aspose.Slides for PHP 在 PowerPoint 和 OpenDocument 演示文稿中嵌入 TrueType 字体,确保在所有平台上准确渲染。...$pres = new Presentation ( "Fonts.pptx" ); try { $allFonts = $pres...Array" ); foreach ( $allFonts as $font ) { $embeddedFontsContain =...

    docs.aspose.com/slides/zh/php-java/embedded-font/
  3. [Defect] - Data validations in the resulting DO...

    Steps to reproduce: Scenario 1: Compare attached docx files (APA-Table-of-Contents-TemplateLab.com_.docx, APA-Table-of-Contents-TemplateLab.com_v2.docx) and validate PDF. Actual:- attached content is missing in PDF (Mi…...suspecting if any extra library for fonts or so is needed for this. alexey...DejaVuSans font. The problem occurs because the fonts used in the...

    forum.aspose.com/t/defect-data-validations-in-t...
  4. Conversion from Word to PDF has some issues wit...

    Hi Support, We are licensed users of Aspose.Total. We are facing formatting issues while converting document from Word to PDF. We are trying to render the PDF with Bookmarks retained and below is how we have implemente…...suggestions: Check Font Embedding : Ensure that the fonts used in your...in the PDF. You can control font embedding using the EmbedFullFonts...

    forum.aspose.com/t/conversion-from-word-to-pdf-...
  5. 在工作表中插入超链接|Documentation

    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....createCellStyle (); Font hlink_font = wb . createFont (); hlink_font . setUnderline...setUnderline ( Font . U_SINGLE ); hlink_font . setColor ( IndexedColors...

    docs.aspose.com/cells/zh/java/insert-hyperlinks...
  6. Excel Themes and Colors|Documentation

    C# code to use Excel Color Scheme with Aspose.Cells for .NET API...easy to coordinate colors, fonts, and graphic formatting effects...applies a cell’s foreground and font colors based on the default...

    docs.aspose.com/cells/net/excel-themes-and-colors/
  7. Aspose::Words namespace | Aspose.Words for C++ ...

    Aspose::Words namespace. The Aspose.Words namespace provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word in C++....images and other content, specify font, paragraph and section formatting...article. Font Contains font attributes (font name, font size, color...

    reference.aspose.com/words/cpp/aspose.words/
  8. Excel Themes and Colors|Documentation

    C# code to use Excel Color Scheme with Aspose.Cells for Python via .NET API...easy to coordinate colors, fonts, and graphic formatting effects...applies a cell’s foreground and font colors based on the default...

    docs.aspose.com/cells/python-net/excel-themes-a...
  9. Specify Rendering Options When Converting to PD...

    Convert a document to PDF with advanced options. Use PdfSaveOptions to change the result of saving a document to PDF format using Java....structure, graphics model and font embedding. Moreover, it features...size on the page. Embedding Fonts in Adobe PDF Format Aspose.Words...

    docs.aspose.com/words/java/specify-rendering-op...
  10. Cannot Find a Way to Determine Inherited Scheme...

    I want to determine the Font color used in a text frame. We can typically use something like textShape.TextFrame.Paragraphs[0].Portions[0].PortionFormat.FillFormat This returns an Aspose.Slides.IFillFormat object with A…...1:48pm 1 I want to determine the font color used in a text frame....the Text1 scheme color for the font. But the following code prints...

    forum.aspose.com/t/cannot-find-a-way-to-determi...