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

Public Types | |
| enum | { kDefaultIID = IID_ITEXTATTRLISTTYPE } |
| enum | ListType { kNone, kBulletedList, kNumberedList } |
| typedef const ListType | ValueType |
| typedef const ListType | value_type |
Public Member Functions | |
| virtual void | Set (value_type flag)=0 |
| virtual value_type | Get () const =0 |
| void | SetListType (value_type flag) |
| value_type | GetListType () 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 list type text attribute.
| typedef const ListType ITextAttrListType::value_type |
Standardized alias that refers to ListType in this interface
| typedef const ListType ITextAttrListType::ValueType |
Standardized alias that refers to ListType in this interface
| pure virtual |
Get the list type from this text attribute. This is a standardized method name across most text attribute interfaces.
| inline |
Get the list type from this text attribute
| pure virtual |
Set the list type in this text attribute
| flag | The list type to set |
| inline |
Set the list type in this text attribute
| flag | The list type to set |