Table — Aspose.Slides FOSS Java API Reference
Table — Represents a table shape on a slide. Inherits from: GeometryShape, ITable.
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 | |
graphicalObjectLock | IGraphicalObjectLock | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(Element xmlElement, Runnable saveCallback, IBaseSlide parentSlide) | void | Two-phase initialization for this table shape. |
getRows() | IRowCollection | |
getColumns() | IColumnCollection | |
getTableFormat() | ITableFormat | |
getStylePreset() | TableStylePreset | |
setStylePreset(TableStylePreset value) | void | |
isRightToLeft() | boolean | |
setRightToLeft(boolean value) | void | |
isFirstRow() | boolean | |
setFirstRow(boolean value) | void | |
isFirstCol() | boolean | |
setFirstCol(boolean value) | void | |
isLastRow() | boolean | |
setLastRow(boolean value) | void | |
isLastCol() | boolean | |
setLastCol(boolean value) | void | |
isHorizontalBanding() | boolean | |
setHorizontalBanding(boolean value) | void | |
isVerticalBanding() | boolean | |
setVerticalBanding(boolean value) | void | |
mergeCells(ICell cell1, ICell cell2, boolean allowSplitting) | ICell | |
asIGraphicalObject() | IGraphicalObject | |
asIBulkTextFormattable() | IBulkTextFormattable | |
getGraphicalObjectLock() | IGraphicalObjectLock | |
setTextFormat(Object source) | void |