Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 16,124 for

table

(0.07 sec)
  1. ConditionalStyle | Aspose.Words for Java

    Represents special formatting applied to some area of a Table with assigned Table style in Java....to some area of a table with assigned table style. To learn more...more, visit the Working with Tables documentation article. Examples:...

    reference.aspose.com/words/java/com.aspose.word...
  2. TextOrientation Enum | Aspose.Words for .NET

    Discover Aspose.Words.TextOrientation enum to easily control text alignment in Table cells and text frames, enhancing document presentation and readability....orientation of text on a page, in a table cell or a text frame. public...how to build a formatted 2x2 table. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/tex...
  3. Cell.Paragraphs | Aspose.Words for .NET

    Discover the Cell Paragraphs property to access a collection of direct child paragraphs, enhancing your document's structure and readability....Examples Shows how to set a table to stay together on the same...MyDir + "Table spanning two pages.docx" ); Table table = doc ....

    reference.aspose.com/words/net/aspose.words.tab...
  4. ParagraphFormat.KeepWithNext | Aspose.Words for...

    Discover how the ParagraphFormat KeepWithNext property ensures your paragraphs stay together, enhancing document flow and readability for a polished look....Examples Shows how to set a table to stay together on the same...MyDir + "Table spanning two pages.docx" ); Table table = doc ....

    reference.aspose.com/words/net/aspose.words/par...
  5. RowFormat.Height | Aspose.Words for .NET

    Discover the RowFormat Height property to easily adjust Table row height in points, enhancing your document's layout and readability....Gets or sets the height of the table row in points. public double...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/net/aspose.words.tab...
  6. RowFormat.HeightRule | Aspose.Words for .NET

    Discover the RowFormat HeightRule property to easily customize Table row heights for optimal layout and design in your applications....determining the height of the table row. public HeightRule HeightRule...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/net/aspose.words.tab...
  7. TableStyle.bottom_padding property | Aspose.Wor...

    TableStyle.bottom_padding property. Gets or sets the amount of space (in points) to add below the contents of Table cells....to add below the contents of table cells. @property def bottom_padding...custom style settings for the table. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TableStyle.right_padding property | Aspose.Word...

    TableStyle.right_padding property. Gets or sets the amount of space (in points) to add to the right of the contents of Table cells....the right of the contents of table cells. @property def right_padding...custom style settings for the table. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TableStyle.leftPadding property | Aspose.Words ...

    TableStyle.leftPadding property. Gets or sets the amount of space (in points) to add to the left of the contents of Table cells....the left of the contents of table cells. get leftPadding () :...custom style settings for the table. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. TableStyle.Borders | Aspose.Words for .NET

    Discover the TableStyle Borders property to access default cell borders for your styles, enhancing your design with seamless, customizable options....custom style settings for the table. Document doc = new Document...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/net/aspose.words/tab...