←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 Set frame the text blocks (use text box objects) in the resulting Doc/Docx/Rtf documents.

Remarks

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

Requirements

Target Platforms

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

Leadtools.Document.Writer Assembly