Table
Table class
Represents a table on a slide.
getColumns
Name | Description |
---|
getColumns () | Returns the collectoin of columns. Read-only IColumnCollection. |
Returns:
ColumnCollection
Name | Description |
---|
getFillFormat () | Returns a TableFormat.FillFormat object containing the fill formatting for the Table. Read-only IFillFormat. |
Returns:
FillFormat
getFirstCol
Name | Description |
---|
getFirstCol () | Determines whether the first column of a table has to be drawn with a special formatting. Read/write boolean. |
Returns:
boolean
getFirstRow
Name | Description |
---|
getFirstRow () | Determines whether the first row of a table has to be drawn with a special formatting. Read/write boolean. |
Returns:
boolean
getHorizontalBanding
Name | Description |
---|
getHorizontalBanding () | Determines whether the even rows has to be drawn with a different formatting. Read/write boolean. |
Returns:
boolean
getLastCol
Name | Description |
---|
getLastCol () | Determines whether the last column of a table has to be drawn with a special formatting. Read/write boolean. |
Returns:
boolean
getLastRow
Name | Description |
---|
getLastRow () | Determines whether the last row of a table has to be drawn with a special formatting. Read/write boolean. |
Returns:
boolean
getRightToLeft
Name | Description |
---|
getRightToLeft () | Determines whether the table has right to left reading order. Read-write boolean. |
Returns:
boolean
getRows
Name | Description |
---|
getRows () | Returns the collectoin of rows. Read-only IRowCollection. |
Returns:
RowCollection
getStylePreset
Name | Description |
---|
getStylePreset () | Gets or sets builtin table style. Read/write TableStylePreset. |
Returns:
int
Name | Description |
---|
getTableFormat () | Returns the TableFormat object that contains formatting properties for this table. Read-only ITableFormat. |
Returns:
TableFormat
getVerticalBanding
Name | Description |
---|
getVerticalBanding () | Determines whether the even columns has to be drawn with a different formatting. Read/write boolean. |
Returns:
boolean
get_Item
Name | Description |
---|
get_Item (int, int) | Returns the cell at the specified column and row indexes. Read-only Cell. |
Returns:
Cell
mergeCells
Name | Description |
---|
mergeCells (Cell, Cell, boolean) | Merges neighbour cells. |
Parameters:
Name | Type | Description |
---|
cell1 | Cell | Cell to merge. |
cell2 | Cell | Cell to merge. |
allowSplitting | boolean | True to allow cells splitting. |
Returns:
Cell
setFirstCol
Name | Description |
---|
setFirstCol (boolean) | Determines whether the first column of a table has to be drawn with a special formatting. Read/write boolean. |
setFirstRow
Name | Description |
---|
setFirstRow (boolean) | Determines whether the first row of a table has to be drawn with a special formatting. Read/write boolean. |
setHorizontalBanding
Name | Description |
---|
setHorizontalBanding (boolean) | Determines whether the even rows has to be drawn with a different formatting. Read/write boolean. |
setLastCol
Name | Description |
---|
setLastCol (boolean) | Determines whether the last column of a table has to be drawn with a special formatting. Read/write boolean. |
setLastRow
Name | Description |
---|
setLastRow (boolean) | Determines whether the last row of a table has to be drawn with a special formatting. Read/write boolean. |
setRightToLeft
Name | Description |
---|
setRightToLeft (boolean) | Determines whether the table has right to left reading order. Read-write boolean. |
setStylePreset
Name | Description |
---|
setStylePreset (int) | Gets or sets builtin table style. Read/write TableStylePreset. |
setTextFormat
Name | Description |
---|
setTextFormat (PortionFormat) | Sets defined portion format properties to all table cells’ portions. |
Parameters:
Name | Type | Description |
---|
source | PortionFormat | IPortionFormat object with necessary properties set. |
setTextFormat
Name | Description |
---|
setTextFormat (ParagraphFormat) | Sets defined paragraph format properties to all table cells’ paragraphs. |
Parameters:
Name | Type | Description |
---|
source | ParagraphFormat | IParagraphFormat object with necessary properties set. |
setTextFormat
Name | Description |
---|
setTextFormat (TextFrameFormat) | Sets defined text frame format properties to all table cells’ text frames. |
Parameters:
Name | Type | Description |
---|
source | TextFrameFormat | ITextFrameFormat object with necessary properties set. |
setVerticalBanding
Name | Description |
---|
setVerticalBanding (boolean) | Determines whether the even columns has to be drawn with a different formatting. Read/write boolean. |