Sort Score
Result 10 results
Languages All
Labels All
Results 6,041 - 6,050 of 137,108 for

font

(0.17 sec)
  1. Format and Modify Named Ranges with C++|Documen...

    Learn how to format, rename, merge, and remove named ranges in Excel files using Aspose.Cells with C++....Setting Background Color and Font Attributes to a Named Range...fill color (shading color) with font settings to a range. #include...

    docs.aspose.com/cells/cpp/format-and-modify-nam...
  2. Export MD to PPSX via C# API | products.aspose.com

    .NET API to Convert MD to PPSX without using Microsoft Word... Use Relevant Font Sizes : Select font sizes that cater to...

    products.aspose.com/total/net/conversion/md-to-...
  3. ListCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Lists.ListCollection class for efficient management of bulleted and numbered lists, enhancing document formatting and organization.... Font . Color = Color . Red ; list1...); list2 . ListLevels [ 0 ]. Font . Color = Color . Blue ; list2...

    reference.aspose.com/words/net/aspose.words.lis...
  4. In Word to HTML Conversion, how do I exempt the...

    Hi Aspose Team, We are using Aspose.Words for .NET for Word to HTML conversion. During document conversion, we’re encountering strikethrough text in the HTML output that we need to remove. Current behavior: Strikethrou…...that have the StrikeThrough font flag before saving the document...GetChildNodes(NodeType.Run, true)) { if (run.Font.StrikeThrough) { // delete the...

    forum.aspose.com/t/in-word-to-html-conversion-h...
  5. Inline class | Aspose.Words for Node.js

    Aspose.Words.Inline class. Base class for inline-level nodes that can have character formatting associated with them, but cannot have child nodes of their own...(Inherited from Node ) font Provides access to the font formatting of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Manage Rows and Columns in PowerPoint Tables in...

    Manage table rows and columns in PowerPoint with Aspose.Slides for .NET and speed up presentation editing and data updates....table // Sets first row cells' font height PortionFormat portionFormat...Sets the first column cells' font height PortionFormat portionFormat...

    docs.aspose.com/slides/net/manage-rows-and-colu...
  7. FieldTA Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldTA class for seamless TA field implementation, enhancing your document automation and formatting capabilities.... Font . Color = Color . Green ; builder . Font . Name =...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Footnote class | Aspose.Words for Python

    aspose.words.notes.Footnote class. Represents a container for text of a footnote or endnote...InlineStory ) font Provides access to the font formatting of...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ListTemplate enumeration | Aspose.Words for Python

    aspose.words.lists.ListTemplate enumeration. Specifies one of the predefined list formats available in Microsoft Word.... font . color = aspose . pydrawing...list2 . list_levels [ 0 ] . font . color = aspose . pydrawing...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Insert a Table in a Slide using Java

    This article guides on how to insert a table in a slide using Java. It provides all the details to establish the environment and a runnable sample code to make table in PowerPoint using Java....Font Product Family Aspose.TeX Product...and set text along with the font settings Save the presentation...

    kb.aspose.com/slides/java/how-to-insert-a-table...