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

Public Types | |
| enum | { kDefaultIID = IID_ITEXTATTRNUMBERINGSTYLE } |
| typedef const ClassID & | ValueType |
| typedef const ClassID & | value_type |
Public Member Functions | |
| virtual void | Set (value_type flag)=0 |
| virtual value_type | Get () const =0 |
| void | SetNumberingStyle (value_type flag) |
| value_type | GetNumberingStyle () const |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Represents the numbering style text attribute.
| typedef const ClassID& ITextAttrNumberingStyle::value_type |
Standardized alias that refers to ClassID in this interface
| typedef const ClassID& ITextAttrNumberingStyle::ValueType |
Standardized alias that refers to ClassID in this interface
| pure virtual |
Get the class id representing a numbering style from this text attribute. This is a standardized method name across most text attribute interfaces.
| inline |
Get the class id representing a numbering style from this text attribute
| pure virtual |
Set the class id representing a numbering style in this text attribute
| flag | The numbering style class id to set |
| inline |
Set the class id representing a numbering style in this text attribute
| flag | The numbering style class id to set |