org.jopendocument.dom.template
Class RhinoFileTemplate
java.lang.Object
org.jopendocument.dom.template.Template
org.jopendocument.dom.template.RhinoFileTemplate
public class RhinoFileTemplate
- extends Template
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RhinoFileTemplate
public RhinoFileTemplate(String fileName)
throws IOException,
TemplateException,
org.jdom.JDOMException
- Throws:
IOException
TemplateException
org.jdom.JDOMException
RhinoFileTemplate
public RhinoFileTemplate(File f)
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
Copyright © 2010 jOpenDocument All Rights Reserved.