Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 219,497 for

formatting

(1.54 sec)
  1. ChartSeries.Marker | Aspose.Words for .NET

    Discover the ChartSeries Marker property to easily customize data markers for your charts. Enhance visualization with automatic marker creation!...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...
  2. Stroke.BackColor | Aspose.Words for .NET

    Customize your stroke's background color with the Stroke BackColor property. Enhance your designs with vibrant, tailored colors for a unique look....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...
  3. Fill.presetTextured method | Aspose.Words for N...

    Fill.presetTextured method. Sets the fill to a preset texture....Examples Show how to set marker formatting. let doc = new aw . Document...8 , 1.7 ]); // Set marker formatting. series . marker . size =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. RowFormat.height_rule property | Aspose.Words f...

    RowFormat.height_rule property. Gets or sets the rule for determining the height of the table row....Examples Shows how to create a formatted table using DocumentBuilder...left_indent = 20 # Set some formatting options for text and table...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CalendarType enumeration | Aspose.Words for Nod...

    Aspose.Words.CalendarType enumeration. Specifies the type of a calendar....automatically apply a custom format to field results as the fields...formatter applies a custom format to newly created fields of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Font.emphasisMark property | Aspose.Words for N...

    Font.emphasisMark property. Gets or sets the emphasis mark applied to this Formatting....emphasis mark applied to this formatting. get emphasisMark () : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Style.Remove | Aspose.Words for .NET

    Effortlessly eliminate unwanted styles from your document with the Style Remove method. Enhance your content's appearance and maintain consistency!...base style is removed its formatting is moved to child styles...style reverts to the default formatting. Assert . That ( doc . Styles...

    reference.aspose.com/words/net/aspose.words/sty...
  8. Aspose::Words::Fonts::FolderFontSource class | ...

    Aspose::Words::Fonts::FolderFontSource class. Represents the folder that contains TrueType font files. To learn more, visit the documentation article in C++....detected that might result in formatting fidelity loss. GetAvailableFonts...detected that might result in formatting fidelity loss. static Type...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. CellFormat.fitText property | Aspose.Words for ...

    CellFormat.fitText property. If ``true``, fits text in the cell, compressing each paragraph to the width of the cell....startTable (); // Setting table formatting options for a document builder...endRow (); // Changing the formatting will apply it to the current...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Split Table in C#|Aspose.Words for .NET

    Split table in C#. How to split one table into two separate tables C#.... Q: Will the formatting (borders, shading, etc.)...preserved after splitting? A: The formatting applied to rows, cells, and...

    docs.aspose.com/words/net/split-table/