ITable — Aspose.Slides FOSS Java API Reference
ITable — Represents a table on a slide.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
rows | IRowCollection | Read/Write | |
columns | IColumnCollection | Read/Write | |
tableFormat | ITableFormat | Read/Write | |
stylePreset | TableStylePreset | Read/Write | |
rightToLeft | boolean | Read/Write | |
firstRow | boolean | Read/Write | |
firstCol | boolean | Read/Write | |
lastRow | boolean | Read/Write | |
lastCol | boolean | Read/Write | |
horizontalBanding | boolean | Read/Write | |
verticalBanding | boolean | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getRows() | IRowCollection | Returns the collection of rows. |
getColumns() | IColumnCollection | Returns the collection of columns. |
getTableFormat() | ITableFormat | Returns the table formatting. |
getStylePreset() | TableStylePreset | Returns the table style preset. |
setStylePreset(TableStylePreset value) | void | Sets the table style preset. |
isRightToLeft() | boolean | Determines whether the table has right-to-left reading order. |
setRightToLeft(boolean value) | void | Sets the right-to-left reading order. |
isFirstRow() | boolean | Determines whether the first row has special formatting. |
setFirstRow(boolean value) | void | Sets whether the first row has special formatting. |
isFirstCol() | boolean | Determines whether the first column has special formatting. |
setFirstCol(boolean value) | void | Sets whether the first column has special formatting. |
isLastRow() | boolean | Determines whether the last row has special formatting. |
setLastRow(boolean value) | void | Sets whether the last row has special formatting. |
isLastCol() | boolean | Determines whether the last column has special formatting. |
setLastCol(boolean value) | void | Sets whether the last column has special formatting. |
isHorizontalBanding() | boolean | Determines whether the table has horizontal banding. |
setHorizontalBanding(boolean value) | void | Sets whether the table has horizontal banding. |
isVerticalBanding() | boolean | Determines whether the table has vertical banding. |
setVerticalBanding(boolean value) | void | Sets whether the table has vertical banding. |
mergeCells(ICell cell1, ICell cell2, boolean allowSplitting) | ICell | Merges neighbouring cells. |
asIGraphicalObject() | IGraphicalObject | Returns this table as an IGraphicalObject. |
asIBulkTextFormattable() | IBulkTextFormattable | Returns this table as an IBulkTextFormattable. |