Adobe InDesign CS5 (7.0) Object Model JS: String

InDesign CS5

Class

String

 A character string. Each character is adressable by index.

QuickLinks

String, anchor, big, blink, bold, charAt, charCodeAt, concat, fixed, fontcolor, fontsize, fromCharCode, indexOf, italics, lastIndexOf, link, localeCompare, match, replace, search, slice, small, split, strike, sub, substr, substring, sup, toLocaleLowerCase, toLocaleUpperCase, toLowerCase, toSource, toString, toUpperCase, valueOf

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe length of the string.

Methods

Constructor

String String (value: any)
Returns a string representation of the value given as an argument.

ParameterTypeDescription
value any A number, variable, or object to convert to a string.

Examplenew String(value)

Class

String fromCharCode (value1: number)
Returns a string created by concatenation one or more characters specified as ASCII values.

ParameterTypeDescription
value1numberOne or more ASCII values.

ExampleString.fromCharCode(value1,...valueN)

Instances

string anchor (name: string)
Returns a string consisting of this string enclosed in a <a> tag.

ParameterTypeDescription
namestringThe text to be stored in the anchors' name attribute.

string big ()
Returns a string consisting of this string enclosed in a <big> tag.

string blink ()
Returns a string consisting of this string enclosed in a <blink> tag.

string bold ()
Returns a string consisting of this string enclosed in a <b> tag.

string charAt (index: number)
Returns the character at the specified index.

ParameterTypeDescription
indexnumberAn integer between 0 and string.length -1, specifying the character to return.

Examplestring.charAt(index)

number charCodeAt (index: number)
Returns the Unicode value of the character at the given index.

ParameterTypeDescription
indexnumberAn integer between 0 and string.length -1, specifying the character.

Examplestring.charCodeAt(index)

string concat (value: string)
If necessary, converts the one or more given values to strings.
Those values are concatenated with the original string, the result is returned. The original string is not effected. Returns the concatenated string.

ParameterTypeDescription
valuestringThe values to be concatenated with the given string.

Examplestring.concat(value1,...valueN)

string fixed ()
Returns a string consisting of this string enclosed in a <tt> tag.

string fontcolor (color: string)
Returns a string consisting of this string enclosed in a <font> tag.

ParameterTypeDescription
colorstringThe value to be stored in the tag's color attribute.

string fontsize (size: number)
Returns a string consisting of this string enclosed in a <font> tag.

ParameterTypeDescription
sizenumberThe value to be stored in the tag's size attribute.

number indexOf (searchValue: string[, offset: number])
Returns the index within the string of the first occurrence of the specified string, starting the search at fromIndex if provided.

ParameterTypeDescription
searchValuestringThe string for which to search.
offsetnumberThe starting offset of the search. (Optional)

Examplestring.indexOf(searchValue, fromIndex)

string italics ()
Returns a string consisting of this string enclosed in a <i> tag.

number lastIndexOf (searchValue: string[, offset: number])
Returns the index within the string of the last occurrence of the specified value.
The string is searched backward, starting at fromIndex. Returns the index within the string where the last occurrence of searchValue was found, or -1 if it was not found.

ParameterTypeDescription
searchValuestringThe string for which to search.
offsetnumberThe starting offset of the search. (Optional)

Examplestring.lastIndexOf(searchValue, fromIndex)

string link (href: string)
Returns a string consisting of this string enclosed in a <a> tag.

ParameterTypeDescription
hrefstringThe value to be stored in the tag's href attribute.

number localeCompare (what: string)
Performs a localized comparison of two strings.

ParameterTypeDescription
whatstringThe string to compare with.

Array match (regexp: RegExp)
Matches a string against a regular expression.

ParameterTypeDescription
regexpRegExpThe regular expression to use.

string replace (what: any, with: string)

ParameterTypeDescription
what any
withstring

number search (search: RegExp)

ParameterTypeDescription
searchRegExp

string slice (startSlice: number[, endSlice: number])
Extracts a substring of the given string and returns it as a new string.
The substring begins at startSlice, and includes all characters up to, but not including the character at the index endSlice. A negative value indexes from the end of the string. For example, a negative value for startSlice is resolved as: string. length + startSlice. The original string is unchanged. Returns a substring of characters from the given string, starting at startSlice and ending with endSlice-1.

ParameterTypeDescription
startSlicenumberThe index at which to begin extraction.
endSlicenumberThe index at which to end extraction.
If omitted, slice extracts to the end of the string. (Optional)

Examplestring.slice(startSlice, endSlice)

string small ()
Returns a string consisting of this string enclosed in a <small> tag.

string split (delimiter: string, limit: number)
Splits a string into a group of substrings, places those strings in an array, and returns the array.
The substrings are created by breaking the original string at places that match delimiter, the delimiter characters are removed. Returns an array whose elements are the substrings.

ParameterTypeDescription
delimiterstringSpecifies the string to use for delimiting.
If delimiter is omitted, the array returned contains one element, consisting of the entire string.
limitnumber

Examplestring.split(delimiter)

string strike ()
Returns a string consisting of this string enclosed in a <strike> tag.

string sub ()
Returns a string consisting of this string enclosed in a <sub> tag.

string substr (start: number[, length: number])
Returns a string containing the characters beginning at the specified index, start, through the specified number of characters.
The original string is unchanged. Returns a string containing the extracted characters.

ParameterTypeDescription
startnumberLocation at which to begin extracting characters.
lengthnumber(Optional) The number of characters to extract.

Examplestring.substr(start, length)

