XslFoLoadOptions Class |
Namespace: Aspose.Pdf
The XslFoLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | XslFoLoadOptions |
Creates XslFoLoadOptions object without xsl data.
|
![]() | XslFoLoadOptions(Stream) |
Creates XslFoLoadOptions object with xsl data.
|
![]() | XslFoLoadOptions(String) |
Creates XslFoLoadOptions object with xsl data.
|
Name | Description | |
---|---|---|
![]() | BasePath |
The base path/url from which are searched relative pathes to external resources (if any) referenced in loaded SVG file.
|
![]() | LoadFormat |
Represents file format which LoadOptions describes.
(Inherited from LoadOptions.) |
![]() | WarningHandler |
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.) |
![]() | XslStream |
Gets xsl data for converting xml into pdf document.
(Inherited from XmlLoadOptions.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ParsingErrorsHandlingType |
Source XSLFO document can contain formatting errors. This enum enumerates possible strategies of handking of that errors
|