Uses of Enum Class
io.keikai.api.model.Picture.Format
Packages that use Picture.Format
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
-
Uses of Picture.Format in io.keikai.api
Methods in io.keikai.api that return Picture.FormatModifier and TypeMethodDescriptionstatic Picture.FormatSheetOperationUtil.getPictureFormat(org.zkoss.image.AImage image) Gets the picture formatMethods in io.keikai.api with parameters of type Picture.FormatModifier and TypeMethodDescriptionRange.addPicture(SheetAnchor anchor, byte[] image, Picture.Format format) Adds picture to sheetstatic PictureSheetOperationUtil.addPicture(Range range, byte[] binary, Picture.Format format, int widthPx, int heightPx) Add picture to the rangestatic PictureSheetOperationUtil.addPicture(Range range, SheetAnchor anchor, byte[] binary, Picture.Format format) Add picture to the range -
Uses of Picture.Format in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Picture.FormatModifier and TypeMethodDescriptionRangeImpl.addPicture(SheetAnchor anchor, byte[] image, Picture.Format format) -
Uses of Picture.Format in io.keikai.api.model
Methods in io.keikai.api.model that return Picture.FormatModifier and TypeMethodDescriptionstatic Picture.FormatReturns the enum constant of this class with the specified name.static Picture.Format[]Picture.Format.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Picture.Format in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl with parameters of type Picture.FormatModifier and TypeMethodDescriptionstatic SPicture.FormatEnumUtil.toPictureFormat(Picture.Format format)