Aspose::Pdf::XslFoLoadOptions class

XslFoLoadOptions class

Represents options for loading/importing XSL-FO file into pdf document.

class XslFoLoadOptions : public Aspose::Pdf::XmlLoadOptions

Enums

EnumDescription
ParsingErrorsHandlingTypesSource XSLFO document can contain formatting errors. This enum enumerates possible strategies of handling of such formatting errors.

Methods

MethodDescription
get_BasePath() constThe base path/url from which are searched relative paths to external resources (if any) referenced in loaded SVG file.
get_XsltArgumentList() constXsltArgumentList for inserting values into existing xls parameters.
set_BasePath(System::String)The base path/url from which are searched relative paths to external resources (if any) referenced in loaded SVG file.
set_XsltArgumentList(System::SharedPtr<System::Xml::Xsl::XsltArgumentList>)XsltArgumentList for inserting values into existing xls parameters.
XslFoLoadOptions()Creates XslFoLoadOptions object without xsl data.
XslFoLoadOptions(System::String)Creates XslFoLoadOptions object with xsl data.
XslFoLoadOptions(System::SharedPtr<System::IO::Stream>)Creates XslFoLoadOptions object with xsl data.

See Also