Sort Score
Result 10 results
Languages All
Labels All
Results 4,021 - 4,030 of 137,419 for

font

(0.09 sec)
  1. Copy Range Style Only with JavaScript via C++|D...

    Learn how to copy only the style of a range while manipulating data in Aspose.Cells for JavaScript via C++....enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...(); // Specify the font attribute. style . font . name = "Calibri"...

    docs.aspose.com/cells/javascript-cpp/copy-range...
  2. Multithreading in Aspose.Slides for C++|Aspose....

    Aspose.Slides for C++ multithreading boosts PowerPoint and OpenDocument processing. Discover best practices for efficient presentation workflows....What should I do with global font settings (folders, substitutions)...multithreading? Initialize all global font settings before starting the...

    docs.aspose.com/slides/cpp/multithreading/
  3. Aspose-word-java word转pdf标点符号在行首 - Free Support...

    当前aspose-word-java 版本为25.5,在win11和linux环境下,生成word,然后转pdf,结果标点符号在行首,还有有些单词有空格莫名奇妙自动换行。是需要在word转pdf时有什么指定操作还是在写word时对paragraph进行一些指定等...public static void settFont(Font font, JSONObject lastStyleJson...styleName + "-font-family"); if (!"".equals(fontName)) { font.setNameFarEast(fontName);...

    forum.aspose.com/t/aspose-word-java-word-pdf/31...
  4. Setting Metadata | JavaScript

    Easy-to-use JavaScript library for Font manipulation from Aspose.Font. Learn how to set Font metadata information....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/javascript-cpp/metadata-in...
  5. Glyph | Aspose.Words for Java

    Represents a glyph in Java....glyph (GID) in the physical font. getWidth(int em, float fontSize)...glyph (GID) in the physical font. Returns: int - The corresponding...

    reference.aspose.com/words/java/com.aspose.word...
  6. 使用Type1字体| C++

    C ++ API用于开发人员操纵和字体文件。了解有关如何使用C ++应用程序中1型字体的基础知识。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/cpp/working-with-type1-...
  7. FillType | Aspose.Words for Java

    Specifies fill type for a fillable object in Java....docx"); // Get Fill object for Font of the first Run. Fill fill...Check Fill properties of the Font. System.out.println(MessageFormat...

    reference.aspose.com/words/java/com.aspose.word...
  8. Incorrect Underline Height in EQ Field Overstri...

    Description Aspose.Words does not correctly render EQ (Equation) fields when the text inside the field code contains underlined characters. Specifically, the underline height of text inside the field differs from the un…...style="widows:0; orphans:0; font-family:'Times New Roman'; font-size:12pt"><div><p...text-indent:-12pt"><span style="font-family:標楷體">測試</span><img s...

    forum.aspose.com/t/incorrect-underline-height-i...
  9. com.aspose.words | Aspose.Words for Java

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word documents without utilizing Microsoft Word in Java....BaselineAlignment Specifies fonts vertical position on a line...DefaultFontSubstitut Default font substitution rule. DigitalSignature...

    reference.aspose.com/words/java/com.aspose.words/
  10. Working with Hyperlinks in C#|Aspose.Words for ...

    How to add a hyperlink into your document in C# using Aspose.Words for .NET....Note that you need to specify font formatting for the hyperlink...display text explicitly using the Font property. The following code...

    docs.aspose.com/words/net/working-with-hyperlinks/