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

Public Types | |
| enum | { kDefaultIID = IID_IOBJECTSTYLEATTRINFO } |
Public Member Functions | |
| virtual void | GetAttributeName (PMString &name)=0 |
| virtual void | GetCategoryInfo (ClassID &category, PMString &categoryName)=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 to get object style's attribute information.
| pure virtual |
Get the attribute name. Usually subclass should implement this the set it.
| name | OUT the name of the attribute. |
| pure virtual |
Get the category and name which the attribute belongs to.
| category | OUT the category which this attribute belongs to. |
| categoryName | OUT the name of the category which this attribute belongs to. |