public class XmlWriterSettings extends Object
Constructor and Description |
---|
XmlWriterSettings() |
Modifier and Type | Method and Description |
---|---|
int |
getIndentAmount() |
boolean |
isIndent() |
boolean |
isOmitXmlDeclaration() |
void |
setIndent(boolean indent) |
void |
setIndentAmount(int indentAmount) |
void |
setOmitXmlDeclaration(boolean omitXmlDeclaration) |
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-2016 Aspose Pty Ltd. All Rights Reserved.