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

Public Types | |
| enum | { kDefaultIID = IID_IOBJSTYLESATTRCATEGORIESLIST } |
Public Member Functions | |
| virtual const K2Vector< ClassID > & | GetApplyCategories () const =0 |
| virtual void | SetApplyCategories (const K2Vector< ClassID > &category)=0 |
| virtual void | AddCategory (ClassID classID)=0 |
| virtual void | RemoveCategory (ClassID classID)=0 |
| virtual bool16 | SupportsCategory (ClassID classID) const =0 |
| virtual void | Clear ()=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 name and based on information.
| pure virtual |
Adds a category to the list
| classID | the category to add |
| pure virtual |
Clears the list
| pure virtual |
Get the list of applying categories.
| pure virtual |
Removes a category to the list
| classID | the category to add |
| pure virtual |
Set the apply categories.
| category | the list of attribute categories that we apply to object. |
| pure virtual |
returns true if the category is in the list
| classID | the category to check |