PresentationSlideImageFillFormat
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.
Methods
| Method | Description | 
|---|---|
| getBackgroundImage() | Gets the background image. | 
| setBackgroundImage(PresentationWatermarkableImage value) | Sets the background image. | 
getBackgroundImage()
public PresentationWatermarkableImage getBackgroundImage()
Gets the background image.
Returns:
PresentationWatermarkableImage - The background image or null if the image is not set.
setBackgroundImage(PresentationWatermarkableImage value)
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. |