com.aspose.slides
Interface ITable
- All Superinterfaces:
- IGraphicalObject, IHyperlinkContainer, IPresentationComponent, IShape, ISlideComponent
- All Known Implementing Classes:
- Table
public interface ITable
- extends IGraphicalObject
Methods inherited from interface com.aspose.slides.IShape |
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getParentGroup, getPlaceholder, getRawFrame, getRotation, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY |
mergeCells
ICell mergeCells(ICell cell1,
ICell cell2,
boolean allowSplitting)
getStylePreset
int getStylePreset()
setStylePreset
void setStylePreset(int value)
get_Item
ICell get_Item(int columnIndex,
int rowIndex)
getRows
IRowCollection getRows()
getColumns
IColumnCollection getColumns()
getRightToLeft
boolean getRightToLeft()
setRightToLeft
void setRightToLeft(boolean value)
getFirstRow
boolean getFirstRow()
setFirstRow
void setFirstRow(boolean value)
getFirstCol
boolean getFirstCol()
setFirstCol
void setFirstCol(boolean value)
getLastRow
boolean getLastRow()
setLastRow
void setLastRow(boolean value)
getLastCol
boolean getLastCol()
setLastCol
void setLastCol(boolean value)
getHorizontalBanding
boolean getHorizontalBanding()
setHorizontalBanding
void setHorizontalBanding(boolean value)
getVerticalBanding
boolean getVerticalBanding()
setVerticalBanding
void setVerticalBanding(boolean value)
getAsIGraphicalObject
IGraphicalObject getAsIGraphicalObject()