Package | Description |
---|---|
com.groupdocs.watermark.contents |
The namespace 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
SpreadsheetWorksheet . |
SpreadsheetWatermarkableImage |
SpreadsheetHeaderFooterSection.getImage()
Gets the image of this
SpreadsheetHeaderFooterSection . |
SpreadsheetWatermarkableImage |
SpreadsheetShape.getImage()
Gets the image of this
SpreadsheetShape . |
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
SpreadsheetWorksheet . |
void |
SpreadsheetHeaderFooterSection.setImage(SpreadsheetWatermarkableImage value)
Sets the image of this
SpreadsheetHeaderFooterSection . |
void |
SpreadsheetShape.setImage(SpreadsheetWatermarkableImage value)
Sets the image of this
SpreadsheetShape . |
Copyright © 2020. All rights reserved.