Adobe InDesign CS6 Server (8.0) Object Model JS: Bullet

InDesign Server CS6

Class

Bullet

 Bullet character. Base Class: Preference

QuickLinks

addEventListener, getElements, removeEventListener, toSource, toSpecifier

Hierarchy

ChangeGrepPreference | ChangeTextPreference | ChangeTransliteratePreference | Character | FindGrepPreference | FindTextPreference | FindTransliteratePreference | InsertionPoint | Line | Paragraph | ParagraphStyle | Story | Text | TextColumn | TextDefault | TextStyleRange | Word | XmlStory
Preference
Bullet
Event | EventListener | MutationEvent

Properties

PropertyTypeAccessDescription
bulletsFontAutoEnumFont
String
r/wFont of the bullet character. Can return: Font, String or AutoEnum enumerator.
bulletsFontStyleAutoEnum
NothingEnum
String
r/wFont style of the bullet character. Can return: String, NothingEnum enumerator or AutoEnum enumerator.
characterTypeBulletCharacterType:
BulletCharacterType.UNICODE_ONLY
BulletCharacterType.UNICODE_WITH_FONT
BulletCharacterType.GLYPH_WITH_FONT
r/wThe type of bullet character.
characterValuenumber r/wThe bullet character as a unicode ID or a glyph ID.
eventListenersEventListeners EventListener readonlyA collection of event listeners.
eventsEvents Event readonlyA collection of events.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
parentChangeGrepPreference
ChangeTextPreference
ChangeTransliteratePreference
Character
FindGrepPreference
FindTextPreference
FindTransliteratePreference
InsertionPoint
Line
Paragraph
ParagraphStyle
Story
Text
TextColumn
TextDefault
TextStyleRange
Word
XmlStory
readonlyThe parent of the Bullet (a TextDefault, ParagraphStyle, Text, InsertionPoint, TextStyleRange, Paragraph, TextColumn, Line, Word, Character, Story, XmlStory, FindTextPreference, ChangeTextPreference, FindGrepPreference, ChangeGrepPreference, FindTransliteratePreference or ChangeTransliteratePreference).
propertiesObject r/wA 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.

ParameterTypeDescription
eventTypestringThe event type.
handlerFile
JavaScript Function
The event handler. Can accept: File or JavaScript Function.
capturesboolThis 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.

ParameterTypeDescription
eventTypestringThe registered event type.
handlerFile
JavaScript Function
The registered event handler. Can accept: File or JavaScript Function.
capturesboolThis parameter is obsolete. (Optional) (default: false)

string toSource ()
Generates a string which, if executed, will return the Bullet.

string toSpecifier ()
Retrieves the object specifier.

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, 28-Apr-2012 v3.0.3iContents :: Index