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

Public Types | |
| enum | { kDefaultIID = IID_IAPPLYATTRIBUTE_CMDDATA } |
Public Member Functions | |
| virtual void | EnableCommandPrePost (void)=0 |
| virtual void | DisableCommandPrePost (void)=0 |
| virtual void | SetCommandPrePostFlag (bool16 doPrePostAction)=0 |
| virtual bool16 | GetCommandPrePostFlag (void)=0 |
| virtual void | EnableCommandDoNotify (void)=0 |
| virtual void | DisableCommandDoNotify (void)=0 |
| virtual void | SetCommandDoNotifyFlag (bool16 doNotify)=0 |
| virtual bool16 | GetCommandDoNotifyFlag (void)=0 |
| virtual void | EnableFlattenPageItem (void)=0 |
| virtual void | DisableFlattenPageItem (void)=0 |
| virtual void | SetFlattenPageItemFlag (bool16 doFlattenPageitem)=0 |
| virtual bool16 | GetFlattenPageItemFlag (void)=0 |
| virtual void | EnableInvalidatePageItem (void)=0 |
| virtual void | DisableInvalidatePageItem (void)=0 |
| virtual void | SetInvalidatePageItemFlag (bool16 doInvalidate)=0 |
| virtual bool16 | GetInvalidatePageItemFlag (void)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
The graphic attribute command data for applying a single graphic attribute.
| pure virtual |
Disable command notification.
| pure virtual |
Disable command pre-post action for the attribute.
| pure virtual |
Disable flattening of page items.
| pure virtual |
Disable the invalidation of page items.
| pure virtual |
Enable command notification.
| pure virtual |
Enable command pre-post action for the attribute.
| pure virtual |
Enable flattening of page items.
| pure virtual |
Enable the invalidation of page items.
| pure virtual |
Returns true if the command notification flag is set.
| pure virtual |
Returns true if the command pre-post action flag is set.
| pure virtual |
Returns true if the page item flattening flag is set.
| pure virtual |
Returns true if the page item invalidation flag is set.
| pure virtual |
Set command notification flag.
| doNotify | is true if command notification is set. |
| pure virtual |
Set command pre-post action for the attribute.
| doPrePostAction | is true if command pre-post action is set. |
| pure virtual |
Set the page item flattening flag.
| doFlattenPageitem | is true if page item flattening flag is set. |
| pure virtual |
Set the page item invalidation flag.
| doInvalidate | is true if page item invalidation flag is set. |