←Select platform

Formatted Property

Summary
Produce a formatted XML document.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool Formatted { get; set; } 
@property (nonatomic, assign) BOOL formatted; 
public boolean getFormatted() 
public void setFormatted(boolean formatted) 
public: 
property bool Formatted { 
   bool get(); 
   void set (    bool ); 
} 
Formatted # get and set (AltoXmlDocumentOptions) 

Property Value

true to produce a formatted XML document, otherwise; false.

Remarks

Indentation specifies the indentation string to use when the value of Formatted is true.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.