public class PresentationSlideImageFillFormat extends PresentationImageFillFormat
Represents the image fill format settings for a slide in a PowerPoint document.
Modifier and Type | Method and Description |
---|---|
PresentationWatermarkableImage |
getBackgroundImage()
Gets the background image.
|
void |
setBackgroundImage(PresentationWatermarkableImage value)
Sets the background image.
|
getTileAsTexture, getTransparency, setTileAsTexture, setTransparency
public PresentationWatermarkableImage getBackgroundImage()
getBackgroundImage
in class PresentationImageFillFormat
null
if the image is not set.public void setBackgroundImage(PresentationWatermarkableImage value)
setBackgroundImage
in class PresentationImageFillFormat
value
- The background image or null
if the image should be removed.