| Options for wrapping text around an object. |
Value
| Name | Description | Value |
TextWrapTypes.BOUNDING_BOX_TEXT_WRAP | Wraps text around the object's bounding box. | 1651729523 =
'bsds'
|
TextWrapTypes.CONTOUR | Wraps text around the object following the specified contour options. | 1835233134 =
'mcon'
|
TextWrapTypes.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'
|
TextWrapTypes.NEXT_COLUMN_TEXT_WRAP | Forces text to jump to the next available column. | 1853384306 =
'nxfr'
|
TextWrapTypes.NONE | No text wrap. | 1852796517 =
'none'
|
TextWrapTypes.USER_MODIFIED | Text wrap has been modified by the user. | 1970498916 =
'usmd'
|
|
Usage
| As property
TextWrapPreference.textWrapType
|