![]() | InDesign SDK 20.5 |
Public Member Functions | |
| SnpIterTableStories () | |
| virtual | ~SnpIterTableStories () |
| ErrorCode | IterateAllTablesInDocument (IDocument *document) |
| void | IterateAllTablesInStory (UIDRef &story) |
Deprecated mechanism to iterate through tables in a document. Ideally use the method illustrated in SnpIterTableUseDictHier rather than the method involving ITableModelList shown here.
| inline |
Constructor.
| inlinevirtual |
Destructor.
| ErrorCode SnpIterTableStories::IterateAllTablesInDocument | ( | IDocument * | document | ) |
Shows how to get all tables in a document by iterating through the story list. This uses the ITableModelList. See SnpIterTableUseDictHier::IterateAllTablesInDocument() for a better technique. Also see Tables technotes for more information regarding these 2 techniques.
| document | The document of interest. |
| void SnpIterTableStories::IterateAllTablesInStory | ( | UIDRef & | story | ) |
Iterate though all tables in a story, by iterating through ITableModelList on kTextStoryBoss. Compare with SnpIterTableUseDictHier::IterateAllTablesInStory().
| story | UIDRef of the story to inspect. |