| Leadtools.Documents.Writers Namespace : DocumentTextMode Enumeration |
Leadtools.Documents.Writers.DocumentTextMode = function() { };
Leadtools.Documents.Writers.DocumentTextMode.prototype = {
auto = 0,
nonFramed = 1,
framed = 2,
};
| Value | Member | Description |
|---|---|---|
| 0 | auto | 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 | Flow text in the resulting Doc/Docx/Rtf documents. |
| 2 | framed | Set frame the text blocks (use text box objects) in the resulting Doc/Docx/Rtf documents. |
Use this option to set/retrieve the text mode in DocDocumentOptions.