Sort Score
Result 10 results
Languages All
Labels All
Results 4,871 - 4,880 of 111,652 for

font

(0.05 sec)
  1. ListTemplate Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Lists.ListTemplate enum, featuring predefined Microsoft Word list formats to enhance your document's presentation effortlessly.... Font . Color = Color . Red ; list1...); list2 . ListLevels [ 0 ]. Font . Color = Color . Blue ; list2...

    reference.aspose.com/words/net/aspose.words.lis...
  2. InlineStory class | Aspose.Words for Python

    aspose.words.InlineStory class. Base class for inline-level nodes that can contain paragraphs and tables... font Provides access to the font formatting of...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in Java...); // Sets first row cells' font height PortionFormat portionFormat...Sets the first column cells' font height PortionFormat portionFormat...

    docs.aspose.com/slides/java/manage-rows-and-col...
  4. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in Java...); // Sets first row cells' font height PortionFormat portionFormat...Sets the first column cells' font height PortionFormat portionFormat...

    docs.aspose.com/slides/androidjava/manage-rows-...
  5. Convert RTF to PPS in Python or with free Onlin...

    RTF to PPS conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free RTF to PPS online converter quickly before integrating the code....bold, italic, underline, font size, font color, and other formatting...

    products.aspose.com/total/python-net/conversion...
  6. Footnote Class | Aspose.Words for .NET

    Discover the Aspose.Words.Notes.Footnote class, your essential tool for managing footnotes and endnotes with ease and precision in your documents.... Font { get; } Provides access to the font formatting...

    reference.aspose.com/words/net/aspose.words.not...
  7. FieldTA class | Aspose.Words for Python

    aspose.words.fields.FieldTA class. Implements the TA field... font . color = drawing . Color . green builder . font . name...

    reference.aspose.com/words/python-net/aspose.wo...
  8. WordML2003SaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.WORD_ML format in Java....whether to allow embedding fonts with PostScript outlines when...when embedding TrueType fonts in a document upon it is saved. ...

    reference.aspose.com/words/java/com.aspose.word...
  9. Manage Rows and Columns|Aspose.Slides for Node....

    Manage table rows and columns in PowerPoint presentations in JavaScript...); // Sets first row cells' font height var portionFormat = new...Sets the first column cells' font height var portionFormat = new...

    docs.aspose.com/slides/nodejs-java/manage-rows-...
  10. Make A Document In Java

    Create a file using Java library. Easily create a new document in Java in a few steps....DocumentBuilder (doc); Font font = builder.getFont(); font.setName( "Courier...New" ); font.setColor(Color.BLUE); font.setSize( 36 ); font.setHighlightColor(Color...

    products.aspose.com/words/java/make/