PresentationSlideImageFillFormat
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.contents.OfficeImageFillFormat, com.groupdocs.watermark.contents.PresentationImageFillFormat
public class PresentationSlideImageFillFormat extends PresentationImageFillFormat
Represents the image fill format settings for a slide in a PowerPoint document.
| Method | Description |
|---|---|
| getBackgroundImage() | Gets the background image. |
| setBackgroundImage(PresentationWatermarkableImage value) | Sets the background image. |
public PresentationWatermarkableImage getBackgroundImage()
Gets the background image.
Returns:
PresentationWatermarkableImage - The background image or null if the image is not set.
public void setBackgroundImage(PresentationWatermarkableImage value)
Sets the background image.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PresentationWatermarkableImage | The background image or null if the image should be removed. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.