Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 16,046 for

table

(0.04 sec)
  1. RowFormat | Aspose.Words for Java

    Represents all formatting for a Table row in Java....Represents all formatting for a table row. To learn more, visit the...the Working with Tables documentation article. Examples: Shows...

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

    TableStyle.borders property. Gets the collection of default cell borders for the style....custom style settings for the table. doc = aw . Document () builder...DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::ConditionalStyleCollection::idx_...

    Aspose::Words::ConditionalStyleCollection::idx_get method. Retrieves a ConditionalStyle object by conditional style type in C++....with certain area styles of a table. auto doc = MakeObject < Document...> ( doc ); SharedPtr < Table > table = builder -> StartTable...

    reference.aspose.com/words/cpp/aspose.words/con...
  4. TableStyle.cellSpacing property | Aspose.Words ...

    TableStyle.cellSpacing property. Gets or sets the amount of space (in points) between the cells....custom style settings for the table. let doc = new aw . Document...DocumentBuilder ( doc ); let table = builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. HtmlSaveOptions.tableWidthOutputMode property |...

    HtmlSaveOptions.TableWidthOutputMode property. Controls how Table, row and cell widths are exported to HTML, MHTML or EPUB...tableWidthOutputMode property Controls how table, row and cell widths are exported...HTML format, table, row and cell elements ( <table> , <tr> , <th>...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. TableContentAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.TableContentAlignment enum for precise Table content alignment in Markdown exports. Enhance your document formatting effortlessly!...alignment of the content of the table to be used when exporting into...corresponding table column. Left 1 The content of tables will be aligned...

    reference.aspose.com/words/net/aspose.words.sav...
  7. AutoFitBehavior enumeration | Aspose.Words for ...

    Aspose.Words.Tables.AutoFitBehavior enumeration. Determines how Aspose.Words resizes the Table when you invoke the [Table.autoFit()](../../aspose.words/Table/autoFit/#autofitbehavior) method....Words resizes the table when you invoke the Table.autoFit() method...from the table and all cells and then updates the table layout...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CellFormat.RightPadding | Aspose.Words for .NET

    Discover the CellFormat RightPadding property to easily adjust spacing in your cells. Enhance your spreadsheet's layout with precise point control!...DocumentBuilder ( doc ); Table table = builder . StartTable ();...Assert . AreEqual ( 0.0d , table . FirstRow . Cells [ 0 ]. CellFormat...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Aspose::Words::ConditionalStyle::get_BottomPadd...

    Aspose::Words::ConditionalStyle::get_BottomPadding method. Gets or sets the amount of space (in points) to add below the contents of Table cells in C++....to add below the contents of table cells. double Aspose :: Words...with certain area styles of a table. auto doc = MakeObject < Document...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. Manage Cells|Aspose.Slides Documentation

    Table cells in PowerPoint presentations in C# or .NET...Contents [ Hide ] Identify Merged Table Cell Create an instance of the...the table from the first slide. Iterate through the table’s rows...

    docs.aspose.com/slides/net/manage-cells/