string substring (indexA: number[, indexB: number])
Returns a substring of the given string by extracting characters from indexA up to but not including indexB.
The original string is unchanged. Returns a substring of characters from the given string, starting at indexA and ending with indexB-1.

ParameterTypeDescription
indexAnumberThe index to begin extracting.
indexBnumber(Optional) The index at which to end extraction.
If omitted, slice extracts to the end of the string.

Examplestring.substring(indexA, indexB)

string sup ()
Returns a string consisting of this string enclosed in a <sup> tag.

string toLocaleLowerCase ()
Returns a new string which contains all the characters of the original string converted to lowercase (localized).
The original string is unchanged.

string toLocaleUpperCase ()
Returns a new string which contains all the characters of the original string converted to uppercase (localized).
The original string is unchanged.

string toLowerCase ()
Returns a new string which contains all the characters of the original string converted to lowercase.
The original string is unchanged.

Examplestring.toLowerCase()

string toSource ()
Creates a string representation of this object that can be fed back to eval() to re-create an object. Works only with built-in classes.

string toString ()
Returns itself.

string toUpperCase ()
Returns a new string which contains all the characters of the original string converted to uppercase.
The original string is unchanged.

Examplestring.toUpperCase()

string valueOf ()
Returns itself.

Element of

AnimationSetting.preset

Bullet.bulletsFont

Bullet.bulletsFontStyle

Button.fillColor

Button.strokeColor

Button.strokeType

Button.alignment

Button.helpTip

Button.justify

Button.shortcutKey

Button.text

Button.type

Cell.appliedCellStyle

Cell.bottomEdgeStrokeType

Cell.contents

Cell.diagonalLineStrokeType

Cell.fillColor

Cell.innerColumnStrokeType

Cell.innerRowStrokeType

Cell.leftEdgeStrokeType

Cell.rightEdgeStrokeType

Cell.topEdgeStrokeType

CellStyle.appliedParagraphStyle

CellStyle.basedOn

CellStyle.bottomEdgeStrokeType

CellStyle.diagonalLineStrokeType

CellStyle.fillColor

CellStyle.leftEdgeStrokeType

CellStyle.rightEdgeStrokeType

CellStyle.topEdgeStrokeType

ChangeGlyphPreference.appliedFont

ChangeGlyphPreference.fontStyle

ChangeGrepPreference.appliedCharacterStyle

ChangeGrepPreference.appliedFont

ChangeGrepPreference.appliedLanguage

ChangeGrepPreference.appliedNumberingList

ChangeGrepPreference.appliedParagraphStyle

ChangeGrepPreference.bulletsCharacterStyle

ChangeGrepPreference.bulletsTextAfter

ChangeGrepPreference.changeTo

ChangeGrepPreference.composer

ChangeGrepPreference.fillColor

ChangeGrepPreference.fontStyle

ChangeGrepPreference.kentenCustomCharacter

ChangeGrepPreference.kentenFillColor

ChangeGrepPreference.kentenFont

ChangeGrepPreference.kentenFontStyle

ChangeGrepPreference.kentenStrokeColor

ChangeGrepPreference.kerningMethod

ChangeGrepPreference.kinsokuSet

ChangeGrepPreference.markupTag

ChangeGrepPreference.mojikumi

ChangeGrepPreference.numberingCharacterStyle

ChangeGrepPreference.numberingExpression

ChangeGrepPreference.numberingFormat

ChangeGrepPreference.rubyFill

ChangeGrepPreference.rubyFont

ChangeGrepPreference.rubyFontStyle

ChangeGrepPreference.rubyStroke

ChangeGrepPreference.strikeThroughColor

ChangeGrepPreference.strikeThroughGapColor

ChangeGrepPreference.strikeThroughType

ChangeGrepPreference.strokeColor

ChangeGrepPreference.underlineColor

ChangeGrepPreference.underlineGapColor

ChangeGrepPreference.underlineType

ChangeObjectPreference.appliedObjectStyles

ChangeObjectPreference.fillColor

ChangeObjectPreference.strokeColor

ChangeObjectPreference.strokeType

ChangeTextPreference.appliedCharacterStyle

ChangeTextPreference.appliedFont

ChangeTextPreference.appliedLanguage

ChangeTextPreference.appliedNumberingList

ChangeTextPreference.appliedParagraphStyle

ChangeTextPreference.bulletsCharacterStyle

ChangeTextPreference.bulletsTextAfter

ChangeTextPreference.changeTo

ChangeTextPreference.composer

ChangeTextPreference.fillColor

ChangeTextPreference.fontStyle

ChangeTextPreference.kentenCustomCharacter

ChangeTextPreference.kentenFillColor

ChangeTextPreference.kentenFont

ChangeTextPreference.kentenFontStyle

ChangeTextPreference.kentenStrokeColor

ChangeTextPreference.kerningMethod

ChangeTextPreference.kinsokuSet

ChangeTextPreference.markupTag

ChangeTextPreference.mojikumi

ChangeTextPreference.numberingCharacterStyle

ChangeTextPreference.numberingExpression

ChangeTextPreference.numberingFormat

ChangeTextPreference.rubyFill

ChangeTextPreference.rubyFont

ChangeTextPreference.rubyFontStyle

ChangeTextPreference.rubyStroke

ChangeTextPreference.strikeThroughColor

ChangeTextPreference.strikeThroughGapColor

ChangeTextPreference.strikeThroughType

ChangeTextPreference.strokeColor

ChangeTextPreference.underlineColor

ChangeTextPreference.underlineGapColor

ChangeTextPreference.underlineType

ChangeTransliteratePreference.appliedCharacterStyle

