←Select platform

Indentation Property

Summary
Indentation string to use when producing a formatted XML document.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string Indentation {get; set;} 
@property (nonatomic, copy) NSString *indentation; // Default is \t 
public String getIndentation() 
public void setIndentation(String indentation) 
public: 
property String^ Indentation { 
   String^ get(); 
   void set (    String^ ); 
} 
Indentation # get and set (AltoXmlDocumentOptions) 

Property Value

The indentation string to use when producing a formatted XML document. Default value is " ".

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.