![]() | InDesign SDK 20.5 |
Public Member Functions | |
| SnpInspectTableModel () | |
| virtual | ~SnpInspectTableModel () |
| ErrorCode | InspectTable (int32 tchoice, const InterfacePtr< ITableSuite > &tableSuite) |
| ErrorCode | InspectSelectionInTable (int32 sitchoice, const InterfacePtr< ITableSuite > &tableSuite) |
This snippet highlights those ITableSuite functions that answer questions about the selection or about the table containing the selection. This snippet does not cover how to override supplied cell/table/row attributes; the TableAttributes SDK sample plug-in covers this.
For additional information regarding table attributes, look in the browseable API documentation for kTableAttrXXXBoss entries.
| inline |
Constructor.
| inlinevirtual |
Destructor.
| ErrorCode SnpInspectTableModel::InspectSelectionInTable | ( | int32 | sitchoice, |
| const InterfacePtr< ITableSuite > & | tableSuite | ||
| ) |
Inspect selection in table.
| sitchoice | Specifies index of refined selection inspection. |
| tableSuite | Supplied ITableSuite*. |
| ErrorCode SnpInspectTableModel::InspectTable | ( | int32 | tchoice, |
| const InterfacePtr< ITableSuite > & | tableSuite | ||
| ) |
Inspect table containing selection.
| tchoice | Specifies index of refined table inspection. |
| tableSuite | Supplied ITableSuite*. |