Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 19,749 for

table

(0.07 sec)
  1. Join Tables in C#|Aspose.Words for .NET

    Join Tables in C#. How to merge two Tables into one C#....Ask AI Join Tables Contents [ Hide ] What is this page about...explains how to join tables programmatically. A table, represented in...

    docs.aspose.com/words/net/table-join/
  2. PreferredWidthType enumeration | Aspose.Words f...

    aspose.words.Tables.PreferredWidthType enumeration. Specifies the unit of measurement for the preferred width of a Table or cell....for the preferred width of a table or cell. Members Name Description...specified. The actual width of the table or cell is either specified...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Tables::Cell::get_CellFormat met...

    Aspose::Words::Tables::Cell::get_CellFormat method. Provides access to the formatting properties of the cell in C++....Aspose::Words::Tables::Cell::get_CellFormat method Contents [...Words :: Tables :: CellFormat > Aspose :: Words :: Tables :: Cell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Aspose::Words::ParagraphFormat::get_KeepWithNex...

    Aspose::Words::ParagraphFormat::get_KeepWithNext method. True if the paragraph is to remains on the same page as the paragraph that follows it in C++....Examples Shows how to set a table to stay together on the same...Document > ( get_MyDir () + u "Table spanning two pages.docx" );...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. Row.EnsureMinimum | Aspose.Words for .NET

    Discover the Row EnsureMinimum method, effortlessly create and append a Cell when none exist, enhancing your data structure management....= new Document (); Table table = new Table ( doc ); doc . FirstSection...AppendChild ( table ); Row row = new Row ( doc ); table . AppendChild...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Table.first_row property | Aspose.Words for Python

    Table.first_row property. Returns the first [Row](../../row/) node in the Table....first_row property Table.first_row property Returns the first...first Row node in the table. @property def first_row ( self ) ->...

    reference.aspose.com/words/python-net/aspose.wo...
  7. HtmlSaveOptions.AllowNegativeIndent | Aspose.Wo...

    Discover the HtmlSaveOptions AllowNegativeIndent property to control paragraph indents when saving to HTML, MHTML, or EPUB. Optimize your document formatting today!...DocumentBuilder ( doc ); // Insert a table with a negative indent, which...the left page boundary. Table table = builder . StartTable ();...

    reference.aspose.com/words/net/aspose.words.sav...
  8. TableStyle | Aspose.Words for Java

    Represents a Table style in Java....extends Style Represents a table style. To learn more, visit...visit the Working with Tables documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  9. Cell.parent_row property | Aspose.Words for Python

    Cell.parent_row property. Returns the parent row of the cell.... tables . Row : ... Examples Shows how to set a table to stay...= MY_DIR + 'Table spanning two pages.docx' ) table = doc . first_section...

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

    Discover the TableStyle TopPadding property to easily adjust spacing above Table cell contents, enhancing your Table's readability and design....to add above the contents of table cells. public double TopPadding...custom style settings for the table. Document doc = new Document...

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