Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 16,711 for

true type

(0.09 sec)
  1. Web Accessibility Check in Java – Errors and Wa...

    Learn how to check your website's accessibility for WCAG compliance using Aspose.HTML for Java...getSuccess() , and the error type as a numeric value ( getErrorType()...ErrorType = 2 and Success = true – this means that the error...

    docs.aspose.com/html/java/web-accessibility-check/
  2. Options When Converting to PDF|Aspose.Words for...

    Convert a document to PDF with advanced options using Node.js. Use PdfSaveOptions to change the result of saving a document to PDF format.... Microsoft Word has more types of forms, for example, calendar...document, set embedFullFonts to True To subset fonts when saving...

    docs.aspose.com/words/nodejs-net/specify-render...
  3. Convert Document to HTML|Aspose.Words for Java

    Convert a document in any supported format to HTML easily and fast instead of using docx4j in Java....xml or serve it with MIME type application/xhtml+xml Java //...OutputMethodXML" , true ); //Don't care what type of exporter you...

    docs.aspose.com/words/java/convert-document-to-...
  4. Font-scaling Missing When Converting .docx to ....

    Problem Description When converting a DOCX document to HTML using Aspose.Words, the **font scaling ** defined in Microsoft Word is not preserved in the HTML output. Although a font-size is generated, the scaling factor …...<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8".../><meta http-equiv="Content-Style-Type" content="text/css" /><meta...

    forum.aspose.com/t/font-scaling-missing-when-co...
  5. ChartNumberFormat | Aspose.Words for Java

    Represents number formatting of the parent element in Java....hasDataLabels(true); ChartDataLabelCollec dataLabels...getDataLabels(); dataLabels.setShowValue(true); dataLabels.getNumberFormat()...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldAutoTextList.EntryName | Aspose.Words for ...

    Discover how to manage AutoText entries with the FieldAutoTextList EntryName property—easily set or retrieve names for streamlined document editing.... FieldAutoTextList , true ); field . EntryName = "Right...<summary> /// Create an AutoText-type building block and add it to...

    reference.aspose.com/words/net/aspose.words.fie...
  7. ShapeBase.ShapeType | Aspose.Words for .NET

    Discover the ShapeBase ShapeType property to easily access and define your shape Types, enhancing your design capabilities and project efficiency....ShapeType property Gets the shape type. public ShapeType ShapeType...That ( group . IsGroup , Is . True ); builder . InsertNode ( group...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose::Words::Fonts::FontInfoCollection class ...

    Aspose::Words::Fonts::FontInfoCollection class. Represents a collection of fonts used in a document. To learn more, visit the documentation article in C++....EmbedTrueTypeFonts option is set to true . get_EmbedTrueTypeFonts ()...EmbedTrueTypeFonts property is set to true . GetEnumerator () override...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. Formatting PDF Document using C#|Aspose.PDF for...

    Create and format the PDF Document with Aspose.PDF for .NET. Use the next code snippet to resolve your tasks.... CenterWindow = true ; // Predominant reading order;...document . DisplayDocTitle = true ; // Specify whether to resize...

    docs.aspose.com/pdf/net/formatting-pdf-document/
  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