ChangeTransliteratePreference.appliedFont

ChangeTransliteratePreference.appliedLanguage

ChangeTransliteratePreference.appliedNumberingList

ChangeTransliteratePreference.appliedParagraphStyle

ChangeTransliteratePreference.bulletsCharacterStyle

ChangeTransliteratePreference.bulletsTextAfter

ChangeTransliteratePreference.composer

ChangeTransliteratePreference.fillColor

ChangeTransliteratePreference.fontStyle

ChangeTransliteratePreference.kentenCustomCharacter

ChangeTransliteratePreference.kentenFillColor

ChangeTransliteratePreference.kentenFont

ChangeTransliteratePreference.kentenFontStyle

ChangeTransliteratePreference.kentenStrokeColor

ChangeTransliteratePreference.kerningMethod

ChangeTransliteratePreference.kinsokuSet

ChangeTransliteratePreference.markupTag

ChangeTransliteratePreference.mojikumi

ChangeTransliteratePreference.numberingCharacterStyle

ChangeTransliteratePreference.numberingExpression

ChangeTransliteratePreference.numberingFormat

ChangeTransliteratePreference.rubyFill

ChangeTransliteratePreference.rubyFont

ChangeTransliteratePreference.rubyFontStyle

ChangeTransliteratePreference.rubyStroke

ChangeTransliteratePreference.strikeThroughColor

ChangeTransliteratePreference.strikeThroughGapColor

ChangeTransliteratePreference.strikeThroughType

ChangeTransliteratePreference.strokeColor

ChangeTransliteratePreference.underlineColor

ChangeTransliteratePreference.underlineGapColor

ChangeTransliteratePreference.underlineType

ChapterNumberPreference.chapterNumberFormat

Character.appliedCharacterStyle

Character.appliedFont

Character.appliedLanguage

Character.appliedNumberingList

Character.appliedParagraphStyle

Character.bulletsCharacterStyle

Character.contents

Character.dropCapStyle

Character.fillColor

Character.kentenFillColor

Character.kentenFont

Character.kentenFontStyle

Character.kentenStrokeColor

Character.kinsokuSet

Character.mojikumi

Character.numberingCharacterStyle

Character.numberingFormat

Character.rubyFill

Character.rubyFont

Character.rubyFontStyle

Character.rubyStroke

Character.ruleAboveColor

Character.ruleAboveGapColor

Character.ruleAboveType

Character.ruleBelowColor

Character.ruleBelowGapColor

Character.ruleBelowType

Character.strikeThroughColor

Character.strikeThroughGapColor

Character.strikeThroughType

Character.strokeColor

Character.underlineColor

Character.underlineGapColor

Character.underlineType

CharacterStyle.appliedFont

CharacterStyle.appliedLanguage

CharacterStyle.basedOn

CharacterStyle.fillColor

CharacterStyle.fontStyle

CharacterStyle.kentenCustomCharacter

CharacterStyle.kentenFillColor

CharacterStyle.kentenFont

CharacterStyle.kentenFontStyle

CharacterStyle.kentenStrokeColor

CharacterStyle.kerningMethod

CharacterStyle.rubyFill

CharacterStyle.rubyFont

CharacterStyle.rubyFontStyle

CharacterStyle.rubyStroke

CharacterStyle.strikeThroughColor

CharacterStyle.strikeThroughGapColor

CharacterStyle.strikeThroughType

CharacterStyle.strokeColor

CharacterStyle.underlineColor

CharacterStyle.underlineGapColor

CharacterStyle.underlineType

Checkbox.alignment

Checkbox.helpTip

Checkbox.justify

Checkbox.shortcutKey

Checkbox.text

Checkbox.type

Column.bottomEdgeStrokeType

Column.contents

Column.diagonalLineStrokeType

Column.fillColor

Column.innerColumnStrokeType

Column.innerRowStrokeType

Column.leftEdgeStrokeType

Column.rightEdgeStrokeType

Column.topEdgeStrokeType

CompositeFontEntry.appliedFont

CustomTextVariablePreference.contents

DTD.contents

Document.activeLayer

DropDownList.alignment

DropDownList.helpTip

DropDownList.shortcutKey

DropDownList.type

EPS.fillColor

EPS.strokeColor

EPS.strokeType

EPSExportPreference.pageRange

EPSText.fillColor

EPSText.strokeColor

EPSText.strokeType

EditText.alignment

EditText.helpTip

EditText.justify

EditText.shortcutKey

EditText.text

EditText.textselection

EditText.type

Event.eventPhase

Event.type

FindGlyphPreference.appliedFont

FindGlyphPreference.fontStyle

FindGrepPreference.appliedCharacterStyle

FindGrepPreference.appliedFont

FindGrepPreference.appliedLanguage

FindGrepPreference.appliedNumberingList

FindGrepPreference.appliedParagraphStyle

FindGrepPreference.bulletsCharacterStyle

FindGrepPreference.bulletsTextAfter

FindGrepPreference.composer

FindGrepPreference.fillColor

FindGrepPreference.findWhat

FindGrepPreference.fontStyle

FindGrepPreference.kentenCustomCharacter

FindGrepPreference.kentenFillColor

FindGrepPreference.kentenFont

FindGrepPreference.kentenFontStyle

FindGrepPreference.kentenStrokeColor

FindGrepPreference.kerningMethod

FindGrepPreference.kinsokuSet

FindGrepPreference.mojikumi

FindGrepPreference.numberingCharacterStyle

FindGrepPreference.numberingExpression

FindGrepPreference.numberingFormat

FindGrepPreference.rubyFill

