Package com.nomagic.magicreport
Class ODFTemplate
java.lang.Object
com.nomagic.magicreport.Template
com.nomagic.magicreport.ODFTemplate
- All Implemented Interfaces:
IObserverMessage,Serializable
ODFTemplate use for handling the ODF document. Open Document Format (ODF) is differ from other existing
template. ODF consists of many contents and resources but all of files are zipped into single file. This class
will unzip the template file at the beginning process and zip template at ending process.
- Since:
- Mar 28, 2008 1:48:19 PM
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidFinalize the output before terminate this object.Return template file.
-
Constructor Details
-
ODFTemplate
public ODFTemplate()Create ODF template. -
ODFTemplate
Create ODF template.- Parameters:
input- template file.
-
-
Method Details
-
getTemplateFile
Return template file.- Returns:
- the template file
-
finalizeOutput
public void finalizeOutput()Finalize the output before terminate this object.- Overrides:
finalizeOutputin classTemplate
-