[SerializableAttribute()]
[DataContractAttribute()]
public enum DocumentTextMode
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum DocumentTextMode
typedef NS_ENUM(NSInteger, LTDocumentTextMode)
public enum DocumentTextMode
[DataContractAttribute()]
[SerializableAttribute()]
public enum class DocumentTextMode
Value | Member | Description |
---|---|---|
0 | Auto | 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 | Flow text in the resulting Doc/Docx/Rtf documents. |
2 | Framed | Use Text Box objects in the resulting Doc/Docx/Rtf documents to frame the text. |
Use this option to set/retrieve the text mode in DocDocumentOptions.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document