public class FormPdfExporter extends Object
| Constructor and Description |
|---|
FormPdfExporter(Form form,
Source xsltSource) |
| Modifier and Type | Method and Description |
|---|---|
protected Reader |
composeXml()
Composes an XML document representing the current object.
|
void |
export(OutputStream out) |
Form |
getForm() |
String |
getTitle() |
Source |
getXsltSource() |
void |
setTitle(String title) |
public static final String copyright
public void export(OutputStream out) throws org.apache.fop.apps.FOPException, IOException, TransformerException
org.apache.fop.apps.FOPExceptionIOExceptionTransformerExceptionprotected Reader composeXml() throws IOException
IOExceptionpublic Form getForm()
public Source getXsltSource()
public String getTitle()
public void setTitle(String title)