Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 122,601 for

font

(0.09 sec)
  1. ListLevel.TrailingCharacter | Aspose.Words for ...

    Discover the ListLevel TrailingCharacter property to customize your list formatting by setting or retrieving the character after each list number.... Font . Color = Color . Red ; listLevel . Font . Size =...listLevel . Font . Name = "Wingdings" ; listLevel . Font . Color...

    reference.aspose.com/words/net/aspose.words.lis...
  2. ListLevel.TabPosition | Aspose.Words for .NET

    Discover the ListLevel TabPosition property to easily adjust tab positions in points for your list levels, enhancing your document's formatting.... Font . Color = Color . Red ; listLevel . Font . Size =...listLevel . Font . Name = "Wingdings" ; listLevel . Font . Color...

    reference.aspose.com/words/net/aspose.words.lis...
  3. ListLevel.alignment property | Aspose.Words for...

    ListLevel.alignment property. Gets or sets the justification of the actual number of the list item.... font . color = "#FF0000" ; listLevel . font . size =...listLevel . font . name = "Wingdings" ; listLevel . font . color...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. List.listLevels property | Aspose.Words for Nod...

    List.listLevels property. Gets the collection of list levels for this list.... font . color = "#FF0000" ; listLevel . font . size =...listLevel . font . name = "Wingdings" ; listLevel . font . color...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 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++....Aspose::Words::Fonts::FontInfoCollection class Contents [ Hide...Represents a collection of fonts used in a document. To learn...

    reference.aspose.com/words/cpp/aspose.words.fon...
  6. Table.LeftIndent | Aspose.Words for .NET

    Discover the Table LeftIndent property to easily customize your table's left indent. Enhance your design with precise control for better layouts!... Font . Size = 16 ; builder . Font . Name = "Arial"..."Arial" ; builder . Font . Bold = true ; // Configuring the formatting...

    reference.aspose.com/words/net/aspose.words.tab...
  7. ListFormat.list_level property | Aspose.Words f...

    ListFormat.list_level property. Returns the list level formatting plus any formatting overrides applied to the current paragraph.... font . color = aspose . pydrawing...pydrawing . Color . red list_level . font . size = 24 list_level . number_style...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 从CFF文件加载字体| .NET

    。让我们看一下如何从CFF文件中制作它。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/net/how-to-load-fonts/l...
  9. StyleCollection.default_font property | Aspose....

    StyleCollection.default_Font property. Gets document default text formatting....default_font property StyleCollection.default_font property Gets...def default_font ( self ) -> aspose . words . Font : ... Remarks...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 C++ 设置标题和正文主题字体|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持在 Excel 文档中设置标题和正文主题字体,帮助用户自定义文档的外观和样式。本文介绍如何使用 Aspose.Cells 库处理 Excel 文档中的标题和正文主题字体。...for C++,我们可以检查默认字体是否为主题字体,或通过 Font.GetSchemeType() 属性设置主题字体。 以下示例代码展示了如何操纵主题字体。...GetDefaultStyle (); // Get the font scheme type FontSchemeType schemeType...

    docs.aspose.com/cells/zh/cpp/headings-and-body-...