DocumentTextMode Enumeration

Summary

Specifies the document text mode.

Syntax
TypeScript
JavaScript
lt.Document.Writer.DocumentTextMode = { 
   auto: 0, 
   nonFramed: 1, 
   framed: 2 
} 
lt.Document.Writer.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.

Remarks

Use this option to set/retrieve the text mode in DocDocumentOptions.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.