Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 9,565 for

table

(0.09 sec)
  1. Cell | Aspose.Words for Java

    Represents a Table cell in Java....CompositeNode Represents a table cell. To learn more, visit the...the Working with Tables documentation article. Remarks: Cell...

    reference.aspose.com/words/java/com.aspose.word...
  2. TableStyle.columnStripe property | Aspose.Words...

    TableStyle.columnStripe property. Gets or sets a number of columns to include in the banding when the style specifies odd/even columns banding....Shows how to create conditional table styles that alternate between...configure a conditional style of a table to apply a different color to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Row.previousRow property | Aspose.Words for Nod...

    Row.previousRow property. Gets the previous [Row](../) node.... Tables . Row Remarks The method can...need to have typed access to table rows. If a StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. InlineStory.Tables | Aspose.Words for .NET

    Discover InlineStory Tables. Access a collection of story Tables that enhance your data organization and storytelling capabilities. Explore now!...Tables Contents [ Hide ] InlineStory.Tables property Gets a collection...collection of tables that are immediate children of the story...

    reference.aspose.com/words/net/aspose.words/inl...
  5. Paragraph.is_end_of_cell property | Aspose.Word...

    Paragraph.is_end_of_cell property. True if this paragraph is the last paragraph in a [Cell](../../../aspose.words.Tables/cell/); false otherwise....Examples Shows how to set a table to stay together on the same...= MY_DIR + 'Table spanning two pages.docx' ) table = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.endTable method | Aspose.Words ...

    DocumentBuilder.endTable method. Ends a Table in the document....endTable method endTable() Ends a table in the document. endTable ()...point just after the table. Returns The table node that was just...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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...
  8. 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...
  9. Aspose::Words::DocumentBuilder::Writeln method ...

    Aspose::Words::DocumentBuilder::Writeln method. Inserts a paragraph break into the document in C++....how to build a formatted 2x2 table. auto doc = MakeObject < Document...> ( doc ); SharedPtr < Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. TableStyleOptions | Aspose.Words for Java

    Specifies how Table style is applied to a Table in Java....Specifies how table style is applied to a table. Examples: Shows...Shows how to build a new table while applying a style. Document...

    reference.aspose.com/words/java/com.aspose.word...