XslFoLoadOptions Class
Represents options for loading/importing XSL-FO file into pdf document.
Inheritance Hierarchy

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class XslFoLoadOptions : XmlLoadOptions

The XslFoLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodXslFoLoadOptions
Creates XslFoLoadOptions object without xsl data.
Public methodXslFoLoadOptions(Stream)
Creates XslFoLoadOptions object with xsl data.
Public methodXslFoLoadOptions(String)
Creates XslFoLoadOptions object with xsl data.
Properties
  NameDescription
Public propertyBasePath
The base path/url from which are searched relative pathes to external resources (if any) referenced in loaded SVG file.
Public propertyLoadFormat
Represents file format which LoadOptions describes.
(Inherited from LoadOptions.)
Public propertyWarningHandler
Callback to handle any warnings generated. The WarningHandler returns ReturnAction enum item specifying either Continue or Abort. Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease.
(Inherited from LoadOptions.)
Public propertyXslStream
Gets xsl data for converting xml into pdf document.
(Inherited from XmlLoadOptions.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Public fieldParsingErrorsHandlingType
Source XSLFO document can contain formatting errors. This enum enumerates possible strategies of handking of that errors
See Also