FindGrepPreference.rubyFont

FindGrepPreference.rubyFontStyle

FindGrepPreference.rubyStroke

FindGrepPreference.strikeThroughColor

FindGrepPreference.strikeThroughGapColor

FindGrepPreference.strikeThroughType

FindGrepPreference.strokeColor

FindGrepPreference.underlineColor

FindGrepPreference.underlineGapColor

FindGrepPreference.underlineType

FindObjectPreference.appliedObjectStyles

FindObjectPreference.fillColor

FindObjectPreference.strokeColor

FindObjectPreference.strokeType

FindTextPreference.appliedCharacterStyle

FindTextPreference.appliedFont

FindTextPreference.appliedLanguage

FindTextPreference.appliedNumberingList

FindTextPreference.appliedParagraphStyle

FindTextPreference.bulletsCharacterStyle

FindTextPreference.bulletsTextAfter

FindTextPreference.composer

FindTextPreference.fillColor

FindTextPreference.findWhat

FindTextPreference.fontStyle

FindTextPreference.kentenCustomCharacter

FindTextPreference.kentenFillColor

FindTextPreference.kentenFont

FindTextPreference.kentenFontStyle

FindTextPreference.kentenStrokeColor

FindTextPreference.kerningMethod

FindTextPreference.kinsokuSet

FindTextPreference.mojikumi

FindTextPreference.numberingCharacterStyle

FindTextPreference.numberingExpression

FindTextPreference.numberingFormat

FindTextPreference.rubyFill

FindTextPreference.rubyFont

FindTextPreference.rubyFontStyle

FindTextPreference.rubyStroke

FindTextPreference.strikeThroughColor

FindTextPreference.strikeThroughGapColor

FindTextPreference.strikeThroughType

FindTextPreference.strokeColor

FindTextPreference.underlineColor

FindTextPreference.underlineGapColor

FindTextPreference.underlineType

FindTransliteratePreference.appliedCharacterStyle

FindTransliteratePreference.appliedFont

FindTransliteratePreference.appliedLanguage

FindTransliteratePreference.appliedNumberingList

FindTransliteratePreference.appliedParagraphStyle

FindTransliteratePreference.bulletsCharacterStyle

FindTransliteratePreference.bulletsTextAfter

FindTransliteratePreference.composer

FindTransliteratePreference.fillColor

FindTransliteratePreference.fontStyle

FindTransliteratePreference.kentenCustomCharacter

FindTransliteratePreference.kentenFillColor

FindTransliteratePreference.kentenFont

FindTransliteratePreference.kentenFontStyle

FindTransliteratePreference.kentenStrokeColor

FindTransliteratePreference.kerningMethod

FindTransliteratePreference.kinsokuSet

FindTransliteratePreference.mojikumi

FindTransliteratePreference.numberingCharacterStyle

FindTransliteratePreference.numberingExpression

FindTransliteratePreference.numberingFormat

FindTransliteratePreference.rubyFill

FindTransliteratePreference.rubyFont

FindTransliteratePreference.rubyFontStyle

FindTransliteratePreference.rubyStroke

FindTransliteratePreference.strikeThroughColor

FindTransliteratePreference.strikeThroughGapColor

FindTransliteratePreference.strikeThroughType

FindTransliteratePreference.strokeColor

FindTransliteratePreference.underlineColor

FindTransliteratePreference.underlineGapColor

FindTransliteratePreference.underlineType

FlashPlayer.alignment

FlashPlayer.helpTip

FlashPlayer.type

Footnote.contents

FootnoteOption.continuingRuleColor

FootnoteOption.continuingRuleGapColor

FootnoteOption.continuingRuleType

FootnoteOption.footnoteNumberingStyle

FootnoteOption.markerPositioning

FootnoteOption.restartNumbering

FootnoteOption.ruleColor

FootnoteOption.ruleGapColor

FootnoteOption.ruleType

FootnoteOption.showPrefixSuffix

FormField.fillColor

FormField.strokeColor

FormField.strokeType

Graphic.fillColor

Graphic.strokeColor

Graphic.strokeType

GraphicLine.fillColor

GraphicLine.strokeColor

GraphicLine.strokeType

GridDataInformation.appliedFont

Group.fillColor

Group.strokeColor

Group.strokeType

Group.alignChildren

Group.alignment

Group.helpTip

Group.orientation

Group.type

IconButton.alignment

IconButton.helpTip

IconButton.shortcutKey

IconButton.type

Image.fillColor

Image.profile

Image.strokeColor

Image.strokeType

ImportedPage.fillColor

ImportedPage.strokeColor

ImportedPage.strokeType

IndexOptions.titleStyle

InsertionPoint.appliedCharacterStyle

InsertionPoint.appliedFont

InsertionPoint.appliedLanguage

InsertionPoint.appliedNumberingList

InsertionPoint.appliedParagraphStyle

InsertionPoint.bulletsCharacterStyle

InsertionPoint.contents

InsertionPoint.dropCapStyle

InsertionPoint.fillColor

InsertionPoint.kentenFillColor

InsertionPoint.kentenFont

InsertionPoint.kentenFontStyle

InsertionPoint.kentenStrokeColor

InsertionPoint.kinsokuSet

InsertionPoint.mojikumi

InsertionPoint.numberingCharacterStyle

InsertionPoint.numberingFormat

InsertionPoint.rubyFill

InsertionPoint.rubyFont

InsertionPoint.rubyFontStyle

InsertionPoint.rubyStroke

InsertionPoint.ruleAboveColor

InsertionPoint.ruleAboveGapColor

InsertionPoint.ruleAboveType

