Gets or sets a value that indicates whether an AnnTextObject automatically wraps words to the beginning of the next line when necessary.
Object.defineProperty(AnnTextObject.prototype, 'wordWrap',
get: function(),
set: function(value)
)
wordWrap: 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 Rect property.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document