Uses of Class
com.storedobject.office.ODT
Packages that use ODT
-
Uses of ODT in com.storedobject.office
Subclasses of ODT in com.storedobject.officeModifier and TypeClassDescriptionclassRepresents a report based on the ODT format, allowing integration with devices for viewing or printing.classAn iterator-based ODT report.classODTObjectReport<T extends StoredObject>PDFObjectReportandODTObjectReportare used to define report logic to be used inPrintLogicDefinition.classRepresents a report based on the ODT format, allowing integration with devices for viewing or printing.Methods in com.storedobject.office that return ODTModifier and TypeMethodDescriptionfinal ODT<?> Filler.getODT()Gets the ODT instance currently associated with this filler.Methods in com.storedobject.office with parameters of type ODT -
Uses of ODT in com.storedobject.ui.report
Methods in com.storedobject.ui.report that return ODTConstructors in com.storedobject.ui.report with parameters of type ODTModifierConstructorDescriptionSectionSelector(ODT<?> odt) SectionSelector(ODT<?> odt, boolean windowMode) SectionSelector(String caption, ODT<?> odt) SectionSelector(String caption, ODT<?> odt, boolean windowMode) SectionSelector(String caption, ODT<?> odt, Function<ODT.SectionName, String> nameFunction) SectionSelector(String caption, ODT<?> odt, Function<ODT.SectionName, String> nameFunction, boolean windowMode)