Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 138,989 for

aspose font

(0.39 sec)
  1. Change the format of a cell|Documentation

    How to use Aspose.Cells library in JavaScript via C++ to change the formatting of cells, including Font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....you can change the font style, font size, font color, number format...the format of a cell using Aspose.Cells, you can use the following...

    docs.aspose.com/cells/javascript-cpp/how-to-cha...
  2. Extract fonts from PDF in Python | Aspose.PDF

    Python source code to extract Fonts from PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....How to extract fonts from PDF using Aspose.PDF for Python for...Tool Do you need to extract fonts from PDF? Programmatic modification...

    products.aspose.com/pdf/python-net/parser/fonts/
  3. ChartDataLabelCollection.number_format property...

    ChartDataLabelCollection.number_format property. Gets an [ChartNumberFormat](../../chartnumberformat/) instance allowing to set number format for the data labels of the entire series....def number_format ( self ) -> aspose . words . drawing . charts...#,##0.000"M"' data_labels . font . size = 12 doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ConditionalStyleCollection.even_column_banding ...

    ConditionalStyleCollection.even_column_banding property. Gets the even column banding style....even_column_banding ( self ) -> aspose . words . ConditionalStyle...background_pattern_color = aspose . pydrawing . Color . alice_blue...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ConditionalStyleCollection.even_row_banding pro...

    ConditionalStyleCollection.even_row_banding property. Gets the even row banding style....even_row_banding ( self ) -> aspose . words . ConditionalStyle...background_pattern_color = aspose . pydrawing . Color . alice_blue...

    reference.aspose.com/words/python-net/aspose.wo...
  6. How to Insert Comment into Word Document using C#

    In this tutorial you will learn how to insert comment into word document using C#. This code in C# inserts a comment into Word document....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/words/net/how-to-insert-comment-i...
  7. How to Convert Word Document to HTML using Java

    In this simple topic you will learn, how to convert Word Document to HTML using Java. The following simple steps can be used to export DOCX to HTML in Java in any common operating system like MS Windows, Ubuntu, or macOS using simple API calls....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/words/java/how-to-convert-word-do...
  8. ListLevel.StartAt | Aspose.Words for .NET

    Discover the ListLevel StartAt property to easily customize your list's starting number, enhancing organization and clarity in your documents.... Font . Color = Color . Red ; list1...); list2 . ListLevels [ 0 ]. Font . Color = Color . Blue ; list2...

    reference.aspose.com/words/net/aspose.words.lis...
  9. Font.ComplexScript | Aspose.Words for .NET

    Discover the Font ComplexScript property, ensuring your text is formatted as complex script for enhanced readability and style, regardless of Unicode values....ComplexScript Font.ComplexScript property Specifies whether the...DocumentBuilder ( doc ); builder . Font . ComplexScript = true ; builder...

    reference.aspose.com/words/net/aspose.words/fon...
  10. Document Builder Overview in Python|Aspose.Word...

    DocumentBuilder allows you to build dynamic documents from scratch or add new elements to existing ones using Python. DocumentBuilder provides methods to insert text, checkboxes, tables, images, and other content elements in Python.... This page introduces the Aspose.Words DocumentBuilder class...elements. It allows you to specify fonts, paragraph or section formatting...

    docs.aspose.com/words/python-net/document-build...