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

Public Types | |
| enum | { kDefaultIID = IID_IGRAPHICSTYLE_REFERENCE } |
Public Member Functions | |
| virtual UID | GetReference (void) const =0 |
| virtual void | SetReference (const UID &newStyleUID)=0 |
| virtual IGraphicStyleDescriptor * | GetDescriptor (void) const =0 |
| virtual void | SetDescriptor (IGraphicStyleDescriptor *iNewStyleDescriptor)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
An interface for getting and setting the graphic style.
| pure virtual |
Returns the graphic style descriptor associated with this graphic style UID.
| pure virtual |
Returns the graphic style UID.
| pure virtual |
Sets the new graphic style UID using the specified new style descriptor.
| iNewStyleDescriptor | the new graphic style descriptor to set. |
| pure virtual |
Sets the new graphic style UID.
| newStyleUID | the new graphic style UID to set. |