←Select platform

DocumentTextMode Enumeration

Summary
Specifies the document text mode.
Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentTextMode 
<DataContractAttribute()> 
<SerializableAttribute()> 
Public Enum DocumentTextMode  
typedef NS_ENUM(NSInteger, LTDocumentTextMode) 
public enum DocumentTextMode 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum class DocumentTextMode   
Members
ValueMemberDescription
0Auto 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).
1NonFramed Flow text in the resulting Doc/Docx/Rtf documents.
2Framed Use Text Box objects in the resulting Doc/Docx/Rtf documents to frame the text.
Remarks

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

Requirements

Target Platforms

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

Leadtools.Document.Writer Assembly

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