Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 219,476 for

formatting

(0.32 sec)
  1. DocumentBuilder.insert_horizontal_rule method |...

    DocumentBuilder.insert_horizontal_rule method. Inserts a horizontal rule shape into the document....shape, and customize its formatting. doc = aw . Document () builder...horizontal_rule_format = shape . horizontal_rule_format horizontal_rule_format...

    reference.aspose.com/words/python-net/aspose.wo...
  2. How to apply number format to each datapoint's ...

    We are plotting a pie chart and we need to apply custom format to each datapoint for example #,##0.0% and #,##0.000% like these. How can we achieve this format, could you provide a sample code?...How to apply number format to each datapoint's datalabel in PIE...and we need to apply custom format to each datapoint for example...

    forum.aspose.com/t/how-to-apply-number-format-t...
  3. DocumentBuilder.underline property | Aspose.Wor...

    DocumentBuilder.underline property. Gets/sets underline type for the current font....Underline Examples Shows how to format text inserted by a document...; // The builder applies formatting to its current paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ListLevelAlignment enumeration | Aspose.Words f...

    aspose.words.lists.ListLevelAlignment enumeration. Specifies alignment for the list number or bullet....how to apply custom list formatting to paragraphs when using...start_at = 21 list_level . number_format = ' \x00 ' list_level . number_position...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartDataTable Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartDataTable class to easily customize chart data tables and enhance your data visualization with powerful features....access to font formatting of the data table. Format { get; } Provides...text background and border formatting of the data table. HasHorizontalBorder...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Inline.is_format_revision property | Aspose.Wor...

    Inline.is_format_revision property. Returns true if Formatting of the object was changed in Microsoft Word while change tracking was enabled....is_format_revision property Inline.is_format_revision property...property Returns true if formatting of the object was changed in Microsoft...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Hyphenation class | Aspose.Words...

    Aspose::Words::Hyphenation class. Provides methods for working with hyphenation dictionaries. These dictionaries prescribe where words of a specific language can be hyphenated. To learn more, visit the documentation article in C++....detected that might result in formatting fidelity loss. Hyphenation...cannot be read or has invalid format. static RegisterDictionary...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  8. Aspose::Words::Layout::RevisionOptions::get_Sho...

    Aspose::Words::Layout::RevisionOptions::get_ShowRevisionMarks method. Allow to specify whether revision text should be marked with special Formatting markup. Default value is true in C++....should be marked with special formatting markup. Default value is...DoubleUnderline ); // Render format revisions in dark red and bold...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. Reusing Style Objects with Golang via C++|Docum...

    In Aspose.Cells for C++, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application.... To apply some formatting to a large range of cells...

    docs.aspose.com/cells/go-cpp/reusing-style-obje...
  10. How to Create a Table in Java|Aspose.Words for ...

    Different ways to create tables in your document using Java....presents details on how to add formatted tables to your document using...property to specify cell formatting Insert the cell content using...

    docs.aspose.com/words/java/create-a-table/