public class XmlLoadOptions extends LoadOptions
Represents options for loading/importing XML file into pdf document.
LoadOptions.MarginsAreaUsageModes, LoadOptions.PageSizeAdjustmentModes, LoadOptions.ResourceLoadingResult, LoadOptions.ResourceLoadingStrategy| Constructor and Description |
|---|
XmlLoadOptions()
Creates
XmlLoadOptions object without xsl data. |
XmlLoadOptions(InputStream xslStream) |
XmlLoadOptions(String xslFile)
Creates
XmlLoadOptions object with xsl data. |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getXslStream() |
getLoadFormat, getWarningHandler, setWarningHandlerpublic XmlLoadOptions()
Creates XmlLoadOptions object without xsl data.
public XmlLoadOptions(String xslFile)
Creates XmlLoadOptions object with xsl data.
xslFile - Xsl file to convert xml document into pdf document.public XmlLoadOptions(InputStream xslStream)
public InputStream getXslStream()
public void close()
Copyright © 2018 Aspose. All Rights Reserved.