Sort Score
Result 10 results
Languages All
Labels All
Results 4,211 - 4,220 of 33,410 for

custom font

(0.58 sec)
  1. Format Worksheet Cells in a Workbook with C++|D...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports formatting worksheet cells in workbooks, allowing users to Customize the appearance and style of the cells. This article will introduce how to format worksheet cells using the Aspose.Cells library.... Use fonts and attributes to highlight...characteristics, such as fonts and font sizes, number formats,...

    docs.aspose.com/cells/cpp/format-worksheet-cell...
  2. Aspose::Words::Saving namespace | Aspose.Words ...

    Aspose::Words::Saving namespace. The Aspose.Words.Saving namespace provides classes and enumerations that allow to specify additional options for saving or converting documents in C++....if you want to have your own custom method called during saving...control how Aspose.Words saves fonts when exporting a document to...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. 输出流 – C# MemoryStream – Aspose.HTML for .NET

    了解 ICreateStreamProvider 接口,该接口用于将转换结果存储到内存或发送到远程存储。...Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/html/zh/net/output-streams/
  4. 将 EPUB 转换为 TIFF – C# – Aspose.HTML for .NET

    使用 Aspose.HTML API 将 EPUB 转换为 TIFF。在C#示例中考虑各种EPUB到TIFF的转换方案。尝试在线EPUB转换器。...Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/html/zh/net/convert-epub-to-tiff/
  5. Shape | Aspose.Words for Java

    Represents an object in the drawing layer such as an AutoShape textbox freeform OLE object ActiveX control or picture in Java....getCustomNodeId() Specifies custom node identifier. getDashStyle()...getFont() Provides access to the font formatting of this object. getGlow()...

    reference.aspose.com/words/java/com.aspose.word...
  6. How To Use XPath To Select XML Nodes – C# – Asp...

    Learn how to navigate through an XML document and select nodes using XPath. Consider С# examples of selecting information from an XML using XPath queries....Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/html/net/how-to-articles/how-to...
  7. Make PDF Using C#

    Make a new PDF in C# in a few steps. Easily create PDF using .NET library....var font = builder.Font; font.Name = "Courier New" ; font.Color...Color = Color.Blue; font.Size = 36 ; font.HighlightColor = Color...

    products.aspose.com/words/net/make/pdf/
  8. Make HTML Using Javascript

    Make a new HTML in JavaScript in a few steps. Easily create HTML using Node.js via .NET library....DocumentBuilder(doc) font = builder.font font.name = "Courier New" font.color...color = '#FF0000' font.size = 36 font.highlightColor = '#F0DB4F'...

    products.aspose.com/words/nodejs-net/make/html/
  9. Make DOC Using C#

    Make a new DOC in C# in a few steps. Easily create DOC using .NET library....var font = builder.Font; font.Name = "Courier New" ; font.Color...Color = Color.Blue; font.Size = 36 ; font.HighlightColor = Color...

    products.aspose.com/words/net/make/doc/
  10. Make DOCX Using Javascript

    Make a new DOCX in JavaScript in a few steps. Easily create DOCX using Node.js via .NET library....DocumentBuilder(doc) font = builder.font font.name = "Courier New" font.color...color = '#FF0000' font.size = 36 font.highlightColor = '#F0DB4F'...

    products.aspose.com/words/nodejs-net/make/docx/