InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IStyleGroupInfo Class Referenceabstract

#include <IStyleGroupInfo.h>

Inheritance diagram for IStyleGroupInfo:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ISTYLEGROUPINFO }
 

Public Member Functions

virtual const PMStringGetName () const =0
 
virtual void SetName (const PMString &name, bool16 tranlatable=kFalse)=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Data Interface for style sets attributes

Member Function Documentation

virtual const PMString& IStyleGroupInfo::GetName () const
pure virtual

Returns the name of the style set.

virtual void IStyleGroupInfo::SetName (const PMStringname,
bool16 tranlatable = kFalse 
)
pure virtual

Sets the name of this style set.

Parameters
name[IN] name of the style set.