Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 136,555 for

aspose font

(0.17 sec)
  1. 获取在将Excel文件渲染为PDF时字体替换的警告信息|Documentation

    学习如何在使用Aspose.Cells将Excel文件渲染为PDF时获取字体替换警告信息(用C++)...有时,在将Microsoft Excel文件渲染为PDF时,Aspose.Cells会替换字体。Aspose.Cells提供了一个功能,通过触发...定字体已被替换。这是一个有用的功能,可以帮助您确定为何Aspose.Cells渲染的PDF与原始Microsoft Ex...

    docs.aspose.com/cells/zh/cpp/get-warnings-for-f...
  2. Aspose::Words::Drawing::Charts::ChartLegend::Ty...

    How to use Type method of Aspose::Words::Drawing::Charts::ChartLegend class in C++....Aspose::Words::Drawing::Charts::ChartLegend::Type method ChartLegend::Type...const System :: TypeInfo & Aspose :: Words :: Drawing :: Charts...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. ChartTitle.show property | Aspose.Words for Python

    ChartTitle.show property. Determines whether the title shall be shown for this chart... font . size = 15 title . font . color = aspose . pydrawing...ChartTitle.docx' ) See Also module aspose.words.drawing.charts class...

    reference.aspose.com/words/python-net/aspose.wo...
  4. StyleCollection.add method | Aspose.Words for P...

    StyleCollection.add method. Creates a new user defined style and adds it the collection.... def add ( self , type : aspose . words . StyleType , name...level . font . name = 'Verdana' level . font . color = aspose . pydrawing...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Chart.title property | Aspose.Words for Node.js

    Chart.title property. Provides access to the chart title properties.... get title () : Aspose . Words . Drawing . Charts...Chart" ; title . font . size = 15 ; title . font . color = "#008000"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose.Words 25.5 Cannot invoke \"com.aspose.wo...

    I run on linux, and did not encounter this problem in 25.4. ibm-japan.docx (58.0 KB)...Aspose.Words 25.5 Cannot invoke \"com.aspose.words.FontInfo.zzYHE()\"...because \"<parameter3>\" is null Aspose.Words Product Family words-java...

    forum.aspose.com/t/aspose-words-25-5-cannot-inv...
  7. Setting builder.Font.Bold = false affects Inser...

    Hi, I have this code: [TestMethod] public void GenerateWordWithStrong() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra formatting to the t…...Font.Bold = false affects InsertHtml Aspose.Words Product...DocumentBuilder(doc); builder.Font.Name = "Arial"; builder.Font.Size = 10d; builder...

    forum.aspose.com/t/setting-builder-font-bold-fa...
  8. ParagraphFormat.style property | Aspose.Words f...

    ParagraphFormat.style property. Gets or sets the paragraph style applied to this formatting....@property def style ( self ) -> aspose . words . Style : ... @style...def style ( self , value : aspose . words . Style ): ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Unable to save diagram as PDF in Linux OS - Fre...

    Hi, I using a Apsopse.Diagram for Python vis .NET temporary license. I am running my application on a Linux machine. While I am able to save the diagram as a VSDX file format, I am not able to save it as a PDF. The appl…...in Linux OS Aspose.Diagram Product Family aspose-pdf-net , linux...using below library version aspose-diagram-python==26.1 Professionalize...

    forum.aspose.com/t/unable-to-save-diagram-as-pd...
  10. 修改AcroForm|Aspose.PDF for C++

    使用Aspose.PDF for C++库修改PDF文件中的表单。您可以在现有表单中添加或删除字段,获取和设置字段限制等。...pdf" ); } 类似地,Aspose.PDF具有使用DOM方法获取字段限制的方法。 以下代码片段显示了步骤。...get_MaxLen ()); } 您还可以使用以下代码片段通过 Aspose.PDF.Facades 命名空间设置和获取相同的值。...

    docs.aspose.com/pdf/zh/cpp/modifing-form/