Sort Score
Result 10 results
Languages All
Labels All
Results 7,601 - 7,610 of 134,672 for

font

(0.2 sec)
  1. Classic alumni questionnaire with free-form ans...

    Simple OMR ready alumni questionnaire template with free-form answers....text=Aspose University font_style=bold font_size=16 align=center...text=Alumni Questionnaire font_size=bold font_size=14 align=center...

    docs.aspose.com/omr/net/showcases/alumni/classic/
  2. Convert EPS files using .NET API

    EPS to BMP conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/page/net/convert-eps/
  3. 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...
  4. 使用 HTML 颜色 – 背景颜色和文本颜色

    您可以找到有关网站 HTML 颜色代码的信息--带有十六进制颜色代码、RGB、RGBA、HSL 和 HSLA 值的 HTML 颜色名称。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/html/zh/net/tutorial/working-wi...
  5. Advanced SVG Builder API for C# – Aspose.SVG

    Explore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/svg/net/svg-builder-api/
  6. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java....getFont() Provides access to the font formatting of this object. getNextSibling()...getFont() public Font getFont() Provides access to the font formatting...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::StyleIdentifier enum | Aspose.Wo...

    Aspose::Words::StyleIdentifier enum. Locale independent style identifier in C++....DefaultParagraphFont 65 The Default Paragraph Font style. Emphasis 88 EndnoteReference...the style name: builder -> get_Font () -> set_StyleName ( u "Emphasis"...

    reference.aspose.com/words/cpp/aspose.words/sty...
  8. Make DOC Using Javascript

    Make a new DOC in JavaScript in a few steps. Easily create DOC 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/doc/
  9. Make Markdown Using Javascript

    Make a new Markdown in JavaScript in a few steps. Easily create Markdown 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/md/
  10. Make Markdown Using C#

    Make a new Markdown in C# in a few steps. Easily create Markdown 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/md/