InsertionPoint.ruleBelowColor

InsertionPoint.ruleBelowGapColor

InsertionPoint.ruleBelowType

InsertionPoint.strikeThroughColor

InsertionPoint.strikeThroughGapColor

InsertionPoint.strikeThroughType

InsertionPoint.strokeColor

InsertionPoint.underlineColor

InsertionPoint.underlineGapColor

InsertionPoint.underlineType

InteractivePDFExportPreference.pageRange

KeyboardState.keyName

LayoutGridDataInformation.appliedFont

LayoutWindow.activeLayer

Line.appliedCharacterStyle

Line.appliedFont

Line.appliedLanguage

Line.appliedNumberingList

Line.appliedParagraphStyle

Line.bulletsCharacterStyle

Line.contents

Line.dropCapStyle

Line.fillColor

Line.kentenFillColor

Line.kentenFont

Line.kentenFontStyle

Line.kentenStrokeColor

Line.kinsokuSet

Line.mojikumi

Line.numberingCharacterStyle

Line.numberingFormat

Line.rubyFill

Line.rubyFont

Line.rubyFontStyle

Line.rubyStroke

Line.ruleAboveColor

Line.ruleAboveGapColor

Line.ruleAboveType

Line.ruleBelowColor

Line.ruleBelowGapColor

Line.ruleBelowType

Line.strikeThroughColor

Line.strikeThroughGapColor

Line.strikeThroughType

Line.strokeColor

Line.underlineColor

Line.underlineGapColor

Line.underlineType

ListBox.alignment

ListBox.helpTip

ListBox.shortcutKey

ListBox.type

ListItem.text

ListItem.type

MatchCharacterStylePreference.appliedCharacterStyle

MatchParagraphStylePreference.appliedParagraphStyle

MediaItem.fillColor

MediaItem.strokeColor

MediaItem.strokeType

Movie.fillColor

Movie.strokeColor

Movie.strokeType

MultiStateObject.fillColor

MultiStateObject.strokeColor

MultiStateObject.strokeType

NestedGrepStyle.appliedCharacterStyle

NestedLineStyle.appliedCharacterStyle

NestedStyle.appliedCharacterStyle

NestedStyle.delimiter

ObjectStyle.appliedParagraphStyle

ObjectStyle.basedOn

ObjectStyle.fillColor

ObjectStyle.strokeColor

ObjectStyle.strokeType

Oval.fillColor

Oval.strokeColor

Oval.strokeType

PDF.fillColor

PDF.strokeColor

PDF.strokeType

PDFExportPreference.effectivePDFDestinationProfile

PDFExportPreference.effectivePDFXProfile

PDFExportPreference.pageRange

PDFExportPreference.pdfDestinationProfile

PDFExportPreference.pdfMarkType

PDFExportPreference.pdfXProfile

PDFExportPreset.effectivePDFDestinationProfile

PDFExportPreset.effectivePDFXProfile

PDFExportPreset.pdfDestinationProfile

PDFExportPreset.pdfMarkType

PDFExportPreset.pdfXProfile

PICT.fillColor

PICT.strokeColor

PICT.strokeType

Page.appliedTrapPreset

PageItem.fillColor

PageItem.strokeColor

PageItem.strokeType

PageItemDefault.appliedGraphicObjectStyle

PageItemDefault.appliedGridObjectStyle

PageItemDefault.appliedTextObjectStyle

PageItemDefault.fillColor

PageItemDefault.strokeColor

PageItemDefault.strokeType

Panel.alignChildren

Panel.alignment

Panel.helpTip

Panel.justify

Panel.orientation

Panel.text

Panel.type

Paragraph.appliedCharacterStyle

Paragraph.appliedFont

Paragraph.appliedLanguage

Paragraph.appliedNumberingList

Paragraph.appliedParagraphStyle

Paragraph.bulletsCharacterStyle

Paragraph.contents

Paragraph.dropCapStyle

Paragraph.fillColor

Paragraph.kentenFillColor

Paragraph.kentenFont

Paragraph.kentenFontStyle

Paragraph.kentenStrokeColor

Paragraph.kinsokuSet

Paragraph.mojikumi

Paragraph.numberingCharacterStyle

Paragraph.numberingFormat

Paragraph.rubyFill

Paragraph.rubyFont

Paragraph.rubyFontStyle

Paragraph.rubyStroke

Paragraph.ruleAboveColor

Paragraph.ruleAboveGapColor

Paragraph.ruleAboveType

Paragraph.ruleBelowColor

Paragraph.ruleBelowGapColor

Paragraph.ruleBelowType

Paragraph.strikeThroughColor

Paragraph.strikeThroughGapColor

Paragraph.strikeThroughType

Paragraph.strokeColor

Paragraph.underlineColor

Paragraph.underlineGapColor

Paragraph.underlineType

ParagraphStyle.appliedFont

ParagraphStyle.appliedLanguage

ParagraphStyle.appliedNumberingList

ParagraphStyle.basedOn

ParagraphStyle.bulletsCharacterStyle

ParagraphStyle.dropCapStyle

ParagraphStyle.fillColor

ParagraphStyle.kentenFillColor

ParagraphStyle.kentenFont

ParagraphStyle.kentenFontStyle

ParagraphStyle.kentenStrokeColor

ParagraphStyle.kinsokuSet

ParagraphStyle.mojikumi

ParagraphStyle.numberingCharacterStyle

ParagraphStyle.numberingFormat

ParagraphStyle.rubyFill

ParagraphStyle.rubyFont

ParagraphStyle.rubyFontStyle

