org.jopendocument.dom.template
Class RhinoTemplate

java.lang.Object
  extended by org.jopendocument.dom.template.EngineTemplate
      extended by org.jopendocument.dom.template.RhinoTemplate

public class RhinoTemplate
extends EngineTemplate


Constructor Summary
RhinoTemplate(File f)
           
RhinoTemplate(InputStream s)
           
RhinoTemplate(String fileName)
           
 
Method Summary
 
Methods inherited from class org.jopendocument.dom.template.EngineTemplate
createDocument, hideListItem, hideParagraph, hideSection, hideTable, hideTableRow, saveAs, setField, showListItem, showParagraph, showSection, showTable, showTableRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RhinoTemplate

public RhinoTemplate(String fileName)
              throws IOException,
                     TemplateException,
                     org.jdom.JDOMException
Throws:
IOException
TemplateException
org.jdom.JDOMException

RhinoTemplate

public RhinoTemplate(File f)
              throws IOException,
                     TemplateException,
                     org.jdom.JDOMException
Throws:
IOException
TemplateException
org.jdom.JDOMException

RhinoTemplate

public RhinoTemplate(InputStream s)
              throws IOException,
                     TemplateException,
                     org.jdom.JDOMException
Throws:
IOException
TemplateException
org.jdom.JDOMException


Copyright © 2010 jOpenDocument All Rights Reserved.