XmlLoadOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.LoadOptions com.aspose.pdf.XmlLoadOptions, com.aspose.pdf.LoadOptions, com.aspose.pdf.XmlLoadOptions
public class XmlLoadOptions extends LoadOptions
Represents options for loading/importing XML file into pdf document.
Constructors
| Constructor | Description |
|---|---|
| XmlLoadOptions | Creates {@code XmlLoadOptions} object without xsl data. |
| XmlLoadOptions | Creates {@code XmlLoadOptions} object without xsl data. |
| XmlLoadOptions | Creates {@code XmlLoadOptions} object without xsl data. |
Methods
| Method | Description |
|---|---|
| close | Close instance |
| getXslStream | Gets xsl data for converting xml into pdf document. |
XmlLoadOptions
public XmlLoadOptions()
Creates {@code XmlLoadOptions} object without xsl data.
XmlLoadOptions
Creates {@code XmlLoadOptions} object without xsl data.
XmlLoadOptions
Creates {@code XmlLoadOptions} object without xsl data.
close
public void close()
Close instance
getXslStream
public InputStream getXslStream()
Gets xsl data for converting xml into pdf document.
Returns: InputStream