Indesign Scripting Reference
home | search | Links
VBScript >> CharacterStyles

CharacterStyles

A collection of character styles.

CharacterStyles Properties

Property Type Access Description
Count Long read The number of CharacterStyles.
Item Object read Returns the CharacterStyle with the specified index or name as Long or String.

CharacterStyles Methods

Method Returns Description
Add CharacterStyle Create a new CharacterStyle.
AnyItem Object Returns any CharacterStyle.
FirstItem Object Returns the first CharacterStyle.
ItemByID Object Returns the CharacterStyle with the specified ID.
ItemByRange Objects Returns the CharacterStyles within the specified range.
LastItem Object Returns the last CharacterStyle.
MiddleItem Object Returns the middle CharacterStyle.
NextItem Object Returns the next CharacterStyle.
PreviousItem Object Returns the previous CharacterStyle.