Properties
The character style of the text frame.
Returns:
The text contents of the text frame.
Returns:
String
Read-only.Returns the index of the last visible character of the text frame.(this is the equivalent of calling TextFrame.visibleRange.end)
Returns:
Number
Read-only.Returns the index of this text frame in the story's list of text frames.
Returns:
Number
Read-only.Returns true if the text frame is
linked, false otherwise.
Returns:
Boolean
Read-only.Returns the next text frame in a story of various linked text frames
Returns:
Specifies wether to use optical alignment within the text frame.
Optical aligment hangs punctuation outside the edges of a text frame.
Optical aligment hangs punctuation outside the edges of a text frame.
Returns:
Boolean
The orientation of the text in the text frame asspecified by the TextFrame.ORIENTATION_* static properties.
Returns:
Number
The paragraph style of the text frame.
Returns:
Read-only.Returns the previous text frame in a story of various linked text frames
Returns:
Read-only.Returns a text range for all the characters, even the invisible ones outsidethe container.
Returns:
The line spacing value for the text frame in points.
Returns:
Number
Read-only.Returns the index of the first visible character of the text frame.(this is the equivalent of calling TextFrame.visibleRange.start)
Returns:
Number
Read-only.In case there's an overflow in the text, this only returns a rangeover the visible characters, while getRange() returns one over thewhole text.
Returns:
Returns:
Number
Returns:
Number
Functions
Converts the text in the text frame to outlines. Unlike the Illustrator
'Create Outlines' action, this won't remove the text frame.
Returns:
Art
- An Art item containing the outlined text.
Links the supplied text frame to this one.
Parameters:
next: TextFrame - The text frame that will be linked.
Returns:
Boolean
- True if the text frame was linked, false otherwise
Parameters:
includeOverflow: Boolean
Returns:
Number
Unlinks the text frame from its current story.
Returns:
Boolean
- True if the operation was successful, false otherwise
Unlinks the text frame from its current story and breaks up the story
into two parts after the text frame.
Returns:
Boolean
- True if the operation as successful, false otherwise
Unlinks the text frame from its current story and breaks up the story
into two parts before the text frame.
Returns:
Boolean
- True if the operation as successful, false otherwise
Inheritance
- Art
-
- alphaIsShape
- blendMode
- bounds
- centerVisible
- children
- clipMask
- controlBounds
- dictionary
- document
- editable
- firstChild
- fullySelected
- geometricBounds
- hidden
- isolated
- knockout
- knockoutInherited
- lastChild
- locked
- millis
- name
- nextSibling
- opacity
- parent
- previousSibling
- selected
- style
- valid
- ATTR_EXPANDED
- ATTR_FULLY_SELECTED
- ATTR_HAS_ACTIVE_STYLE
- ATTR_HAS_SIMPLE_STYLE
- ATTR_HIDDEN
- ATTR_IS_CLIPMASK
- ATTR_IS_TEXTWRAP
- ATTR_LOCKED
- ATTR_PART_OF_COMPOUND
- ATTR_SELECTED
- ATTR_SELECTED_LAYERS
- ATTR_SELECTED_TOPLEVEL_GROUPS
- ATTR_SELECTED_TOPLEVEL_WITH_PAINT
- ATTR_STYLE_IS_DIRTY
- ATTR_TARGETED
- BLEND_COLOR
- BLEND_COLORBURN
- BLEND_COLORDODGE
- BLEND_DARKEN
- BLEND_DIFFERENCE
- BLEND_EXCLUSION
- BLEND_HARDLIGHT
- BLEND_HUE
- BLEND_LIGHTEN
- BLEND_LUMINOSITY
- BLEND_MULTIPLY
- BLEND_NORMAL
- BLEND_NUMS
- BLEND_OVERLAY
- BLEND_SATURATION
- BLEND_SCREEN
- BLEND_SOFTLIGHT
- EXPAND_GRADIENTTOMESH
- EXPAND_GRADIENTTOPATHS
- EXPAND_LOCKEDOBJECTS
- EXPAND_ONEATATIME
- EXPAND_PATTERN
- EXPAND_PLUGINART
- EXPAND_SHOWPROGRESS
- EXPAND_STROKE
- EXPAND_SYMBOLINSTANCES
- EXPAND_TEXT
- KNOCKOUT_INHERIT
- KNOCKOUT_OFF
- KNOCKOUT_ON
- KNOCKOUT_UNKNOWN
- ORDER_ABOVE
- ORDER_ANCHESTOR
- ORDER_BELOW
- ORDER_INSIDE
- ORDER_UNKNOWN
- TRANSFORM_CHILDREN
- TRANSFORM_FILL_GRADIENTS
- TRANSFORM_FILL_PATTERNS
- TRANSFORM_LINES
- TRANSFORM_LINKED_MASKS
- TRANSFORM_OBJECTS
- TRANSFORM_SELECTION_ONLY
- TRANSFORM_STROKE_PATTERNS
- appendChild(art)
- clone()
- copyTo(document)
- copyTo(art)
- equals(obj)
- expand(flags, steps)
- hasChildren()
- hitTest(point[, type[, tolerance]])
- isAbove(art)
- isAncestor(art)
- isBelow(art)
- isDefaultName()
- isInside(art)
- moveAbove(art)
- moveBelow(art)
- rasterize(type[, resolution, antialiasing[, width, height]])
- remove()
- rotate(theta[, x, y])
- rotate(theta, anchor)
- scale(scale[, sy])
- shear(shx, shy)
- toString()
- transform(matrix[, flags])
- translate(tx, ty)
- translate(t)
-

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