textMode Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(DocxDocumentOptions.prototype, 'textMode', 
   get: function(), 
   set: function(value) 
) 
textMode: DocumentTextMode; 

Property Value

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

Remarks

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

Example

For an example, refer to Convert.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly