Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 20,960 for

table

(0.16 sec)
  1. CellFormat.Orientation | Aspose.Words for .NET

    Discover how to use the CellFormat Orientation property to adjust text direction in Table cells, enhancing readability and design in your documents....the orientation of text in a table cell. public TextOrientation...Examples Shows how to build a table with custom borders. Document...

    reference.aspose.com/words/net/aspose.words.tab...
  2. ConditionalStyle.shading property | Aspose.Word...

    ConditionalStyle.shading property. Gets a [Shading](../../shading/) object that refers to the shading formatting for this conditional style....with certain area styles of a table. let doc = new aw . Document...DocumentBuilder ( doc ); let table = builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Table.DistanceBottom | Aspose.Words for .NET

    Adjust the Table DistanceBottom property to control spacing between your Table's bottom and surrounding text, enhancing layout and readability....DistanceBottom Table.DistanceBottom property Gets or sets distance...distance between table bottom and the surrounding text, in points...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Table.DistanceLeft | Aspose.Words for .NET

    Adjust the Table DistanceLeft property to control spacing between your Table and surrounding text. Enhance readability and layout in your documents!...DistanceLeft Table.DistanceLeft property Gets or sets distance...distance between table left and the surrounding text, in points. public...

    reference.aspose.com/words/net/aspose.words.tab...
  5. Table.DistanceRight | Aspose.Words for .NET

    Adjust the Table DistanceRight property to control spacing between your Table and surrounding text in points, enhancing layout and readability....DistanceRight Table.DistanceRight property Gets or sets distance...distance between table right and the surrounding text, in points...

    reference.aspose.com/words/net/aspose.words.tab...
  6. DocumentVisitor.visit_table_start method | Aspo...

    DocumentVisitor.visit_Table_start method. Called when enumeration of a Table has started....visit_table_start method visit_table_start(table) Called when...enumeration of a table has started. def visit_table_start ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. 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...
  9. Row.next_row property | Aspose.Words for Python

    Row.next_row property. Gets the next [Row](../) node.... tables . Row : ... Remarks The method...need to have typed access to table rows. If a StructuredDocumentTa...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Table.auto_fit method | Aspose.Words for Python

    Table.auto_fit method. Resizes the Table and cells according to the specified auto fit behavior....auto_fit(behavior) Resizes the table and cells according to the specified...behavior : aspose . words . tables . AutoFitBehavior ): ... Parameter...

    reference.aspose.com/words/python-net/aspose.wo...