←Select platform

TextMode Property

Summary

Indicates how and when to frames the text blocks in the resulting RTF file.

Syntax
C#
VB
Objective-C
C++
Java
public DocumentTextMode TextMode { get; set; } 
Public Property TextMode As DocumentTextMode 
@property (nonatomic, assign) LTDocumentTextMode textMode 
public DocumentTextMode getTextMode() 
public void setTextMode(DocumentTextMode mode) 
public: 
property DocumentTextMode TextMode { 
   DocumentTextMode get(); 
   void set (    DocumentTextMode ); 
} 

Property Value

Controls how and when to frames the text blocks in the resulting RTF file. Default value is DocumentTextMode.Auto.

Remarks

Frames are containers supported by the RTF format for text that can be positioned on a page and sized.

Example

For an example, refer to RtfDocumentOptions.

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