DocumentTextMode Enumeration

Summary

Specifies the document text mode.

Syntax

JavaScript Syntax
lt.Documents.Writers.DocumentTextMode = { 
	Auto: 0, 
	NonFramed: 1, 
	Framed: 2 
} 
TypeScript Syntax
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.

Remarks

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly