PresentationImageFillFormat class

PresentationImageFillFormat class

Represents the image fill format settings in a PowerPoint document.

The PresentationImageFillFormat 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.
transparency The transparency of the background image as a value from 0.0 (opaque) through 1.0 (fully transparent).

See Also