Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 120,997 for

font

(0.06 sec)
  1. MemoryFontSource | Aspose.Words for .NET

    Discover MemoryFontSource, a powerful constructor for seamless Font management in your projects. Enhance your design with ease and efficiency!...Description fontData Byte[] Binary font data. Examples Shows how to...array with data from a font file as a font source. byte [] fontBytes...

    reference.aspose.com/words/net/aspose.words.fon...
  2. Format Text|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Add Verdana font FontEntity font = pres . Fonts [ 0 ]; FontEntity...verdanaFont = new FontEntity ( pres , font ); verdanaFont . FontName =...

    docs.aspose.com/slides/net/format-text/
  3. 用C++管理Shape文本选项|Documentation

    学习如何使用 Aspose.Cells for C++ 编程管理Shape的文本选项。...xlsx" ); } 格式化文本 你可以使用 Font 类格式化Shape内部的文本,设置字体大小、颜色和样式。...// Access the font of the shape's text Font font = shape . GetTextBody...

    docs.aspose.com/cells/zh/cpp/managing-shape-tex...
  4. Aspose::Words::Drawing::ShapeBase::get_Font met...

    Aspose::Words::Drawing::ShapeBase::get_Font method. Provides access to the Font formatting of this object in C++....:get_Font method Contents [ Hide ] ShapeBase::get_Font method...method Provides access to the font formatting of this object. System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Loading and Extracting Data | Java

    Java APIs for the developers to manipulate and Font files. Learn the fundamentals on how to load and save Cff Fonts within Java....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/java/loading-saving-cff-fo...
  6. Manipulating FODG files|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Improve default font option usage on Linux As Aspose...Aspose.Imaging supports default font setting, it needs to be enhanced...

    docs.aspose.com/imaging/java/manipulating-fodg-...
  7. FontInfoCollection.contains method | Aspose.Wor...

    FontInfoCollection.contains method. Determines whether the collection contains a Font with the given name....whether the collection contains a font with the given name. def contains...Case-insensitive name of the font to locate. Returns True if the...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TableSubstitutionRule.getSubstitutes method | A...

    TableSubstitutionRule.getSubstitutes method. Returns array containing substitute Font names for the specified original Font name....substitute font names for the specified original font name. getSubstitutes...Original font name. Returns List of alternative font names. See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Style.automatically_update property | Aspose.Wo...

    Style.automatically_update property. Specifies whether this style is automatically redefined based on the appropriate value.... font . name = 'Times New Roman' style . font . size =...= 16 style . font . color = aspose . pydrawing . Color . navy...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Insert a Hyperlink|Aspose.Words for .NET

    Insert a hyperlink into a document. NPOI does not provide an opportunity to insert a hyperlink using C#....Specify font formatting for the hyperlink. builder . Font . Color...Color = Color . Blue ; builder . Font . Underline = Underline . Single...

    docs.aspose.com/words/net/insert-hyperlink/