Bullet
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
bulletsFont | AutoEnumFont String |
r/w | Font of the bullet character. Can return: Font, String or AutoEnum enumerator. |
bulletsFontStyle | AutoEnum NothingEnum String |
r/w | Font style of the bullet character. Can return: String, NothingEnum enumerator or AutoEnum enumerator. |
characterType | BulletCharacterType: BulletCharacterType.UNICODE_ONLY BulletCharacterType.UNICODE_WITH_FONT BulletCharacterType.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. |
eventListeners | EventListeners | readonly | A collection of event listeners. |
events | Events | readonly | A collection of events. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
parent | ChangeGrepPreference ChangeTextPreference ChangeTransliteratePreference Character FindGrepPreference FindTextPreference FindTransliteratePreference InsertionPoint Line Paragraph ParagraphStyle Story Text TextColumn TextDefault TextStyleRange Word XmlStory |
readonly | The parent of the Bullet (a TextDefault, ParagraphStyle, Text, InsertionPoint, TextStyleRange, Paragraph, TextColumn, Line, Word, Character, Story, XmlStory, FindTextPreference, ChangeTextPreference, FindGrepPreference, ChangeGrepPreference, FindTransliteratePreference or ChangeTransliteratePreference). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Array
of Bullet getElements ()
Resolves the object specifier, creating an array of object references.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the Bullet.
Element of
ChangeGrepPreference.bulletChar
ChangeTextPreference.bulletChar
ChangeTransliteratePreference.bulletChar
Character.bulletChar
FindGrepPreference.bulletChar
FindTextPreference.bulletChar
FindTransliteratePreference.bulletChar
InsertionPoint.bulletChar
Line.bulletChar
Paragraph.bulletChar
ParagraphStyle.bulletChar
Story.bulletChar
Text.bulletChar
TextColumn.bulletChar
TextDefault.bulletChar
TextStyleRange.bulletChar
Word.bulletChar
XmlStory.bulletChar
Return
Array of Bullet Bullet.getElements ()
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |