Class ODTObjectReport<T extends StoredObject>

java.lang.Object
com.storedobject.office.ODT<Object>
com.storedobject.office.ODTReport
com.storedobject.office.ODTObjectReport<T>
Type Parameters:
T - Type of StringBuilder class.
All Implemented Interfaces:
Executable, ContentProducer, ContentType, Closeable, AutoCloseable, Runnable

public class ODTObjectReport<T extends StoredObject> extends ODTReport
PDFObjectReport and ODTObjectReport are used to define report logic to be used in PrintLogicDefinition. The PrintLogicDefinition.getPrintLogicClassName() should return the name of the logic derived from either PDFObjectReport or ODTObjectReport.

Please note: The format for the ODT will be read from PrintLogicDefinition.getODTFormat().

Author:
Syam