@Deprecated public class SlidesSlideImageFillFormat extends SlidesImageFillFormat
Represents the image fill format settings for a slide in a PowerPoint document.
Modifier and Type | Method and Description |
---|---|
SlidesWatermarkableImage |
getBackgroundImage()
Deprecated.
Gets the background image.
|
void |
setBackgroundImage(SlidesWatermarkableImage value)
Deprecated.
Sets the background image.
|
getTileAsTexture, getTransparency, setTileAsTexture, setTransparency
public SlidesWatermarkableImage getBackgroundImage()
Gets the background image.
getBackgroundImage
in class SlidesImageFillFormat
public void setBackgroundImage(SlidesWatermarkableImage value)
Sets the background image.
setBackgroundImage
in class SlidesImageFillFormat
value
- The background image. Returns null if the image is not set.