Specifies the document text mode.
lt.Documents.Writers.DocumentTextMode = {
Auto: 0,
NonFramed: 1,
Framed: 2
}
lt.Documents.Writers.DocumentTextMode = {
Auto: 0,
NonFramed: 1,
Framed: 2
}
Members
0 | Auto |
(0) The document will be automatically have framed/non-framed text in the resulting Doc/Docx/Rtf documents (this is not implemented currently, so Auto will be equivalent to NonFramed). |
1 | NonFramed |
(1) Flow text in the resulting Doc/Docx/Rtf documents. |
2 | Framed |
(1) Flow text in the resulting Doc/Docx/Rtf documents. |
Use this option to set/retrieve the text mode in DocDocumentOptions.
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