formatted Property

Summary

Get or sets a value that indicates whether the text file should be formatted.

Syntax
TypeScript
JavaScript
Object.defineProperty(TextDocumentOptions.prototype, 'formatted', 
   get: function(), 
   set: function(value) 
) 
formatted: boolean; 

Property Value

true if the text file should be formatted; otherwise, false. Default value is false.

Remarks

Use this property to create a text file that will be almost the same shape as the original document (i.e. margins and lines between paragraphs using space characters).

Requirements

Target Platforms

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

Leadtools.Document Assembly

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