Package com.storedobject.office
package com.storedobject.office
-
ClassDescriptionRepresents a report based on the ODT format, allowing integration with devices for viewing or printing.Filler<T>A base class for implementing a filler for variable substitution in ODT templates.An iterator-based ODT report.ObjectFiller is a specialized implementation of the Filler class that is designed to fill or populate values from a StoredObject instance.ODT<T>The ODT class is a representation of an Open Document Template (ODT) document processor.ODT.Document<O>Represents a document.Represents an abstract base class for document elements.Represents an image element within a document.Represents a table row of a table that can be copied directly or added with array variables to the output.Represents a section within a document structure in the context of document processing.Represents a hierarchical structure of sections, where each section has a name, a reference to its parent section, and a list of child sections.Represents a table in the context of open document template (ODT) processing.Represents a cell within a table.Represents a single row within a table structure in the context of document processing.Represents a text element that can contain one or more sections and tables.ODTObjectReport<T extends StoredObject>
PDFObjectReportandODTObjectReportare used to define report logic to be used inPrintLogicDefinition.Represents a report based on the ODT format, allowing integration with devices for viewing or printing.