Uses of Interface
io.keikai.api.model.Picture
-
Packages that use Picture 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 in io.keikai.api
Methods in io.keikai.api that return Picture 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 rangestatic Picture
SheetOperationUtil. addPicture(Range range, org.zkoss.image.AImage image)
Add picture to the rangeMethods in io.keikai.api with parameters of type Picture Modifier and Type Method Description void
Range. deletePicture(Picture picture)
Deletes picture that in sheetstatic void
SheetOperationUtil. deletePicture(Range range, Picture picture)
Delete a picturestatic boolean
SheetOperationUtil. hasPicture(Range range, Picture picture)
Returns whether the range of sheet has the picturevoid
Range. movePicture(SheetAnchor anchor, Picture picture)
Moves picturestatic void
SheetOperationUtil. movePicture(Range range, Picture picture, int rowIndex, int columnIndex)
Move a picture to specified row and column.void
Range. 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 Picture Modifier and Type Method Description Picture
RangeImpl. addPicture(SheetAnchor anchor, byte[] image, Picture.Format format)
Methods in io.keikai.api.impl with parameters of type Picture Modifier and Type Method Description void
RangeImpl. deletePicture(Picture picture)
void
RangeImpl. movePicture(SheetAnchor anchor, Picture picture)
void
RangeImpl. 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 Modifier and Type Method Description List<Picture>
Sheet. getPictures()
-
Uses of Picture in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement Picture Modifier and Type Class Description class
PictureImpl
Methods in io.keikai.api.model.impl that return types with arguments of type Picture Modifier and Type Method Description List<Picture>
SheetImpl. getPictures()
-