![]() | InDesign SDK 20.5 |

Public Types | |
| enum | eSnipTateChuYokoOpcode { kInspect, kApplyTateChuYoko, kRemoveTateChuYoko, kApplyAutomaticTateChuYoko, kRemoveAutomaticTateChuYoko, kCancelled } |
Public Member Functions | |
| _SnpRunnerPerformTextAttrTateChuYoko () | |
| virtual | ~_SnpRunnerPerformTextAttrTateChuYoko () |
| bool16 | CanRun (ISnpRunnableContext *runnableContext) |
| ErrorCode | Run (ISnpRunnableContext *runnableContext) |
| bool16 | CanLoad () const |
| virtual ISnipRunSuite::eSnpRunContextType | GetContext (void) |
| eSnipTateChuYokoOpcode | GetParameters (const InDesign::TextRange &textRange, SnpTateChuYokoSttings &TCYData) |
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 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) |
Indicates the type of operation, as specified by the SnippetRunner parameters.
| _SnpRunnerPerformTextAttrTateChuYoko::_SnpRunnerPerformTextAttrTateChuYoko | ( | ) |
Constructor.
| virtual |
Destructor.
| virtual |
Only present this snippet in the framework's UI if the language feature set is Japanese and the product is not InCopy.
Reimplemented from SnpRunnable.
| virtual |
Return kTrue if the snippet can run.
| runnableContext | see ISnpRunnableContext for documentation. |
Implements SnpRunnable.
| inlinevirtual |
| _SnpRunnerPerformTextAttrTateChuYoko::eSnipTateChuYokoOpcode _SnpRunnerPerformTextAttrTateChuYoko::GetParameters | ( | const InDesign::TextRange & | textRange, |
| SnpTateChuYokoSttings & | TCYData | ||
| ) |
Get parameters and populates the SnpTateChuYokoSttings.
| textRange | (in) The text range to use as a basis for some TateChuYoko settings. |
| TCYData | (out) The filled out SnpTateChuYokoSttings structure. |
| virtual |
Run the snippet.
| runnableContext | see ISnpRunnableContext for documentation. |
Implements SnpRunnable.