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