get_wordWrap();
set_wordWrap(value);
Object.defineProperty('wordWrap');
Type | Description |
---|---|
boolean | true if the multiline AnnTextObject wraps words; otherwise, false. The default value is true. |
An AnnTextObject renders multiline text as follows:
If a new line character is encountered, then the following word will be rendered on the next line
When there is not enough space to render the current word in the current line. The it uses the value of WordWrap to determine whether to start a new line to render the current and subsequent words.
AnnTextObject does not automatically resizes itself when there is not enough space to render characters and words. The bounding rectangle can be changed programatically or through automation using the AnnRectangleObject.Rect property.