Class SheetImageWrapper

java.lang.Object
com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
com.vaadin.flow.component.spreadsheet.SheetImageWrapper
All Implemented Interfaces:
Serializable

public class SheetImageWrapper extends SheetOverlayWrapper implements Serializable
SheetImageWrapper is an utility class of the Spreadsheet component. In addition to the image resource, this wrapper contains the images visibility state, position and size.
Author:
Vaadin Ltd.
See Also:
  • Constructor Details

    • SheetImageWrapper

      public SheetImageWrapper(org.apache.poi.ss.usermodel.ClientAnchor anchor, String MIMEType, byte[] data)
  • Method Details