Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 141,413 for

font

(0.26 sec)
  1. NumSpacing Enum | Aspose.Words for .NET

    Discover Aspose.Words.NumSpacing enum to customize numeral spacing for enhanced document formatting. Elevate your text presentation today!...numerals are displayed in the font’s default form. Proportional...displayed if supported by the font. Tabular 2 Specifies that the...

    reference.aspose.com/words/net/aspose.words/num...
  2. Font.smallCaps property | Aspose.Words for Node.js

    Font.smallCaps property. True if the Font is formatted as small capital letters....smallCaps property Font.smallCaps property True if the font is formatted...doc , "all capitals" ); run . font . allCaps = true ; para . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Font.position property | Aspose.Words for Node.js

    Font.position property. Gets or sets the position of text (in points) relative to the base line...position property Font.position property Gets or sets the position...doc , "Raised text. " ); run . font . position = 5 ; para . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Font.allCaps property | Aspose.Words for Node.js

    Font.allCaps property. True if the Font is formatted as all capital letters....allCaps property Font.allCaps property True if the font is formatted...doc , "all capitals" ); run . font . allCaps = true ; para . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Border.color property | Aspose.Words for Python

    Border.color property. Gets or sets the border color.... font . border . color = aspose ....builder . font . border . line_width = 2.5 builder . font . border...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用 TrueType 字体渲染文本 | Java

    可供开发人员操作字体文件的 Java API。了解如何在 Java 产品中渲染 TrueType 和 OpenType 字体的基础知识。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/java/text-rendering-tru...
  7. Rule Builder – Configure SVG Style – Aspose.SVG...

    In this article, we consider the Rule Builder styling feature, which enables developers to apply CSS-like rules to SVG elements....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/svg/net/rule-builder/
  8. MemoryFontSource constructor | Aspose.Words for...

    Aspose.Words.Fonts.MemoryFontSource constructor...Description fontData number[] Binary font data. MemoryFontSource(fontData...number[] Binary font data. priority number Font source priority...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Font.strike_through property | Aspose.Words for...

    Font.strike_through property. True if the Font is formatted as strikethrough text....property Font.strike_through property True if the font is formatted...single-line strikethrough.' ) run . font . strike_through = True para...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Word saveto Pdf,内容样式错误问题 - Free Support Forum -...

    Document doc = new Document(“test.docx”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimization(true); doc.save(“test.pdf”, saveOptions); Aspose.word for java 25.1…...The conversion relies on the fonts that are available on the machine...machine where the code runs. If a font used in the DOCX is missing...

    forum.aspose.com/t/word-saveto-pdf/322091