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

Public Types | |
| enum | { kDefaultIID = IID_ITEXTATTRBULLETCHARACTER } |
| enum | BulletCharacterType { kUnicodeOnly, kUnicodeWithFont, kGlyphWithFont } |
Public Member Functions | |
| virtual void | SetBulletCharacterType (const BulletCharacterType bcType)=0 |
| virtual void | SetBulletCharacterValue (const int32 bcValue)=0 |
| virtual const BulletCharacterType | GetBulletCharacterType () const =0 |
| virtual const int32 | GetBulletCharacterValue () const =0 |
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 bullet character text attribute.
| pure virtual |
Get the bullet character type from this text attribute
| pure virtual |
Get the bullet character value from this text attribute. For bullets of type kUnicodeOnly and kUnicodeWithFont, this is a unicode character value. For bullets of type kGlyphWithFont, this is a glyph id.
| pure virtual |
Set the bullet character type in this text attribute
| bcType | The bullet character type to set |
| pure virtual |
Set the bullet character value in this text attribute. For bullets of type kUnicodeOnly and kUnicodeWithFont, this is a unicode character value. For bullets of type kGlyphWithFont, this is a glyph id.
| bcValue | The bullet character value to set |