ParagraphStyle.rubyStroke

ParagraphStyle.ruleAboveColor

ParagraphStyle.ruleAboveGapColor

ParagraphStyle.ruleAboveType

ParagraphStyle.ruleBelowColor

ParagraphStyle.ruleBelowGapColor

ParagraphStyle.ruleBelowType

ParagraphStyle.strikeThroughColor

ParagraphStyle.strikeThroughGapColor

ParagraphStyle.strikeThroughType

ParagraphStyle.strokeColor

ParagraphStyle.underlineColor

ParagraphStyle.underlineGapColor

ParagraphStyle.underlineType

Polygon.fillColor

Polygon.strokeColor

Polygon.strokeType

PreflightBookOption.preflightScope

PreflightBookOption.preflightWorkingProfile

PreflightOption.preflightScope

PreflightOption.preflightWorkingProfile

PrintBookletOption.pageRange

PrintBookletPrintPreference.crd

PrintBookletPrintPreference.markType

PrintBookletPrintPreference.paperSize

PrintBookletPrintPreference.ppd

PrintBookletPrintPreference.printer

PrintBookletPrintPreference.profile

PrintBookletPrintPreference.screening

PrintPreference.crd

PrintPreference.markType

PrintPreference.pageRange

PrintPreference.paperSize

PrintPreference.ppd

PrintPreference.printer

PrintPreference.profile

PrintPreference.screening

PrinterPreset.crd

PrinterPreset.markType

PrinterPreset.paperSize

PrinterPreset.ppd

PrinterPreset.printer

PrinterPreset.profile

PrinterPreset.screening

Progressbar.alignment

Progressbar.helpTip

Progressbar.type

RadioButton.alignment

RadioButton.helpTip

RadioButton.justify

RadioButton.shortcutKey

RadioButton.text

RadioButton.type

Rectangle.fillColor

Rectangle.strokeColor

Rectangle.strokeType

Row.bottomEdgeStrokeType

Row.contents

Row.diagonalLineStrokeType

Row.fillColor

Row.innerColumnStrokeType

Row.innerRowStrokeType

Row.leftEdgeStrokeType

Row.rightEdgeStrokeType

Row.topEdgeStrokeType

RuleDataObject.dataValue

SWFExportPreference.pageRange

ScriptUI.Alignment

ScriptUI.coreVersion

ScriptUI.frameworkName

ScriptUIBrush.theme

ScriptUIFont.family

ScriptUIFont.name

ScriptUIFont.substitute

ScriptUIImage.format

ScriptUIImage.name

ScriptUIImage.pathname

ScriptUIPen.theme

ScriptUIPen.type

Scrollbar.alignment

Scrollbar.helpTip

Scrollbar.shortcutKey

Scrollbar.type

Section.pageNumberStyle

Slider.alignment

Slider.helpTip

Slider.shortcutKey

Slider.type

Sound.fillColor

Sound.strokeColor

Sound.strokeType

SplineItem.fillColor

SplineItem.strokeColor

SplineItem.strokeType

StaticText.alignment

StaticText.helpTip

StaticText.justify

StaticText.shortcutKey

StaticText.text

StaticText.type

Story.appliedCharacterStyle

Story.appliedFont

Story.appliedLanguage

Story.appliedNumberingList

Story.appliedParagraphStyle

Story.bulletsCharacterStyle

Story.contents

Story.dropCapStyle

Story.fillColor

Story.kentenFillColor

Story.kentenFont

Story.kentenFontStyle

Story.kentenStrokeColor

Story.kinsokuSet

Story.mojikumi

Story.numberingCharacterStyle

Story.numberingFormat

Story.rubyFill

Story.rubyFont

Story.rubyFontStyle

Story.rubyStroke

Story.ruleAboveColor

Story.ruleAboveGapColor

Story.ruleAboveType

Story.ruleBelowColor

Story.ruleBelowGapColor

Story.ruleBelowType

Story.strikeThroughColor

Story.strikeThroughGapColor

Story.strikeThroughType

Story.strokeColor

Story.underlineColor

Story.underlineGapColor

Story.underlineType

StoryGridDataInformation.appliedFont

StrokeFillProxySetting.fillColor

StrokeFillProxySetting.strokeColor

TOCStyleEntry.formatStyle

TOCStyleEntry.pageNumberStyle

TOCStyleEntry.separatorStyle

Table.appliedTableStyle

Table.bottomBorderStrokeType

Table.endColumnLineStyle

Table.endRowStrokeType

Table.leftBorderStrokeType

Table.rightBorderStrokeType

Table.startColumnStrokeType

Table.startRowStrokeType

Table.topBorderStrokeType

TableStyle.basedOn

TableStyle.bodyRegionCellStyle

TableStyle.bottomBorderStrokeType

TableStyle.endColumnLineStyle

TableStyle.endRowStrokeType

TableStyle.footerRegionCellStyle

TableStyle.headerRegionCellStyle

TableStyle.leftBorderStrokeType

TableStyle.leftColumnRegionCellStyle

TableStyle.rightBorderStrokeType

TableStyle.rightColumnRegionCellStyle

TableStyle.startColumnStrokeType

TableStyle.startRowStrokeType

TableStyle.topBorderStrokeType

Text.appliedCharacterStyle

Text.appliedFont

Text.appliedLanguage

Text.appliedNumberingList

Text.appliedParagraphStyle

Text.bulletsCharacterStyle

Text.contents

Text.dropCapStyle

Text.fillColor

Text.kentenFillColor

Text.kentenFont

Text.kentenFontStyle

Text.kentenStrokeColor

