Class AbstractODTReport<T>

java.lang.Object
com.storedobject.office.ODT<T>
com.storedobject.office.AbstractODTReport<T>
All Implemented Interfaces:
Executable, ContentProducer, ContentType, RequiresTransactionManager, Closeable, AutoCloseable, Runnable
Direct Known Subclasses:
IteratorODTReport, ODTReport

public class AbstractODTReport<T> extends ODT<T>
Represents a report based on the ODT format, allowing integration with devices for viewing or printing. This class provides various constructors to configure the report with a device, template, or filler data, and ensures that the report is executed and viewed as per the requirements.
Author:
Syam