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

Public Types | |
| enum | { kDefaultIID = IID_IBULLETSANDNUMBERINGSUITE } |
Public Member Functions | |
| virtual bool16 | DoesStyleApplyBulletsOrNumbering (const UIDRef &styleRef) const =0 |
| virtual ErrorCode | ConvertStyleBulletsAndNumberingToText (const UIDRef &styleRef)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
IBulletsAndNumberingSuite represents the Bullets and Numbering selection suite that gets added to text, unthreaded text frames and other selection bosses.
| pure virtual |
Converts the bullet or number in the specified paragraph style to text.
| styleRef | represents a UIDRef to a style |
| pure virtual |
Checks whether the paragraph style passed as a parameter has bullets or numbering enabled.
| styleRef | represents a UIDRef to a style |