Text.kinsokuSet

Text.mojikumi

Text.numberingCharacterStyle

Text.numberingFormat

Text.rubyFill

Text.rubyFont

Text.rubyFontStyle

Text.rubyStroke

Text.ruleAboveColor

Text.ruleAboveGapColor

Text.ruleAboveType

Text.ruleBelowColor

Text.ruleBelowGapColor

Text.ruleBelowType

Text.strikeThroughColor

Text.strikeThroughGapColor

Text.strikeThroughType

Text.strokeColor

Text.underlineColor

Text.underlineGapColor

Text.underlineType

TextColumn.appliedCharacterStyle

TextColumn.appliedFont

TextColumn.appliedLanguage

TextColumn.appliedNumberingList

TextColumn.appliedParagraphStyle

TextColumn.bulletsCharacterStyle

TextColumn.contents

TextColumn.dropCapStyle

TextColumn.fillColor

TextColumn.kentenFillColor

TextColumn.kentenFont

TextColumn.kentenFontStyle

TextColumn.kentenStrokeColor

TextColumn.kinsokuSet

TextColumn.mojikumi

TextColumn.numberingCharacterStyle

TextColumn.numberingFormat

TextColumn.rubyFill

TextColumn.rubyFont

TextColumn.rubyFontStyle

TextColumn.rubyStroke

TextColumn.ruleAboveColor

TextColumn.ruleAboveGapColor

TextColumn.ruleAboveType

TextColumn.ruleBelowColor

TextColumn.ruleBelowGapColor

TextColumn.ruleBelowType

TextColumn.strikeThroughColor

TextColumn.strikeThroughGapColor

TextColumn.strikeThroughType

TextColumn.strokeColor

TextColumn.underlineColor

TextColumn.underlineGapColor

TextColumn.underlineType

TextDefault.appliedCharacterStyle

TextDefault.appliedFont

TextDefault.appliedLanguage

TextDefault.appliedNumberingList

TextDefault.appliedParagraphStyle

TextDefault.bulletsCharacterStyle

TextDefault.dropCapStyle

TextDefault.fillColor

TextDefault.kentenFillColor

TextDefault.kentenFont

TextDefault.kentenFontStyle

TextDefault.kentenStrokeColor

TextDefault.kinsokuSet

TextDefault.mojikumi

TextDefault.numberingCharacterStyle

TextDefault.numberingFormat

TextDefault.rubyFill

TextDefault.rubyFont

TextDefault.rubyFontStyle

TextDefault.rubyStroke

TextDefault.ruleAboveColor

TextDefault.ruleAboveGapColor

TextDefault.ruleAboveType

TextDefault.ruleBelowColor

TextDefault.ruleBelowGapColor

TextDefault.ruleBelowType

TextDefault.strikeThroughColor

TextDefault.strikeThroughGapColor

TextDefault.strikeThroughType

TextDefault.strokeColor

TextDefault.underlineColor

TextDefault.underlineGapColor

TextDefault.underlineType

TextFrame.contents

TextFrame.fillColor

TextFrame.strokeColor

TextFrame.strokeType

TextPath.contents

TextStyleRange.appliedCharacterStyle

TextStyleRange.appliedFont

TextStyleRange.appliedLanguage

TextStyleRange.appliedNumberingList

TextStyleRange.appliedParagraphStyle

TextStyleRange.bulletsCharacterStyle

TextStyleRange.contents

TextStyleRange.dropCapStyle

TextStyleRange.fillColor

TextStyleRange.kentenFillColor

TextStyleRange.kentenFont

TextStyleRange.kentenFontStyle

TextStyleRange.kentenStrokeColor

TextStyleRange.kinsokuSet

TextStyleRange.mojikumi

TextStyleRange.numberingCharacterStyle

TextStyleRange.numberingFormat

TextStyleRange.rubyFill

TextStyleRange.rubyFont

TextStyleRange.rubyFontStyle

TextStyleRange.rubyStroke

TextStyleRange.ruleAboveColor

TextStyleRange.ruleAboveGapColor

TextStyleRange.ruleAboveType

TextStyleRange.ruleBelowColor

TextStyleRange.ruleBelowGapColor

TextStyleRange.ruleBelowType

TextStyleRange.strikeThroughColor

TextStyleRange.strikeThroughGapColor

TextStyleRange.strikeThroughType

TextStyleRange.strokeColor

TextStyleRange.underlineColor

TextStyleRange.underlineGapColor

TextStyleRange.underlineType

TreeView.alignment

TreeView.helpTip

TreeView.shortcutKey

TreeView.type

UIEvent.eventPhase

UIEvent.type

WMF.fillColor

WMF.strokeColor

WMF.strokeType

Window.alignChildren

Window.alignment

Window.frameworkName

Window.helpTip

Window.justify

Window.orientation

Window.shortcutKey

Window.text

Window.type

Word.appliedCharacterStyle

Word.appliedFont

Word.appliedLanguage

Word.appliedNumberingList

Word.appliedParagraphStyle

Word.bulletsCharacterStyle

Word.contents

Word.dropCapStyle

Word.fillColor

Word.kentenFillColor

Word.kentenFont

Word.kentenFontStyle

Word.kentenStrokeColor

Word.kinsokuSet

Word.mojikumi

Word.numberingCharacterStyle

Word.numberingFormat

Word.rubyFill

Word.rubyFont

Word.rubyFontStyle

Word.rubyStroke

Word.ruleAboveColor

Word.ruleAboveGapColor

Word.ruleAboveType

Word.ruleBelowColor

Word.ruleBelowGapColor

