public interface ITable extends IGraphicalObject, IBulkTextFormattable
Represents a table on a slide.
Modifier and Type | Method and Description |
---|---|
ICell |
get_Item(int columnIndex,
int rowIndex)
Returns the cell at the specified column and row indexes.
|
IColumnCollection |
getColumns()
Returns the collectoin of columns.
|
boolean |
getFirstCol()
Determines whether the first column of a table has to be drawn with a special formatting.
|
boolean |
getFirstRow()
Determines whether the first row of a table has to be drawn with a special formatting.
|
boolean |
getHorizontalBanding()
Determines whether the even rows has to be drawn with a different formatting.
|
boolean |
getLastCol()
Determines whether the last column of a table has to be drawn with a special formatting.
|
boolean |
getLastRow()
Determines whether the last row of a table has to be drawn with a special formatting.
|
boolean |
getRightToLeft()
Determines whether the table has right to left reading order.
|
IRowCollection |
getRows()
Returns the collectoin of rows.
|
int |
getStylePreset()
Get's or sets builtin table style.
|
ITableFormat |
getTableFormat()
Returns the TableFormat object that contains formatting properties for this table.
|
boolean |
getVerticalBanding()
Determines whether the even columns has to be drawn with a different formatting.
|
ICell |
mergeCells(ICell cell1,
ICell cell2,
boolean allowSplitting)
Merges neighbour cells.
|
void |
setFirstCol(boolean value)
Determines whether the first column of a table has to be drawn with a special formatting.
|
void |
setFirstRow(boolean value)
Determines whether the first row of a table has to be drawn with a special formatting.
|
void |
setHorizontalBanding(boolean value)
Determines whether the even rows has to be drawn with a different formatting.
|
void |
setLastCol(boolean value)
Determines whether the last column of a table has to be drawn with a special formatting.
|
void |
setLastRow(boolean value)
Determines whether the last row of a table has to be drawn with a special formatting.
|
void |
setRightToLeft(boolean value)
Determines whether the table has right to left reading order.
|
void |
setStylePreset(int value)
Get's or sets builtin table style.
|
void |
setVerticalBanding(boolean value)
Determines whether the even columns has to be drawn with a different formatting.
|
getGraphicalObjectLock
addPlaceholder, createEffectFormatEffective, createFillFormatEffective, createLineFormatEffective, createThreeDFormatEffective, getAlternativeText, getAlternativeTextTitle, getBlackWhiteMode, getConnectionSiteCount, getCustomData, getEffectFormat, getFillFormat, getFrame, getHeight, getHidden, getLineFormat, getName, getOfficeInteropShapeId, getParentGroup, getPlaceholder, getRawFrame, getRotation, getShapeLock, getThreeDFormat, getThumbnail, getThumbnail, getUniqueId, getWidth, getX, getY, getZOrderPosition, isGrouped, isTextHolder, removePlaceholder, setAlternativeText, setAlternativeTextTitle, setBlackWhiteMode, setFrame, setHeight, setHidden, setName, setRawFrame, setRotation, setWidth, setX, setY, writeAsSvg, writeAsSvg
getSlide
getPresentation
getHyperlinkClick, getHyperlinkManager, getHyperlinkMouseOver, setHyperlinkClick, setHyperlinkMouseOver
setTextFormat, setTextFormat, setTextFormat
ICell get_Item(int columnIndex, int rowIndex)
Returns the cell at the specified column and row indexes.
Read-only ICell
.
IRowCollection getRows()
Returns the collectoin of rows.
Read-only IRowCollection
.
IColumnCollection getColumns()
Returns the collectoin of columns.
Read-only IColumnCollection
.
ITableFormat getTableFormat()
Returns the TableFormat object that contains formatting properties for this table.
Read-only ITableFormat
.
int getStylePreset()
Get's or sets builtin table style.
Read/write TableStylePreset
.
void setStylePreset(int value)
Get's or sets builtin table style.
Read/write TableStylePreset
.
boolean getRightToLeft()
Determines whether the table has right to left reading order.
Read-write boolean
.
void setRightToLeft(boolean value)
Determines whether the table has right to left reading order.
Read-write boolean
.
boolean getFirstRow()
Determines whether the first row of a table has to be drawn with a special formatting.
Read/write boolean
.
void setFirstRow(boolean value)
Determines whether the first row of a table has to be drawn with a special formatting.
Read/write boolean
.
boolean getFirstCol()
Determines whether the first column of a table has to be drawn with a special formatting.
Read/write boolean
.
void setFirstCol(boolean value)
Determines whether the first column of a table has to be drawn with a special formatting.
Read/write boolean
.
boolean getLastRow()
Determines whether the last row of a table has to be drawn with a special formatting.
Read/write boolean
.
void setLastRow(boolean value)
Determines whether the last row of a table has to be drawn with a special formatting.
Read/write boolean
.
boolean getLastCol()
Determines whether the last column of a table has to be drawn with a special formatting.
Read/write boolean
.
void setLastCol(boolean value)
Determines whether the last column of a table has to be drawn with a special formatting.
Read/write boolean
.
boolean getHorizontalBanding()
Determines whether the even rows has to be drawn with a different formatting.
Read/write boolean
.
void setHorizontalBanding(boolean value)
Determines whether the even rows has to be drawn with a different formatting.
Read/write boolean
.
boolean getVerticalBanding()
Determines whether the even columns has to be drawn with a different formatting.
Read/write boolean
.
void setVerticalBanding(boolean value)
Determines whether the even columns has to be drawn with a different formatting.
Read/write boolean
.