Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 222,234 for

formatting

(0.13 sec)
  1. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for Python via .NET calculates and applies effective shape properties for precise PowerPoint and OpenDocument rendering....get_effective method on the local format. The following example shows...for a text frame format and a text portion format. import aspose...

    docs.aspose.com/slides/python-net/shape-effecti...
  2. Table.leftIndent property | Aspose.Words for No...

    Table.leftIndent property. Gets or sets the value that represents the left indent of the table....Examples Shows how to create a formatted table using DocumentBuilder...leftIndent = 20 ; // Set some formatting options for text and table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ParagraphFormat class | Aspose.Words for Python

    aspose.words.ParagraphFormat class. Represents all the Formatting for a paragraph...class Represents all the formatting for a paragraph. To learn...that refers to the shading formatting for the paragraph. snap_to_grid...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose.Words compare incorrect since updating t...

    Hi there We use Aspose.Words to compare docx documents. This worked as expected until today when we performed our updates. After bisecting we discovered that this incorrect behavior started with Aspose.Words 25.6 The…...paragraphs that contain only formatting marks were treated as changed...contain a large amount of formatting‑only runs (e.g., empty paragraphs...

    forum.aspose.com/t/aspose-words-compare-incorre...
  5. Style | Aspose.Words for Java

    Represents a single built-in or user-defined style in Java....style reverts to the default formatting. Assert.assertFalse(IterableUtils...paragraph style with list formatting. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  6. ListLevel.font property | Aspose.Words for Python

    ListLevel.font property. Specifies character Formatting used for the list label....property Specifies character formatting used for the list label....how to apply custom list formatting to paragraphs when using...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to Format Number to Fraction|Documentation

    This article introduces how to format numbers to fractions using Aspose.Cells for JavaScript via C++ API....How to Format Number to Fraction Contents [ Hide ] Possible Usage...Usage Scenarios Formatting numbers to fractions in Excel is useful...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  8. Get and Set Style for cells with C++|Documentation

    Discover how to perform data Formatting and styling in Aspose.Cells for C++, including text Formatting, number Formatting, date Formatting, and other styling options. Our guide will help you create professional-looking spreadsheets with attractive Formatting....introduced two new methods for formatting cells: Cell.GetStyle and...suits you. Formatting Cells There are two ways to format a cell,...

    docs.aspose.com/cells/cpp/styling-and-data-form...
  9. HtmlInsertOptions enumeration | Aspose.Words fo...

    aspose.words.HtmlInsertOptions enumeration. Specifies options for the [DocumentBuilder.insert_html()](../documentbuilder/insert_html/#str_htmlinsertoptions) method....USE_BUILDER_FORMATTING Use font and paragraph formatting specified...in DocumentBuilder as base formatting for text inserted from HTML...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Join Tables in C++|Aspose.Words for C++

    Advanced table manipulations. How to merge two tables into one C++. Join tables using C++.... Q: Will the formatting of the original rows be preserved...cloned with Clone(true) , all formatting, cell widths, and styles...

    docs.aspose.com/words/cpp/join-tables/