Class
Bullet character.
getElements, toSource, toSpecifier
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. |
parent | ChangeGrepPreference ChangeTextPreference Character FindGrepPreference FindTextPreference InsertionPoint Line Paragraph ParagraphStyle Story Text TextColumn TextDefault TextStyleRange Word |
readonly | The parent of the Bullet (a TextDefault, ParagraphStyle, Text, Character, Word, Line, TextColumn, Paragraph, TextStyleRange, InsertionPoint, Story, FindTextPreference, ChangeTextPreference, FindGrepPreference or ChangeGrepPreference). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
Array
of Bullet getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the Bullet.
Element of
ChangeGrepPreference.bulletChar
ChangeTextPreference.bulletChar
Character.bulletChar
FindGrepPreference.bulletChar
FindTextPreference.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, 27-Jun-2010 v3.0.3d | Contents :: Index |