public class Fop2EpsImpl extends java.lang.Object implements FOPBuilder
| Constructor and Description |
|---|
Fop2EpsImpl() |
| 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 fopxsl)
set the location of the transform file.
|
public Fop2EpsImpl()
throws java.lang.Exception
java.lang.Exceptionpublic void setXSL(java.lang.String fopxsl)
FOPBuildersetXSL in interface FOPBuilderpublic void setXML(java.lang.String xmlToTransform)
FOPBuildersetXML in interface FOPBuilderpublic void createDocument(java.io.OutputStream os)
FOPBuildercreateDocument in interface FOPBuilderpublic void setConfiguration(NSMutableDictionary<java.lang.String,java.lang.Object> config)
FOPBuildersetConfiguration in interface FOPBuilderpublic void createDocument(java.io.OutputStream os,
NSDictionary<java.lang.String,java.lang.Object> agentAttributes)
throws java.lang.Throwable
createDocument in interface FOPBuilderjava.lang.ThrowableCopyright © 2002 – 2022 Project Wonder.