XmlLoadOptions

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

ConstructorDescription
XmlLoadOptionsCreates {@code XmlLoadOptions} object without xsl data.
XmlLoadOptionsCreates {@code XmlLoadOptions} object without xsl data.
XmlLoadOptionsCreates {@code XmlLoadOptions} object without xsl data.

Methods

MethodDescription
closeClose instance
getXslStreamGets 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