←Select platform

DocumentTextMode Enumeration

Summary
Specifies the document text mode.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentTextMode 
typedef NS_ENUM(NSInteger, LTDocumentTextMode) { 
 LTDocumentTextModeAuto,  
 LTDocumentTextModeNonFramed,  
 LTDocumentTextModeFramed 
}; 
public enum DocumentTextMode 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum class DocumentTextMode   
class DocumentTextMode(Enum): 
   Auto = 0 
   NonFramed = 1 
   Framed = 2 
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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

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