Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 214,354 for

formatting

(0.31 sec)
  1. RowFormat.ClearFormatting | Aspose.Words for .NET

    Discover how the RowFormat ClearFormatting method effortlessly restores your data to its default style, enhancing clarity and presentation....method Resets to default row formatting. public void ClearFormatting...StartTable (); // Setting table formatting options for a document builder...

    reference.aspose.com/words/net/aspose.words.tab...
  2. Aspose::Words::Tables::Table::get_LeftIndent me...

    Aspose::Words::Tables::Table::get_LeftIndent method. Gets or sets the value that represents the left indent of the table in C++....Examples Shows how to create a formatted table using DocumentBuilder...set_LeftIndent ( 20 ); // Set some formatting options for text and table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. FieldFormat class | Aspose.Words for Python

    aspose.words.fields.FieldFormat class. Provides typed access to field's numeric, date and time, and general Formatting...date and time, and general formatting. To learn more, visit the...Description date_time_format Gets or sets a formatting that is applied...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose.Words.Drawing module | Aspose.Words for ...

    The Aspose.Words.Drawing module provides classes that allow to create and modify drawing objects.... Fill Represents fill formatting for an object. To learn more...GlowFormat Represents the glow formatting for an object. GradientStop...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. List level and heading style issues - Free Supp...

    Hello everyone, I’m currently struggling with two issues that I can’t quite understand. I have a target document that already contains Formatting definitions, i.e., Heading1 through Heading9 are defined. Let’s say all …...document that already contains formatting definitions, i.e., Heading1...a Heading1 style that is formatted with a red font color and...

    forum.aspose.com/t/list-level-and-heading-style...
  6. Aspose::Words::DocumentBuilder::DocumentBuilder...

    Aspose::Words::DocumentBuilder::DocumentBuilder constructor. Initializes a new instance of this class in C++....Examples Shows how to insert formatted text using DocumentBuilder...( doc ); // Specify font formatting, then add text. System ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in Java.... Text formatting is determined by the Font... Note that the character formatting you set will apply to all...

    docs.aspose.com/words/java/use-documentbuilder-...
  8. ChartDataLabel.format property | Aspose.Words f...

    ChartDataLabel.format property. Provides access to fill and line Formatting of the data label....format property ChartDataLabel.format property Provides access...line formatting of the data label. @property def format ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartDataPoint.Marker | Aspose.Words for .NET

    Discover the ChartDataPoint Marker property to enhance your charts with customizable data markers for clearer insights and impactful visualizations....Examples Show how to set marker formatting. Document doc = new Document...8 , 1.7 }); // Set marker formatting. series . Marker . Size =...

    reference.aspose.com/words/net/aspose.words.dra...
  10. How to Create a Table in C#|Aspose.Words for .NET

    A guide on how to make a table in C# in various ways. Create table in C# for your document....programmatically and discusses styling, formatting, and content population....presents details on how to add formatted tables to your document using...

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