Makes the snippet SnpManipulateGraphicAttributes available to the SnippetRunner framework.
| _SnpRunnerManipulateGraphicAttributes::_SnpRunnerManipulateGraphicAttributes | ( | | ) | |
| _SnpRunnerManipulateGraphicAttributes::~_SnpRunnerManipulateGraphicAttributes | ( | | ) | |
| virtual |
| bool16 _SnpRunnerManipulateGraphicAttributes::CanLoad | ( | void | | ) | const |
| virtual |
Don't present this snippet in the framework's UI if the product we are running under is InCopy.
- Returns
- kFalse if the host product is InCopy, kTrue otherwise.
Reimplemented from SnpRunnable.
Return kTrue if the snippet can run.
- Parameters
- Returns
- kTrue if a document is open, kFalse otherwise
Implements SnpRunnable.
get the snippet context
- Returns
- eSnpRunContextType for this snippet
Implements SnpRunnable.
Run the snippet.
- Parameters
- Returns
- kSuccess on success, other ErrorCode otherwise.
Implements SnpRunnable.