Table
Table class
Represents a table on a slide.
getColumns
Name | Description |
---|---|
getColumns () | Returns the collectoin of columns. Read-only IColumnCollection. |
Returns: ColumnCollection
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
getTableFormat
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. |
Returns: void
setFirstRow
Name | Description |
---|---|
setFirstRow (boolean) | Determines whether the first row of a table has to be drawn with a special formatting. Read/write boolean. |
Returns: void
setHorizontalBanding
Name | Description |
---|---|
setHorizontalBanding (boolean) | Determines whether the even rows has to be drawn with a different formatting. Read/write boolean. |
Returns: void
setLastCol
Name | Description |
---|---|
setLastCol (boolean) | Determines whether the last column of a table has to be drawn with a special formatting. Read/write boolean. |
Returns: void
setLastRow
Name | Description |
---|---|
setLastRow (boolean) | Determines whether the last row of a table has to be drawn with a special formatting. Read/write boolean. |
Returns: void
setRightToLeft
Name | Description |
---|---|
setRightToLeft (boolean) | Determines whether the table has right to left reading order. Read-write boolean. |
Returns: void
setStylePreset
Name | Description |
---|---|
setStylePreset (int) | Gets or sets builtin table style. Read/write TableStylePreset. |
Returns: void
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. |
Returns: void
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. |
Returns: void
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. |
Returns: void
setVerticalBanding
Name | Description |
---|---|
setVerticalBanding (boolean) | Determines whether the even columns has to be drawn with a different formatting. Read/write boolean. |
Returns: void