Package com.nomagic.magicreport
Class OOXMLTemplate
java.lang.Object
com.nomagic.magicreport.Template
com.nomagic.magicreport.OOXMLTemplate
- All Implemented Interfaces:
IObserverMessage,Serializable
OOXMLTemplate use for handling the OOXML document.
- Since:
- Oct 19, 2009 1:48:19 PM
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidFinalize the output before terminate this object.voidManually call this method for real finalize.Return template file.
-
Constructor Details
-
OOXMLTemplate
public OOXMLTemplate()Create OOXML template. -
OOXMLTemplate
Create OOXML 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. This method do nothing because we still need to hold a reference of OOXML file for later processing.- Overrides:
finalizeOutputin classTemplate
-
finalizeOutputLater
public void finalizeOutputLater()Manually call this method for real finalize.
-