Text frame item.
Go to Property Listing | Method Listing
convertAreaObjectToPointObject, convertPointObjectToAreaObject, createOutline, duplicate, generateThumbnailWithTextFrameProperties, move, remove, removeAll
Boolean, Characters, FirstBaselineType, InsertionPoints, Lines, Matrix, Number, Paragraphs, Point, Story, String, TextAntialias, TextFrameItem, TextOrientation, TextPath, TextRange, TextRanges, TextType, Words
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
The position of the anchor point (start of base line for point text) |
||
read/write |
The type of a text anti-aliasing on text frame item. |
||
readonly |
All the characters in this text range. |
||
Int32 |
read/write |
The column count in the text frame (area text only) |
|
read/write |
The column gutter in the text frame (area text only) |
||
Varies |
read/write |
The content variable bound to this text art item. |
|
read/write |
The text contents of this text frame. |
||
read/write |
The end position of text along a path, as a value relative to the path's segments (path text only) |
||
read/write |
The first baseline offset type for text frame item (for Area Text only) |
||
read/write |
The first baseline offset minimum value for text frame item (for Area Text only) |
||
read/write |
Flow text between linked frame horizontally first. (area text only) |
||
readonly |
All the insertion points in this text range. |
||
readonly |
The type of a text frame item. |
||
readonly |
All the lines in this text range. |
||
readonly |
The transformation matrix of the text frame object. |
||
read/write |
The linked text frame following this one. |
||
read/write |
Is the optical alignment active? |
||
read/write |
The orientation of the text in the frame. |
||
readonly |
All the paragraphs in this text range. |
||
readonly |
The object's container. |
||
read/write |
The linked text frame preceding this one. |
||
Int32 |
read/write |
The row count in the text frame (area text only) |
|
read/write |
The row gutter in the text frame (area text only) |
||
read/write |
The amount of spacing (path text only) |
||
read/write |
The start position of text along a path, as a value relative to the path's segments (path text only) |
||
readonly |
The story of the text frame. |
||
readonly |
The path for the text frame (area and path text) |
||
readonly |
The text range of the text frame. |
||
readonly |
All the text in this text range. |
||
readonly |
The selected text (ranges) in the story. |
||
readonly |
The class name of the object. |
||
readonly |
All the words in this text range. |
TextFrameItem convertAreaObjectToPointObject ()
Convert Area Type Text Object To Point Type Object.
TextFrameItem convertPointObjectToAreaObject ()
Convert Point Type Text Object To Area Type Object.
GroupItem createOutline ()
Convert text item to path items.
TextFrameItem duplicate (relativeObject:Object, insertionLocation:ElementPlacement)
Duplicate this object.
Parameter |
Type |
Description |
---|---|---|
relativeObject |
||
insertionLocation |
ElementPlacement |
undefined generateThumbnailWithTextFrameProperties (textString:String, fontSize:Number, textColor:Color, destinationPath:File)
Generates the thumbnail with the properties of first character in the text frame.
Parameter |
Type |
Description |
---|---|---|
textString |
The text string which is to be used in the thumbnail generation. |
|
fontSize |
The size in points of the text string. |
|
textColor |
The color of the text string. |
|
destinationPath |
The location at which the thumbnail is to be stored. |
TextFrameItem move (relativeObject:Object, insertionLocation:ElementPlacement)
Move the object.
Parameter |
Type |
Description |
---|---|---|
relativeObject |
||
insertionLocation |
ElementPlacement |
undefined remove ()
Deletes this object.
undefined removeAll ()
Deletes all elements.