Word.ruleBelowType

Word.strikeThroughColor

Word.strikeThroughGapColor

Word.strikeThroughType

Word.strokeColor

Word.underlineColor

Word.underlineGapColor

Word.underlineType

XFLExportPreference.pageRange

XMLElement.contents

XMLElement.markupTag

XMLExportMap.mappedStyle

XMLExportMap.markupTag

XMLImportMap.mappedStyle

XMLImportMap.markupTag

XmlStory.appliedCharacterStyle

XmlStory.appliedFont

XmlStory.appliedLanguage

XmlStory.appliedNumberingList

XmlStory.appliedParagraphStyle

XmlStory.bulletsCharacterStyle

XmlStory.contents

XmlStory.dropCapStyle

XmlStory.fillColor

XmlStory.kentenFillColor

XmlStory.kentenFont

XmlStory.kentenFontStyle

XmlStory.kentenStrokeColor

XmlStory.kinsokuSet

XmlStory.mojikumi

XmlStory.numberingCharacterStyle

XmlStory.numberingFormat

XmlStory.rubyFill

XmlStory.rubyFont

XmlStory.rubyFontStyle

XmlStory.rubyStroke

XmlStory.ruleAboveColor

XmlStory.ruleAboveGapColor

XmlStory.ruleAboveType

XmlStory.ruleBelowColor

XmlStory.ruleBelowGapColor

XmlStory.ruleBelowType

XmlStory.strikeThroughColor

XmlStory.strikeThroughGapColor

XmlStory.strikeThroughType

XmlStory.strokeColor

XmlStory.underlineColor

XmlStory.underlineGapColor

XmlStory.underlineType

Used in:

Boolean Button.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

void Button.notify ([eventName: String])

Boolean Button.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Boolean Checkbox.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

void Checkbox.notify ([eventName: String])

Boolean Checkbox.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

ListItem DropDownList.add (type: String[, text: String])

Boolean DropDownList.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

ListItem DropDownList.find (text: String)

void DropDownList.notify ([eventName: String])

Boolean DropDownList.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Boolean EditText.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

void EditText.notify ([eventName: String])

Boolean EditText.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Event (SUI) Events.createEvent (eventType: String)

Boolean FlashPlayer.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Any FlashPlayer.invokePlayerFunction (name: String[, argument: Any])

void FlashPlayer.notify ([eventName: String])

Boolean FlashPlayer.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Object Group.add (type: String[, bounds: Bounds][, text: String][, properties: Object])

Boolean Group.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Boolean Group.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Boolean IconButton.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

void IconButton.notify ([eventName: String])

Boolean IconButton.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

ListItem ListBox.add (type: String[, text: String])

Boolean ListBox.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

ListItem ListBox.find (text: String)

void ListBox.notify ([eventName: String])

Boolean ListBox.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Object Panel.add (type: String[, bounds: Bounds][, text: String][, properties: Object])

Boolean Panel.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Boolean Panel.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Boolean Progressbar.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Boolean Progressbar.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Boolean RadioButton.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

void RadioButton.notify ([eventName: String])

Boolean RadioButton.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

String ScriptUI.getResourceText (text: String)

ScriptUIFont ScriptUI.newFont (name: String, style: String | Number, size: Number)

ScriptUIImage ScriptUI.newImage (normal: String[, disabled: String][, pressed: String][, rollover: String])

void ScriptUIGraphics.drawString (text: String, pen: ScriptUIPen, x: Number, y: Number[, font: ScriptUIFont])

Dimension ScriptUIGraphics.measureString (text: String[, font: ScriptUIFont][, boundingWidth: Number])

ScriptUIBrush ScriptUIGraphics.newBrush (type: Number, color: Array of Number | String)

ScriptUIPen ScriptUIGraphics.newPen (type: Number, color: Array of Number | String, width: Number)

Boolean Scrollbar.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

void Scrollbar.notify ([eventName: String])

Boolean Scrollbar.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Boolean Slider.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

void Slider.notify ([eventName: String])

Boolean Slider.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Boolean StaticText.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

void StaticText.notify ([eventName: String])

Boolean StaticText.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

ListItem TreeView.add (type: String[, text: String])

Boolean TreeView.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

ListItem TreeView.find (text: String)

void TreeView.notify ([eventName: String])

Boolean TreeView.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

UIEvent UIEvent.UIEvent (type: String[, captures: Boolean=false][, bubbles: Boolean=false][, view: Object][, detail: Number])

void UIEvent.initEvent (type: String[, captures: Boolean=false][, bubbles: Boolean=false][, cancelable: Boolean=false])

void UIEvent.initUIEvent (type: String[, captures: Boolean=false][, bubbles: Boolean=false][, view: Object][, detail: Number])

void Window.Window (type: String[, title: String][, bounds: Bounds][, properties: Object])

Object Window.add (type: String[, bounds: Bounds][, text: String][, properties: Object])

Boolean Window.addEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

void Window.alert (message: String[, title: String][, errorIcon: Boolean=false])

Boolean Window.confirm (message: String[, noAsDefault: Boolean=false][, title: String])

Window Window.find (type: String, title: String)

void Window.notify ([eventName: String])

String Window.prompt (prompt: String[, default: String][, title: String])

Boolean Window.removeEventListener (eventName: String, handler: Function[, capturePhase: Boolean=false])

Return

String ScriptUI.getResourceText (text: String)

String String.String (value: any)

String String.fromCharCode (value1: number)

String Window (SUI).prompt (prompt: String[, default: String][, title: String])

Jongware, 20-Jun-2010 v3.0.3dContents :: Index