←Select platform

TextMode Property

Summary

Controls how and when to frames the text blocks in the resulting DOC file.

Syntax
C#
VB
C++
Java
public DocumentTextMode TextMode { get; set; } 
Public Property TextMode As DocumentTextMode 
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 DOC file. Default value is DocumentTextMode.Auto.

Example

For an example, refer to 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