TextWrapPreference
Text wrap preferences.
TextWrapPreference Properties
| Property |
Type |
Access |
Description |
| contourOptions |
ContourOption |
read |
The contour options. |
| inverse |
Boolean |
r/w |
Whether to invert the text wrap thus creating an inside-out wrap. |
| parent |
Object |
read |
The parent of the object. |
| paths |
Paths |
read |
The paths of the object. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| textWrapOffset |
Unit, Array of Units, NothingEnum enumeration |
r/w |
The amount of offset to move the wrap away from the edges of the frame. as Unit (Double or String), Array of Units (Doubles or Strings) or idNothingEnum enumerator. |
| textWrapType |
TextWrapTypes enumeration |
r/w |
The type of text wrap on the object. |
TextWrapPreference Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |
Previous post: Tint
Next post: TextStyleRanges