![]() | InDesign SDK 20.5 |

Public Member Functions | |
| ErrorCode | InspectTable (int32 tchoice, const InterfacePtr< ITableSuite > &tableSuite) |
| ErrorCode | InspectSelectionInTable (int32 sitchoice, const InterfacePtr< ITableSuite > &tableSuite) |
| _SnpRunnerInspectTableModel () | |
| virtual | ~_SnpRunnerInspectTableModel () |
| bool16 | CanRun (ISnpRunnableContext *runnableContext) |
| ErrorCode | Run (ISnpRunnableContext *runnableContext) |
| virtual ISnipRunSuite::eSnpRunContextType | GetContext (void) |
Public Member Functions inherited from SnpRunnable | |
| SnpRunnable (ConstCString name) | |
| virtual | ~SnpRunnable () |
| virtual ConstCString | GetName () const |
| virtual ConstCString | GetDescription () const |
| virtual ConstCString | GetPreconditions () const |
| virtual ConstCString | GetCategories () const |
| virtual ErrorCode | RunUnitTest (ISnpRunnableContext *runnableContext) |
| virtual bool16 | CanLoad () const |
| virtual ErrorCode | SetupContext (ISnpRunnableContext *runnableContext) |
Additional Inherited Members | |
Protected Member Functions inherited from SnpRunnable | |
| virtual void | SetDescription (ConstCString description) |
| virtual void | SetPreconditions (ConstCString preconditions) |
| virtual void | SetCategories (ConstCString categories) |
Makes the snippet SnpInspectTableModel available to the SnippetRunner framework.
| _SnpRunnerInspectTableModel::_SnpRunnerInspectTableModel | ( | ) |
Constructor.
| virtual |
Destructor.
| virtual |
Return kTrue if the snippet can run.
| runnableContext | see ISnpRunnableContext for documentation. |
Implements SnpRunnable.
| inlinevirtual |
| ErrorCode _SnpRunnerInspectTableModel::InspectSelectionInTable | ( | int32 | sitchoice, |
| const InterfacePtr< ITableSuite > & | tableSuite | ||
| ) |
Inspect selection in table.
| sitchoice | Specifies index of refined selection inspection. |
| tableSuite | Supplied ITableSuite*. |
| ErrorCode _SnpRunnerInspectTableModel::InspectTable | ( | int32 | tchoice, |
| const InterfacePtr< ITableSuite > & | tableSuite | ||
| ) |
Inspect table containing selection.
| tchoice | Specifies index of refined table inspection. |
| tableSuite | Supplied ITableSuite*. |
| virtual |
Run the snippet.
| runnableContext | see ISnpRunnableContext for documentation. |
Implements SnpRunnable.