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

#include <ITextAttrNumberingStyle.h>

Inheritance diagram for ITextAttrNumberingStyle:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ITEXTATTRNUMBERINGSTYLE }
 
typedef const ClassIDValueType
 
typedef const ClassIDvalue_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 IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Represents the numbering style text attribute.

Member Typedef Documentation

Standardized alias that refers to ClassID in this interface

Standardized alias that refers to ClassID in this interface

Member Function Documentation

virtual value_type ITextAttrNumberingStyle::Get () const
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.

Returns
value_type, which represents a ClassID
value_type ITextAttrNumberingStyle::GetNumberingStyle () const
inline

Get the class id representing a numbering style from this text attribute

Returns
ClassID
virtual void ITextAttrNumberingStyle::Set (value_type flag)
pure virtual

Set the class id representing a numbering style in this text attribute

Parameters
flagThe numbering style class id to set
void ITextAttrNumberingStyle::SetNumberingStyle (value_type flag)
inline

Set the class id representing a numbering style in this text attribute

Parameters
flagThe numbering style class id to set