PresentationSlideImageFillFormat class

PresentationSlideImageFillFormat class

Represents the image fill format settings for a slide in a PowerPoint document.

The PresentationSlideImageFillFormat type exposes the following members:

Properties

Property Description
background_image The background image. Returns None if the image is not set.
tile_as_texture The tile_as_texture property indicates whether the image is tiled across the background. True if the image is tiled across the background; otherwise, False (the image is stretched). The default value is False. (inherited from PresentationImageFillFormat)
transparency The transparency of the background image as a value from 0.0 (opaque) through 1.0 (fully transparent). (inherited from PresentationImageFillFormat)

See Also