Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 5,949 for

attributes

(0.35 sec)
  1. DoclingSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOCLING format in Java....Determines whether the font attributes will be changed according...Determines whether the font attributes will be changed according...

    reference.aspose.com/words/java/com.aspose.word...
  2. PFA and PFB fonts Knowledge Base

    Discover PFA and PFB fonts and how they impact typography and printing. Learn best practices for managing these font formats effectively....points, curves, and other attributes needed for accurate rendering...

    docs.aspose.com/font/net/what-is-font/pfa-pfb-f...
  3. WordML2003SaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.WORD_ML format in Java....Determines whether the font attributes will be changed according...Determines whether the font attributes will be changed according...

    reference.aspose.com/words/java/com.aspose.word...
  4. PdfSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Pdf](../../aspose.words/saveformat/#Pdf) format...Determines whether the font attributes will be changed according...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format in Java....Determines whether the font attributes will be changed according...Determines whether the font attributes will be changed according...

    reference.aspose.com/words/java/com.aspose.word...
  6. HtmlSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.HtmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Html](../../aspose.words/saveformat/#Html), [SaveFormat.Mhtml](../../aspose.words/saveformat/#Mhtml), [SaveFormat.Epub](../../aspose.words/saveformat/#Epub), [SaveFormat.Azw3](../../aspose.words/saveformat/#Azw3) or [SaveFormat.Mobi](../../aspose.words/saveformat/#Mobi) format...Determines whether the font attributes will be changed according...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Unexpected Col Widths and Word-Wrap in HTML-imp...

    Hello, We are seeing an issue related to HTML import - where the HTML contains a table with fixed column widths. When the HTML is added to a document and the table’s auto-fit property is disabled, the column widths of t…...provided applies all the attributes you mentioned. @alexey.noskov...

    forum.aspose.com/t/unexpected-col-widths-and-wo...
  8. Working with Table in Tagged PDFs using Python|...

    This article explains how to works with table in Tagged PDF document with Aspose.PDF for Python via .NET.... Set table summary attribute. Save the Tagged PDF. import...BOLD table_attributes = table_element . attributes . get_attributes...

    docs.aspose.com/pdf/python-net/working-with-tab...
  9. How to Change Text Color in HTML using Python

    Learn how to change text color in HTML using Python with Aspose.HTML for Python via .NET. Includes inline and internal CSS examples, best practices, and FAQ....color directly in the style attribute of an HTML element. This is...<p> element to set a style attribute. Use the method that returns...

    docs.aspose.com/html/python-net/how-to-change-t...
  10. 编辑 SVG 文件 – Python 示例

    了解如何在 Python 中编辑 SVG 文件。使用 Aspose.SVG for Python via .NET 库在 SVG 文档中添加、查找和编辑元素。...元素,则可以设置属性: Copy 1 # Set attributes for the < circle > element... set_attribute ( "cx" , "50" ) 3 circle. set_attribute ( "cy"...

    docs.aspose.com/svg/zh/python-net/edit-svg-file/