←Select platform

DocumentTextMode Enumeration

Summary

Specifies the document text mode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentTextMode 
<DataContractAttribute()> 
<SerializableAttribute()> 
Public Enum DocumentTextMode  
    
    
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum DocumentTextMode    
typedef NS_ENUM(NSInteger, LTDocumentTextMode) 
public enum DocumentTextMode 
Leadtools.Forms.DocumentWriters.DocumentTextMode = function() { }; 
Leadtools.Forms.DocumentWriters.DocumentTextMode.prototype = {<br/> 
  Auto = 0, 
    NonFramed = 1, 
    Framed = 2, 
     
 }; 
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly