![]() | InDesign SDK 20.5 |

Public Member Functions | |
| _SnpRunnerApplyTextStyleAttributes () | |
| virtual | ~_SnpRunnerApplyTextStyleAttributes () |
| 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 SnpApplyTextStyleAttributes available to the SnippetRunner framework.
| _SnpRunnerApplyTextStyleAttributes::_SnpRunnerApplyTextStyleAttributes | ( | ) |
Constructor.
| virtual |
Destructor.
| virtual |
Return kTrue if the snippet can run.
| runnableContext | see ISnpRunnableContext for documentation. |
Implements SnpRunnable.
| inlinevirtual |
| virtual |
Run the snippet. Change the value of text attributes in all the given items. Other methods are called to carry out the item chosen by the menu. All methods called by this method take in an ITextAttributeSuite.
| runnableContext | see ISnpRunnableContext for documentation. |
Implements SnpRunnable.