Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 215,174 for

formatting

(0.12 sec)
  1. ShapeBase.soft_edge property | Aspose.Words for...

    ShapeBase.soft_edge property. Gets soft edge Formatting for the shape....soft_edge property Gets soft edge formatting for the shape. @property...how to work with soft edge formatting. builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentBuilder class | Aspose.Words for Python

    aspose.words.DocumentBuilder class. Provides methods to insert text, images and other content, specify font, paragraph and section Formatting...font, paragraph and section formatting. To learn more, visit the...allows to insert content and formatting quickly and easily. Create...

    reference.aspose.com/words/python-net/aspose.wo...
  3. HorizontalRuleFormat class | Aspose.Words for N...

    Aspose.Words.Drawing.HorizontalRuleFormat class. Represents horizontal rule Formatting...Represents horizontal rule formatting. To learn more, visit the...shape, and customize its formatting. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Format cells with JavaScript via C++|Documentation

    Learn how to format and style cells in Aspose.Cells for JavaScript via C++, including number Formatting, date Formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets....Format cells with JavaScript via C++ Contents [ Hide ] Introduction...class, used to get/set the formatting style of a cell. Aspose.Cells...

    docs.aspose.com/cells/javascript-cpp/cells-form...
  5. 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...
  6. StyleCollection.default_paragraph_format proper...

    StyleCollection.default_paragraph_format property. Gets document default paragraph Formatting....default_paragraph_format property StyleCollection.default_paragraph_format...default_paragraph_format property Gets document default paragraph formatting...

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

    aspose.words.WarningType enumeration. Specifies the type of a warning that is issued by Aspose.Words during document loading or saving.... MAJOR_FORMATTING_LOSS_CATEGORY The resulting...document. MAJOR_FORMATTING_LOSS Generic major formatting loss, no specific...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Get and Set Style for cells|Documentation

    Discover how to perform data Formatting and styling in Aspose.Cells for JavaScript via 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.style and Cell...suits you. Formatting Cells There are two ways to format a cell,...

    docs.aspose.com/cells/javascript-cpp/styling-an...
  9. HorizontalRuleFormat class | Aspose.Words for P...

    aspose.words.drawing.HorizontalRuleFormat class. Represents horizontal rule Formatting...Represents horizontal rule formatting. To learn more, visit the...shape, and customize its formatting. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Create DOCX in C++

    In this topic, we will learn how to create DOCX in C++. The Word documents are created programmatically in C++ and used in many applications to achieve automation like utility bill generation. You can create DOCX on the fly in C++ using simple API interface....text in document along with formatting Save the Word document with...with custom formatting in DOCX format using Save method In the...

    kb.aspose.com/words/cpp/how-to-create-docx-in-cpp/