←Select platform

PlainText Property

Summary

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

Syntax
C#
Objective-C
C++/CLI
Python
[DataMemberAttribute(Name="plainText")] 
public bool PlainText {get; set;} 
@property (nonatomic, assign) BOOL plainText; 
public:  
   [DataMemberAttribute(Name=L"plainText")] 
   property bool PlainText 
   { 
      bool get() 
      void set(bool value) 
   } 
PlainText # get and set (AltoXmlDocumentOptions) 

Property Value

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

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

Leadtools.Document.Writer Assembly

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