Bullet character.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| bulletsFont | any | r/w | Font of the bullet character. Can return: Font, String or AutoEnum enumerator. |
| bulletsFontStyle | any | r/w | Font style of the bullet character. Can return: String, NothingEnum enumerator or AutoEnum enumerator. |
| characterType | BulletCharacterType : UNICODE_ONLY UNICODE_WITH_FONT GLYPH_WITH_FONT |
r/w | The type of bullet character. |
| characterValue | number | r/w | The bullet character as a unicode ID or a glyph ID. |
| parent | any | readonly | The parent of the Bullet (a FindTextPreference, ChangeTextPreference, FindGrepPreference, ChangeGrepPreference, TextDefault, ParagraphStyle, Text, Character, Word, Line, TextColumn, Paragraph, TextStyleRange, InsertionPoint or Story). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Array of BulletgetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the Bullet.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Character.bulletChar
InsertionPoint.bulletChar
Line.bulletChar
Paragraph.bulletChar
ParagraphStyle.bulletChar
Story.bulletChar
Text.bulletChar
TextColumn.bulletChar
TextDefault.bulletChar
TextStyleRange.bulletChar
Word.bulletChar
XmlStory.bulletChar
Returned by:
Array of Bullet Bullet .getElements (
)