ITable — Aspose.Slides FOSS Java API Reference

ITable — Represents a table on a slide.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
rowsIRowCollectionRead/Write
columnsIColumnCollectionRead/Write
tableFormatITableFormatRead/Write
stylePresetTableStylePresetRead/Write
rightToLeftbooleanRead/Write
firstRowbooleanRead/Write
firstColbooleanRead/Write
lastRowbooleanRead/Write
lastColbooleanRead/Write
horizontalBandingbooleanRead/Write
verticalBandingbooleanRead/Write

Methods

MethodReturnsDescription
getRows()IRowCollectionReturns the collection of rows.
getColumns()IColumnCollectionReturns the collection of columns.
getTableFormat()ITableFormatReturns the table formatting.
getStylePreset()TableStylePresetReturns the table style preset.
setStylePreset(TableStylePreset value)voidSets the table style preset.
isRightToLeft()booleanDetermines whether the table has right-to-left reading order.
setRightToLeft(boolean value)voidSets the right-to-left reading order.
isFirstRow()booleanDetermines whether the first row has special formatting.
setFirstRow(boolean value)voidSets whether the first row has special formatting.
isFirstCol()booleanDetermines whether the first column has special formatting.
setFirstCol(boolean value)voidSets whether the first column has special formatting.
isLastRow()booleanDetermines whether the last row has special formatting.
setLastRow(boolean value)voidSets whether the last row has special formatting.
isLastCol()booleanDetermines whether the last column has special formatting.
setLastCol(boolean value)voidSets whether the last column has special formatting.
isHorizontalBanding()booleanDetermines whether the table has horizontal banding.
setHorizontalBanding(boolean value)voidSets whether the table has horizontal banding.
isVerticalBanding()booleanDetermines whether the table has vertical banding.
setVerticalBanding(boolean value)voidSets whether the table has vertical banding.
mergeCells(ICell cell1, ICell cell2, boolean allowSplitting)ICellMerges neighbouring cells.
asIGraphicalObject()IGraphicalObjectReturns this table as an IGraphicalObject.
asIBulkTextFormattable()IBulkTextFormattableReturns this table as an IBulkTextFormattable.

See Also