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

Public Member Functions | |
| virtual UID | GetBasedOn (void) const =0 |
| virtual void | SetBasedOn (const UID &newBaseStyleUID)=0 |
| virtual const PMString & | GetName (void) const =0 |
| virtual void | SetName (const PMString &newStyleName)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
A required graphic style interface.
| pure virtual |
Get the style UID which this style is based on.
| pure virtual |
Returns the style name.
| pure virtual |
Set the style UID which this style is based on.
| newBaseStyleUID | the style UID which this style is based on. |
| pure virtual |
Set the style name.
| newStyleName | the new style name. |