![]() | InDesign SDK 20.5 |
#include <IStyleActionData.h>

Public Types | |
| enum | { kDefaultIID = IID_ISTYLEACTIONDATA } |
| enum | StyleAction { kNone, kCreateNewStyle, kEditStyle, kDuplicateStyle } |
Public Member Functions | |
| virtual void | SetStyleAction (IStyleActionData::StyleAction action)=0 |
| virtual IStyleActionData::StyleAction | GetStyleAction ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
What action is being performed on the style
Action that can be performed on a style
| pure virtual |
Gets the action that can be performed on a style
| pure virtual |
Sets the action that can be performed on a style
| action | the action |