public interface FOPBuilder
Modifier and Type | Method and Description |
---|---|
void |
createDocument(OutputStream os)
create the output file pdf.
|
void |
createDocument(OutputStream os,
NSDictionary<String,Object> agentAttributes) |
void |
setConfiguration(NSMutableDictionary<String,Object> config)
this is here for extension in order to pass configuration of the fop
engine from the program.
|
void |
setXML(String xmlToTransform)
set the xml string to be transformed.
|
void |
setXSL(String fopxslLocation)
set the location of the transform file.
|
void setXSL(String fopxslLocation)
fopxslLocation
- void setXML(String xmlToTransform)
xmlToTransform
- void createDocument(OutputStream os) throws Throwable
os
- Throwable
void createDocument(OutputStream os, NSDictionary<String,Object> agentAttributes) throws Throwable
Throwable
void setConfiguration(NSMutableDictionary<String,Object> config)
config
- Copyright © 2002 – 2024 Project Wonder.