public class XmlWriterSettings extends Object
Constructor and Description |
---|
XmlWriterSettings() |
Modifier and Type | Method and Description |
---|---|
int |
getIndentAmount() |
boolean |
isIndent()
Gets a value indicating whether to indent elements.
|
boolean |
isOmitXmlDeclaration()
Gets a value indicating whether to omit an XML declaration.
|
void |
setIndent(boolean indent)
Sets a value indicating whether to indent elements.
|
void |
setIndentAmount(int indentAmount) |
void |
setOmitXmlDeclaration(boolean omitXmlDeclaration)
Sets a value indicating whether to omit an XML declaration.
|
public boolean isIndent()
public void setIndent(boolean indent)
public int getIndentAmount()
public void setIndentAmount(int indentAmount)
public boolean isOmitXmlDeclaration()
public void setOmitXmlDeclaration(boolean omitXmlDeclaration)
Copyright (c) 2002-2017 Aspose Pty Ltd. All Rights Reserved.