Functions
Appends the supplied text to this text range.
Parameters:
text: String
Appends the supplied text range to this text range.
Parameters:
range: TextRange
Changes the case of the text in the text range.
Parameters:
type: Number - TextRange.CASE_*
Parameters:
newHandle: Number
Clones the text range.
Returns:
Object
Deselects the text range in the document. Note that deselecting a text
range can cause defragmented selection, if the text range is a subrange
of the current selection.
Adjusts the tracking of the text in the text range to fit on one line
spanning the width of the area text.
Returns a text range from the story given in indices relative to the current
text range's start index.
Parameters:
start: Number
end: Number
Returns:
TextRange
- sub range
Prepends the supplied text to the text range.
Parameters:
text: String
Prepends the supplied text range to the text range.
Parameters:
range: TextRange
Deletes all the characters in the text range.
Selects the text range.
Parameters:
addToSelection: Boolean - If set to true, the text range will
be added to the current selection in the document.
If set to false, it will clear the current selection in the document and only select the text range.
If set to false, it will clear the current selection in the document and only select the text range.
-

SG
-

AI- Point
- Rectangle
- Color
- Matrix
- Art
- Segment
- SegmentList
- Curve
- CurveList
- TextRange
- TextStory
- PathStyle
- FillStyle
- StrokeStyle
- ParagraphStyle
- FontFamily
- FontWeight
- FontList
- ArtSet
- Pathfinder
- HitTest
- Document
- DocumentList
- LayerList
- Swatch
- SwatchList
- Gradient
- GradientList
- GradientStop
- GradientStopList
- Symbol
- SymbolList
- Pattern
- PatternList
- Timer
- LiveEffect
- Annotator
- DocumentView
- DocumentViewList
-

ADM