Sort Score
Result 10 results
Languages All
Labels All
Results 3,461 - 3,470 of 15,893 for

true type

(0.06 sec)
  1. StyleType enumeration | Aspose.Words for Python

    aspose.words.StyleType enumeration. Represents Type of the style....StyleType enumeration Represents type of the style. Members Name Description... blue level . font . bold = True builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 用JavaScript通过C++保存文件的不同方式|Documentation

    Aspose.Cells for Java脚本通过C++可以将文件保存为不同格式,包括PDF、HTML、DOCX、PPTX、JSON和MHTML。...Formats Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/zh/javascript-cpp/differe...
  3. DocumentVisitor.VisitGroupShapeEnd | Aspose.Wor...

    Discover the DocumentVisitor VisitGroupShapeEnd method, which efficiently signals the end of group shape enumeration for seamless document processing....GroupShape groupShape ) Parameter Type Description groupShape GroupShape...That ( group . IsGroup , Is . True ); builder . InsertNode ( group...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Apply a theme to a presentation|Aspose.Slides D...

    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.... Open ( presentationFile , true )) { ApplyThemeToPresenta (...// Determine the slide layout type for each slide. layoutType =...

    docs.aspose.com/slides/net/apply-a-theme-to-a-p...
  5. Convert HTML to PDF file in Java|Aspose.PDF for...

    Explore how to convert HTML content into PDF format using Aspose.PDF in Java.... We can set device type using HtmlMediaType property...embedding options . setEmbedFonts ( true ); Document document = new Document...

    docs.aspose.com/pdf/java/convert-html-to-pdf/
  6. Cancelling Meeting Requests with Calendar|Docum...

    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....First create an instance of type SmtpClient for sending the message...Subject. Create an instance of type Appointment and give location...

    docs.aspose.com/email/java/cancelling-meeting-r...
  7. 导出 Excel 数据以填写 PDF 表单|Aspose.PDF for .NET

    本节解释了如何使用 AutoFiller 类导出 Excel 工作表数据以填写 PDF 表单。... MaxColumn + 1 , true ); // Create an object of AutoFiller...DataColumn { DataType = System . Type . GetType ( "System.Int32" )...

    docs.aspose.com/pdf/zh/net/export-excel-workshe...
  8. Chart Rendering|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....formats, we will create a chart of type Column as per the following...GetNSeries (). Add ( u "A1:B3" , true ); // Path of output image file...

    docs.aspose.com/cells/cpp/chart-rendering/
  9. How to create Dynamic Rolling Chart with JavaSc...

    Learn how to create a dynamic rolling chart using Aspose.Cells for JavaScript via C++. Our guide will demonstrate how to implement smooth data transitions and rolling averages in your chart for a continuous and updated display.... It is a type of chart that continually updates...Chart Example </ h1 > < input type = "file" id = "fileInput" accept...

    docs.aspose.com/cells/javascript-cpp/create-dyn...
  10. Word 有序列表、嵌套列表解析失效 - Free Support Forum - aspos...

    当前使用版本 Aspose.Words for Java 23.10 ,使用时发现三个列表解析问题: 1、无法解析成嵌套列表 2、无法解析成嵌套列表,而且缩进变成了   空格符代替 3、不同序号类型无法解析成序号,全部是p 标签 参考附件: xuhao.docx (12.1 KB)...PARAGRAPH, true)) { if (paragraph.isListItem())...元素; 还有三个问题: 1、ol 的type 属性如何保持原样,现在解析很多都默认为 type=“1”,不符合文档中的原值 2、ol...

    forum.aspose.com/t/word/315453