| Options for wrapping text around an object. |
Value
| Name | Description | Value |
TextWrapModes.BOUNDING_BOX_TEXT_WRAP | Wraps text around the object's bounding box. | 1651729523 =
'bsds'
|
TextWrapModes.CONTOUR | Wraps text around the object following the specified contour options. | 1835233134 =
'mcon'
|
TextWrapModes.JUMP_OBJECT_TEXT_WRAP | Forces text to jump above or below the object, so that no text appears on the object's right or left. | 1650552420 =
'band'
|
TextWrapModes.NEXT_COLUMN_TEXT_WRAP | Forces text to jump to the next available column. | 1853384306 =
'nxfr'
|
TextWrapModes.NONE | No text wrap. | 1852796517 =
'none'
|
|
Usage
| As property
TextWrapPreference.textWrapMode
|