Uses of Class
com.storedobject.office.Filler
Packages that use Filler
-
Uses of Filler in com.storedobject.office
Subclasses of Filler in com.storedobject.officeModifier and TypeClassDescriptionclassObjectFiller is a specialized implementation of the Filler class that is designed to fill or populate values from a StoredObject instance.Method parameters in com.storedobject.office with type arguments of type FillerModifier and TypeMethodDescriptionvoidFiller.setImageCustomizer(BiConsumer<Filler<?>, ODT.Image> imageCustomizer) Sets a customizer for images that enables tailored modifications or adjustments during their generation.final voidODT.setImageCustomizer(BiConsumer<Filler<?>, ODT.Image> imageCustomizer) Sets a customizer for images that enables tailored modifications or adjustments during their generation.voidFiller.setSectionCustomizer(BiConsumer<Filler<?>, ODT.Section> sectionCustomizer) Sets a customizer for sections that enables tailored modifications or adjustments during their generation.final voidODT.setSectionCustomizer(BiConsumer<Filler<?>, ODT.Section> sectionCustomizer) Sets a customizer for sections that enables tailored modifications or adjustments during their generation.voidFiller.setTableCustomizer(BiConsumer<Filler<?>, ODT.Table> tableCustomizer) Sets a customizer for tables that enables tailored modifications or adjustments during their generation.final voidODT.setTableCustomizer(BiConsumer<Filler<?>, ODT.Table> tableCustomizer) Sets a customizer for tables that enables tailored modifications or adjustments during their generation. -
Uses of Filler in com.storedobject.ui
Subclasses of Filler in com.storedobject.ui