plainText Property

Summary

Discards font information: the text will be written without any font style.

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

Property Value

true to discard font information (the text will be written without any font style); otherwise, false. The default value is false.

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