TextWrapPreference
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
applyToMasterPageOnly | bool | r/w | If true, text wraps on the master spread apply to that spread only, and not to any pages the master spread has been applied to. |
contourOptions | ContourOption | readonly | The contour of the text wrap. Valid only when when text wrap type is contour. |
inverse | bool | r/w | If true, inverts the text wrap. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
parent | ApplicationButton Document EPS FormField GraphicLine Group Image ImportedPage ObjectStyle Oval PageItem PICT Polygon Rectangle TextFrame WMF |
readonly | The parent of the TextWrapPreference (a PageItem, Oval, Rectangle, GraphicLine, TextFrame, Polygon, Group, Button, FormField, Image, EPS, WMF, PICT, PDF, Application, Document, ObjectStyle or ImportedPage). |
paths | Paths | readonly | A collection of paths. |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
textWrapMode | TextWrapModes: TextWrapModes.NONE TextWrapModes.JUMP_OBJECT_TEXT_WRAP TextWrapModes.NEXT_COLUMN_TEXT_WRAP TextWrapModes.BOUNDING_BOX_TEXT_WRAP TextWrapModes.CONTOUR |
r/w | The text wrap mode. |
textWrapOffset | Array of Units NothingEnum Unit |
r/w | The minimum space between text and the edges of the wrapped object. The format for defining text wrap offset values depends on the text wrap type. If text wrap type is jump object text wrap, specify 2 values in the format [top, bottom]. If text wrap type is next column text wrap or contour, specify a single value. For bounding box text wrap, specify 4 values in the format in the format [top, left, bottom, right]. . Can return: Unit, Array of Units or NothingEnum enumerator. |
textWrapSide | TextWrapSideOptions: TextWrapSideOptions.BOTH_SIDES TextWrapSideOptions.LEFT_SIDE TextWrapSideOptions.RIGHT_SIDE TextWrapSideOptions.SIDE_TOWARDS_SPINE TextWrapSideOptions.SIDE_AWAY_FROM_SPINE TextWrapSideOptions.LARGEST_AREA |
r/w | Text wrap side options. |
userModifiedWrap | bool | readonly | If true, the text wrap path has been explicitly modified by the user. |
Methods
Instances
Array of TextWrapPreference getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the TextWrapPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of
Application.textWrapPreferences
Button.textWrapPreferences
ContourOption.parent
Document.textWrapPreferences
EPS.textWrapPreferences
FormField.textWrapPreferences
GraphicLine.textWrapPreferences
Group.textWrapPreferences
Image.textWrapPreferences
ImportedPage.textWrapPreferences
ObjectStyle.textWrapPreferences
Oval.textWrapPreferences
PDF.textWrapPreferences
PICT.textWrapPreferences
PageItem.textWrapPreferences
Path.parent
Polygon.textWrapPreferences
Rectangle.textWrapPreferences
TextFrame.textWrapPreferences
WMF.textWrapPreferences
Return
Array of TextWrapPreference TextWrapPreference.getElements ()
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |