Uses of Class
com.storedobject.office.ODT.Image
Packages that use ODT.Image
-
Uses of ODT.Image in com.storedobject.office
Methods in com.storedobject.office that return ODT.ImageModifier and TypeMethodDescriptionODT.TextElement.getImage(int index) Retrieves anImagefrom the list of images present in this instance at the specified index.Retrieves an image by its name from the list of images associated with this instance.Methods in com.storedobject.office with parameters of type ODT.ImageModifier and TypeMethodDescriptionvoidFiller.customizeImage(ODT.Image image) Allows customization of an image before it is generated.Method parameters in com.storedobject.office with type arguments of type ODT.ImageModifier 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. -
Uses of ODT.Image in com.storedobject.ui
Methods in com.storedobject.ui with parameters of type ODT.Image