Class ODT<T>

java.lang.Object
com.storedobject.office.ODT<T>
Type Parameters:
T - The type of the iterator element that is being processed. If no iterator is set, this is not applicable.
All Implemented Interfaces:
Executable, ContentProducer, ContentType, RequiresTransactionManager, Closeable, AutoCloseable, Runnable
Direct Known Subclasses:
AbstractODTReport

public class ODT<T> extends Object implements ContentProducer, Closeable
The ODT class is a representation of an Open Document Template (ODT) document processor. It provides various constructors and methods to handle template-based document generation using ODT format. The class extends core functionality from content-producing and closeable interfaces to streamline the process of managing document content.

If an iterator is set, the output will be generated for each element of the iterator.

Author:
Syam