Sort Score
Result 10 results
Languages All
Labels All
Results 4,971 - 4,980 of 139,680 for

font

(0.1 sec)
  1. 使用 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/
  2. 使用C++管理控件|Documentation

    学习如何使用Aspose.Cells与C++在工作表中添加和管理各种控件,如线条、矩形、弧、椭圆、旋钮、滚动条和组框。... Font 属性指定字体属性。 AddHyperlink 方法为文本框添加超链接。...:: FreeFloating ); // Set the font color. textbox0 . GetFont ()...

    docs.aspose.com/cells/zh/cpp/managing-controls/
  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. Parse PDF documents|Aspose.PDF for .NET

    Do you want to parse PDF documents? Discover various PDF data extraction methods with Aspose.PDF for .NET.... Extract Fonts from PDF - font Extraction is a specific...specific operation with fonts in PDFs. Extract Data from the Form...

    docs.aspose.com/pdf/net/parsing/
  6. 在工作表中插入超链接|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...
  7. 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/
  8. 使用 C# 创建 PDF 粘性注释|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中创建粘性注释,例如笔记和高亮。...wa ); // Create TextState for Font settings var ts = new Aspose.... Pdf . Color . Blue ; ts . Font = Aspose . Pdf . Text . FontRepository...

    docs.aspose.com/pdf/zh/net/sticky-annotations/
  9. Aspose::Words::Saving::ExportListLabels enum | ...

    Aspose::Words::Saving::ExportListLabels enum. Specifies how list labels are exported to HTML, MHTML and EPUB in C++....67pt; font:7pt 'Times New Roman'; display:inline-block;..."<span style= \" width:10.2pt; font:7pt 'Times New Roman'; display:inline-block;...

    reference.aspose.com/words/cpp/aspose.words.sav...
  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...