Package | Description |
---|---|
com.groupdocs.watermark.contents |
The package provides classes for working with documents of any supported types.
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetWatermarkableImage |
SpreadsheetImageFillFormat.getBackgroundImage()
Gets the background image.
|
SpreadsheetWatermarkableImage |
SpreadsheetWorksheet.getBackgroundImage()
Gets the background image of this
. |
SpreadsheetWatermarkableImage |
SpreadsheetHeaderFooterSection.getImage()
Gets the image of this
. |
SpreadsheetWatermarkableImage |
SpreadsheetShape.getImage()
Gets the image of this
. |
Modifier and Type | Method and Description |
---|---|
void |
SpreadsheetImageFillFormat.setBackgroundImage(SpreadsheetWatermarkableImage value)
Sets the background image.
|
void |
SpreadsheetWorksheet.setBackgroundImage(SpreadsheetWatermarkableImage value)
Sets the background image of this
. |
void |
SpreadsheetHeaderFooterSection.setImage(SpreadsheetWatermarkableImage value)
Sets the image of this
. |
void |
SpreadsheetShape.setImage(SpreadsheetWatermarkableImage value)
Sets the image of this
. |