InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
_SnpRunnerPerformTextAttrWarichu Class Reference
Inheritance diagram for _SnpRunnerPerformTextAttrWarichu:
SnpRunnable

Public Member Functions

 _SnpRunnerPerformTextAttrWarichu (void)
 
virtual ~_SnpRunnerPerformTextAttrWarichu (void)
 
bool16 CanRun (ISnpRunnableContext *runnableContext)
 
ErrorCode Run (ISnpRunnableContext *runnableContext)
 
bool16 CanLoad () const
 
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 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)
 

Constructor & Destructor Documentation

_SnpRunnerPerformTextAttrWarichu::_SnpRunnerPerformTextAttrWarichu (void )

Constructor.

_SnpRunnerPerformTextAttrWarichu::~_SnpRunnerPerformTextAttrWarichu (void )
virtual

Destructor..

Member Function Documentation

bool16 _SnpRunnerPerformTextAttrWarichu::CanLoad (void ) const
virtual

Only present this snippet in the framework's UI if the language feature set is Japanese and the product is not InCopy.

Returns
kTrue if the snippet can be loaded, kFalse otherwise.

Reimplemented from SnpRunnable.

bool16 _SnpRunnerPerformTextAttrWarichu::CanRun (ISnpRunnableContextrunnableContext)
virtual

Return kTrue if the snippet can run.

Parameters
runnableContextsee ISnpRunnableContext for documentation.
Returns
kTrue if snippet can run, kFalse otherwise

Implements SnpRunnable.

virtual ISnipRunSuite::eSnpRunContextType _SnpRunnerPerformTextAttrWarichu::GetContext (void )
inlinevirtual

get the snippet context

Returns
eSnpRunContextType for this snippet

Implements SnpRunnable.

ErrorCode _SnpRunnerPerformTextAttrWarichu::Run (ISnpRunnableContextrunnableContext)
virtual

Run the snippet.

Parameters
runnableContextsee ISnpRunnableContext for documentation.
Precondition
SnipRun::CanRun is kTrue
Returns
kSuccess on success, other ErrorCode otherwise.

Implements SnpRunnable.