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

#include <IBulletsAndNumberingSuite.h>

Inheritance diagram for IBulletsAndNumberingSuite:
IPMUnknown

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 IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

IBulletsAndNumberingSuite represents the Bullets and Numbering selection suite that gets added to text, unthreaded text frames and other selection bosses.

Member Function Documentation

virtual ErrorCode IBulletsAndNumberingSuite::ConvertStyleBulletsAndNumberingToText (const UIDRefstyleRef)
pure virtual

Converts the bullet or number in the specified paragraph style to text.

Parameters
styleRefrepresents a UIDRef to a style
Returns
kSuccess if successful, kFailure otherwise.
virtual bool16 IBulletsAndNumberingSuite::DoesStyleApplyBulletsOrNumbering (const UIDRefstyleRef) const
pure virtual

Checks whether the paragraph style passed as a parameter has bullets or numbering enabled.

Parameters
styleRefrepresents a UIDRef to a style
Returns
kTrue if the style has bullets and numbering enabled, kFalse otherwise.