Controls how and when to frames the text blocks in the resulting RTF file.
Object.defineProperty(RtfDocumentOptions.prototype, 'textMode',
get: function(),
set: function(value)
)
textMode: DocumentTextMode;
Controls how and when to frames the text blocks in the resulting RTF file. Default value is DocumentTextMode.Auto.
Frames are containers supported by the RTF format for text that can be positioned on a page and sized.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET