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

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

Methods

MethodReturnsDescription
initInternal(Element xmlElement, Runnable saveCallback, IBaseSlide parentSlide)voidTwo-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

See Also