Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 34,428 for

custom font

(0.19 sec)
  1. Using TrueType Fonts in C++|Aspose.Words for C++

    Aspose.Words for C++ can find the right Font or its suitable replacement for correct document rendering. This ensures that the difference between the displayed document and the original is minimal when there is not enough information about a Font....Ask AI Using TrueType Fonts Contents [ Hide ] When working with...often have to use different fonts, styles, and sizes. Documents...

    docs.aspose.com/words/cpp/using-truetype-fonts/
  2. ChartSeries.has_data_labels property | Aspose.W...

    ChartSeries.has_data_labels property. Gets or sets a flag indicating whether data labels are displayed for the series....'Monthly sales report' # Insert a custom chart series with months as...data labels, and then apply a custom number format for values displayed...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Specify Default Presentation Fonts in С++|Aspos...

    Set default Fonts in Aspose.Slides for С++ to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....Specify Default Presentation Fonts in С++ Contents [ Hide ] Overview...allows you to specify default fonts that are used when a presentation...

    docs.aspose.com/slides/cpp/default-font/
  4. ListLevel.NumberFormat | Aspose.Words for .NET

    Discover the ListLevel NumberFormat property to easily Customize and set unique number formats for your lists, enhancing your document's clarity and style....Examples Shows how to apply custom list formatting to paragraphs...Microsoft Word template, and customize the first two of its list...

    reference.aspose.com/words/net/aspose.words.lis...
  5. Specify TrueType Fonts Location|Aspose.Words fo...

    Specify various TrueType Font sources: system folder, user sources, loading Fonts from a stream, a file system or memory using Node.js....Ask AI Specify TrueType Fonts Location Contents [ Hide ] This...when it looks for TrueType fonts, including operating system...

    docs.aspose.com/words/nodejs-net/specifying-tru...
  6. FontSettings.set_fonts_sources method | Aspose....

    aspose.words.Fonts.FontSettings.set_Fonts_sources method...set_fonts_sources method Contents [ Hide ] set_fonts_sources(sources)...TrueType fonts when rendering documents or embedding fonts. def set_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Style.paragraph_format property | Aspose.Words ...

    Style.paragraph_format property. Gets the paragraph formatting of the style....DocumentBuilder ( doc = doc ) # Create a custom paragraph style. style = doc...'MyStyle1' ) style . font . size = 24 style . font . name = 'Verdana'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Style.listFormat property | Aspose.Words for No...

    Style.listFormat property. Provides access to the list formatting properties of a paragraph style....DocumentBuilder ( doc ); // Create a custom paragraph style. let style..."MyStyle1" ); style . font . size = 24 ; style . font . name = "Verdana"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Style.list_format property | Aspose.Words for P...

    Style.list_format property. Provides access to the list formatting properties of a paragraph style....DocumentBuilder ( doc = doc ) # Create a custom paragraph style. style = doc...'MyStyle1' ) style . font . size = 24 style . font . name = 'Verdana'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. fontType distinction is not available between a...

    Hi Team, I will briefly explain my use case. The code I am using: auto FontData = portionFormat->get_LatinFont(); if (FontData != nullptr) { FontFamily = FontData->get_FontName().ToUtf8String()…...called Arial Black Bold in the Font Dropdown. case 2: if fontFamily...FontItalic properties were set via a font dropdown selection or through...

    forum.aspose.com/t/fonttype-distinction-is-not-...