Uses of Class
io.keikai.api.model.Picture.Format
-
Packages that use Picture.Format Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl 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.Format Modifier and Type Method Description static Picture.Format
SheetOperationUtil. getPictureFormat(org.zkoss.image.AImage image)
Gets the picture formatMethods in io.keikai.api with parameters of type Picture.Format Modifier and Type Method Description Picture
Range. addPicture(SheetAnchor anchor, byte[] image, Picture.Format format)
Adds picture to sheetstatic Picture
SheetOperationUtil. addPicture(Range range, byte[] binary, Picture.Format format, int widthPx, int heightPx)
Add picture to the rangestatic Picture
SheetOperationUtil. 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.Format Modifier and Type Method Description Picture
RangeImpl. 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.Format Modifier and Type Method Description static Picture.Format
Picture.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static Picture.Format[]
Picture.Format. values()
Returns an array containing the constants of this enum type, 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.Format Modifier and Type Method Description static SPicture.Format
EnumUtil. toPictureFormat(Picture.Format format)
-