Uses of Interface
io.keikai.api.model.Picture
Packages that use Picture
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 in io.keikai.api
Methods in io.keikai.api that return PictureModifier 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 rangestatic PictureSheetOperationUtil.addPicture(Range range, org.zkoss.image.AImage image) Add picture to the rangeMethods in io.keikai.api with parameters of type PictureModifier and TypeMethodDescriptionvoidRange.deletePicture(Picture picture) Deletes picture that in sheetstatic voidSheetOperationUtil.deletePicture(Range range, Picture picture) Delete a picturestatic booleanSheetOperationUtil.hasPicture(Range range, Picture picture) Returns whether the range of sheet has the picturevoidRange.movePicture(SheetAnchor anchor, Picture picture) Moves picturestatic voidSheetOperationUtil.movePicture(Range range, Picture picture, int rowIndex, int columnIndex) Move a picture to specified row and column.voidRange.updatePicture(Picture picture, SheetAnchor.AnchorType anchorType) Updates picture with anchor type -
Uses of Picture in io.keikai.api.impl
Methods in io.keikai.api.impl that return PictureModifier and TypeMethodDescriptionRangeImpl.addPicture(SheetAnchor anchor, byte[] image, Picture.Format format) Methods in io.keikai.api.impl with parameters of type PictureModifier and TypeMethodDescriptionvoidRangeImpl.deletePicture(Picture picture) voidRangeImpl.movePicture(SheetAnchor anchor, Picture picture) voidRangeImpl.updatePicture(Picture picture, SheetAnchor.AnchorType anchorType) -
Uses of Picture in io.keikai.api.model
Methods in io.keikai.api.model that return types with arguments of type Picture -
Uses of Picture in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement PictureMethods in io.keikai.api.model.impl that return types with arguments of type Picture