@Deprecated public class SlidesImageFillFormat extends OfficeImageFillFormat<SlidesWatermarkableImage>
Represents the image fill format settings in a PowerPoint document.
Modifier and Type | Method and Description |
---|---|
SlidesWatermarkableImage |
getBackgroundImage()
Deprecated.
Gets the background image.
|
boolean |
getTileAsTexture()
Deprecated.
Gets a value indicating whether the image is tiled across the background.
|
double |
getTransparency()
Deprecated.
Gets the transparency of the background image as a value from 0.0 (opaque) through 1.0 (fully transparent).
|
void |
setBackgroundImage(SlidesWatermarkableImage value)
Deprecated.
Sets the background image.
|
void |
setTileAsTexture(boolean value)
Deprecated.
Sets a value indicating whether the image is tiled across the background.
|
void |
setTransparency(double value)
Deprecated.
Sets the transparency of the background image as a value from 0.0 (opaque) through 1.0 (fully transparent).
|
public boolean getTileAsTexture()
Gets a value indicating whether the image is tiled across the background.
getTileAsTexture
in class OfficeImageFillFormat<SlidesWatermarkableImage>
public void setTileAsTexture(boolean value)
Sets a value indicating whether the image is tiled across the background.
setTileAsTexture
in class OfficeImageFillFormat<SlidesWatermarkableImage>
value
- True if the image is tiled across the background; otherwise, false (the image is stretched).
The default value is false.public double getTransparency()
Gets the transparency of the background image as a value from 0.0 (opaque) through 1.0 (fully transparent).
getTransparency
in class OfficeImageFillFormat<SlidesWatermarkableImage>
public void setTransparency(double value)
Sets the transparency of the background image as a value from 0.0 (opaque) through 1.0 (fully transparent).
setTransparency
in class OfficeImageFillFormat<SlidesWatermarkableImage>
value
- The transparency of the background image as a value from 0.0 (opaque) through 1.0 (fully transparent).public SlidesWatermarkableImage getBackgroundImage()
Gets the background image.
getBackgroundImage
in class OfficeImageFillFormat<SlidesWatermarkableImage>
public void setBackgroundImage(SlidesWatermarkableImage value)
Sets the background image.
setBackgroundImage
in class OfficeImageFillFormat<SlidesWatermarkableImage>
value
- The background image. Returns null if the image is not set.