Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 137,427 for

font

(0.16 sec)
  1. 使用 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-...
  2. Style Class | Aspose.Words for .NET

    Discover Aspose.Words.Style class for managing custom and built-in styles effortlessly. Enhance your document formatting with ease and precision.... Font { get; } Gets the character..."MyStyle1" ); style . Font . Size = 24 ; style . Font . Name = "Verdana"...

    reference.aspose.com/words/net/aspose.words/style/
  3. SaveOptions.AllowEmbeddingPostScriptFonts | Asp...

    Control Font embedding in your documents with SaveOptions' AllowEmbeddingPostScriptFonts. Easily manage TrueType Font options for enhanced document quality....whether to allow embedding fonts with PostScript outlines when...when embedding TrueType fonts in a document upon it is saved. The...

    reference.aspose.com/words/net/aspose.words.sav...
  4. ListLevelCollection indexer | Aspose.Words for ...

    ListLevelCollection indexer. Gets a list level by index.... font . color = aspose . pydrawing...pydrawing . Color . red list_level . font . size = 24 list_level . number_style...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ListLevelCollection class | Aspose.Words for Py...

    aspose.words.lists.ListLevelCollection class. A collection of list formatting for each level in a list... font . color = aspose . pydrawing...pydrawing . Color . red list_level . font . size = 24 list_level . number_style...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Content are pushed up to page after DOCX to PDF...

    Do you have any solution to this yet? https://forum.aspose.com/t/content-are-pushed-up-to-page-after-docx-to-pdf-conversion-using-net/212405 We experience issues with Aspose PDF adding strange page breaks not present i…...problem might occur becaue the font used in your source DOCX document...PDF. Aspose.Words needs the fonts used in the document to build...

    forum.aspose.com/t/content-are-pushed-up-to-pag...
  7. ListLevelCollection class | Aspose.Words for No...

    Aspose.Words.Lists.ListLevelCollection class. A collection of list formatting for each level in a list... font . color = "#FF0000" ; listLevel . font . size =...listLevel . font . name = "Wingdings" ; listLevel . font . color...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentBase.ImportNode | Aspose.Words for .NET

    Effortlessly import nodes from other documents to enhance your workflow with DocumentBase's ImportNode method. Streamline your document management today!... Font . Name = "Courier New" ; DocumentBuilder...DocumentBuilder ( srcDoc ); srcBuilder . Font . Style = srcStyle ; srcBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  9. DocumentBase.importNode method | Aspose.Words f...

    Aspose.Words.DocumentBase.importNode method... font . name = "Courier New" ; let...DocumentBuilder ( srcDoc ); srcBuilder . font . style = srcStyle ; srcBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. MemoryFontSource.type property | Aspose.Words f...

    MemoryFontSource.type property. Returns the type of the Font source....property Returns the type of the font source. @property def type (...self ) -> aspose . words . fonts . FontSourceType : ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...