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

formatting

(0.2 sec)
  1. Aspose::Words::Tables::CellFormat::get_Orientat...

    Aspose::Words::Tables::CellFormat::get_Orientation method. Returns or sets the orientation of text in a table cell in C++....StartTable (); // Setting table formatting options for a document builder...EndRow (); // Changing the formatting will apply it to the current...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. 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...
  3. 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...
  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. 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...
  6. 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...
  7. DocumentBuilder.end_table method | Aspose.Words...

    DocumentBuilder.end_table method. Ends a table in the document....start_table () # Setting table formatting options for a document builder...with it. builder . paragraph_format . alignment = aw . ParagraphAlignment...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. 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...
  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/