![]() | InDesign SDK 20.5 |
Public Member Functions | |
| ErrorCode | InsertRows (ITableSuite *tableSuite, int32 howMany, Tables::ERelativePosition pos, const PMReal &rowHeight) |
| ErrorCode | InsertColumns (ITableSuite *tableSuite, int32 howMany, Tables::ERelativePosition pos, const PMReal &colWidth) |
| ErrorCode | DeleteRows (ITableSuite *tableSuite) |
| ErrorCode | DeleteColumns (ITableSuite *tableSuite) |
| ErrorCode | MergeCells (ITableSuite *tableSuite) |
| ErrorCode | UnmergeCell (ITableSuite *tableSuite) |
This snippet highlights those ITableSuite functions that perform actions on the selection or on the table containing the selection. This snippet does not cover creating a table and filling its cells with text; the TableBasics SDK sample plug-in covers this.
For additional information regarding table attributes, look in the browseable API documentation for kTableAttrXXXBoss entries.
| ErrorCode SnpModifyTable::DeleteColumns | ( | ITableSuite * | tableSuite | ) |
facade to ITableSuite::DeleteColumns.
| ErrorCode SnpModifyTable::DeleteRows | ( | ITableSuite * | tableSuite | ) |
facade to ITableSuite::DeleteRows.
| ErrorCode SnpModifyTable::InsertColumns | ( | ITableSuite * | tableSuite, |
| int32 | howMany, | ||
| Tables::ERelativePosition | pos, | ||
| const PMReal & | colWidth | ||
| ) |
facade to ITableSuite::InsertColumns.
| ErrorCode SnpModifyTable::InsertRows | ( | ITableSuite * | tableSuite, |
| int32 | howMany, | ||
| Tables::ERelativePosition | pos, | ||
| const PMReal & | rowHeight | ||
| ) |
facade to ITableSuite::InsertRows.
| ErrorCode SnpModifyTable::MergeCells | ( | ITableSuite * | tableSuite | ) |
facade to ITableSuite::MergeCells.
| ErrorCode SnpModifyTable::UnmergeCell | ( | ITableSuite * | tableSuite | ) |
facade to ITableSuite::UnmergeCell.