![]() | InDesign SDK 20.5 |
Public Member Functions | |
| SnpGetTableParcel () | |
| virtual | ~SnpGetTableParcel () |
| ErrorCode | DoIterateParcels (const InterfacePtr< ITableModel > &tableModel, const GridArea &focusGridArea, IActiveContext *ac) |
| PMString | GetBoundsAsSystemString (const PMRect &bounds) |
| SnpGetTableParcel::SnpGetTableParcel | ( | ) |
Constructor.
| inlinevirtual |
Destructor.
| ErrorCode SnpGetTableParcel::DoIterateParcels | ( | const InterfacePtr< ITableModel > & | tableModel, |
| const GridArea & | focusGridArea, | ||
| IActiveContext * | ac | ||
| ) |
Shows how to iterate through parcels within a table model.
| tableModel | The table model which you want to look at |
| focusGridArea | The focus area of the table you want to examine. Examines all of the parcels that correspond to cells in the given area. |
| ac | The current active context. |