public final class XslFoLoadOptions extends XmlLoadOptions
Represents options for loading/importing XSL-FO file into pdf document.
LoadOptions.ResourceLoadingResult, LoadOptions.ResourceLoadingStrategy
ApsIntermediateFileIfAny, XpsIntermediateFileIfAny
Constructor and Description |
---|
XslFoLoadOptions()
Creates
XslFoLoadOptions object without xsl data. |
XslFoLoadOptions(InputStream xslStream) |
XslFoLoadOptions(String xslFile)
Creates
XslFoLoadOptions object with xsl data. |
Modifier and Type | Method and Description |
---|---|
String |
getBasePath()
The base path/url from which are searched relative pathes to external resources (if any) referenced in loaded SVG file.
|
boolean |
isUseOldXslFoEngine() |
void |
setBasePath(String value) |
void |
setUseOldXslFoEngine(boolean useOldXslFoEngine)
This property will be available during migration to new XSL-FO engine.
|
close, getXslStream
getLoadFormat, getWarningHandler, setWarningHandler
public XslFoLoadOptions()
Creates XslFoLoadOptions
object without xsl data.
public XslFoLoadOptions(String xslFile)
Creates XslFoLoadOptions
object with xsl data.
xslFile
- Xsl file to convert XSL-FO document into pdf document.public XslFoLoadOptions(InputStream xslStream)
public boolean isUseOldXslFoEngine()
public void setUseOldXslFoEngine(boolean useOldXslFoEngine)
useOldXslFoEngine
- booleanpublic String getBasePath()
The base path/url from which are searched relative pathes to external resources (if any) referenced in loaded SVG file.
public void setBasePath(String value)
Copyright © 2014 Aspose. All Rights Reserved.