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

Public Types | |
| enum | { kDefaultIID = IID_IEDITCOLORGROUPOPTIONSCMDDATA } |
Public Member Functions | |
| virtual void | SetColorGroupName (const PMString &colorGroupName)=0 |
| virtual PMString | GetColorGroupName ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Allows you to edit the color groups in a document
| pure virtual |
Get the color group name string.
| pure virtual |
Set the name of the color group.
| colorGroupName | IN the string to be set as the name for the color group. |