net.sf.jooreports.templates
public class ZippedDocumentTemplate extends AbstractDocumentTemplate
The template is an "almost regular" OpenDocument file, except that the content.xml and styles.xml entries may contain FreeMarker variables and directives.
DocumentTemplate.ContentWrapper
Constructor and Description |
---|
ZippedDocumentTemplate(java.io.File file)
Deprecated.
|
ZippedDocumentTemplate(java.io.InputStream inputStream)
Deprecated.
|
ZippedDocumentTemplate(java.io.InputStream inputStream,
freemarker.template.Configuration freemarkerConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected OpenDocumentArchive |
getOpenDocumentArchive() |
createDocument, getConfigurations, setContentWrapper, setOpenDocumentSettings, setXmlEntries
public ZippedDocumentTemplate(java.io.InputStream inputStream, freemarker.template.Configuration freemarkerConfiguration) throws java.io.IOException
java.io.IOException
public ZippedDocumentTemplate(java.io.File file) throws java.io.IOException
DocumentTemplateFactory.getTemplate(File)
java.io.IOException
public ZippedDocumentTemplate(java.io.InputStream inputStream) throws java.io.IOException
DocumentTemplateFactory.getTemplate(InputStream)
java.io.IOException
protected OpenDocumentArchive getOpenDocumentArchive()
getOpenDocumentArchive
in class AbstractDocumentTemplate