org.jopendocument.dom.template
Class RhinoStreamTemplate
java.lang.Object
org.jopendocument.dom.template.Template
org.jopendocument.dom.template.RhinoStreamTemplate
public class RhinoStreamTemplate
- extends Template
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RhinoStreamTemplate
public RhinoStreamTemplate(InputStream s)
throws IOException,
TemplateException,
org.jdom.JDOMException
- Throws:
IOException
TemplateException
org.jdom.JDOMException
createDocument
public ODSingleXMLDocument createDocument()
throws TemplateException
- Throws:
TemplateException
showParagraph
public void showParagraph(String name)
hideParagraph
public void hideParagraph(String name)
setField
public void setField(String key,
Object value)
saveAs
public File saveAs(File outFile)
throws IOException,
TemplateException
- Throws:
IOException
TemplateException
saveTo
public void saveTo(OutputStream out)
throws IOException,
TemplateException
- Throws:
IOException
TemplateException
Copyright © 2010 jOpenDocument All Rights Reserved.