public class SpreadsheetWatermarkableImage extends WatermarkableImage
Represents an image inside an Excel document.
Constructor and Description |
---|
SpreadsheetWatermarkableImage(byte[] imageData)
Initializes a new instance of the
SpreadsheetWatermarkableImage class
using specified image data. |
add, getBytes, getHeight, getWidth
findImages, findImages, search, search
public SpreadsheetWatermarkableImage(byte[] imageData)
Initializes a new instance of the SpreadsheetWatermarkableImage
class
using specified image data.
imageData
- The array of unsigned bytes from which to create the
SpreadsheetWatermarkableImage
.Copyright © 2020. All rights reserved.