OfficeImageEffects class

OfficeImageEffects class

Represents effects that can be applied to an image watermark for an office content.

The OfficeImageEffects type exposes the following members:

Properties

Property Description
border_line_format The line format settings for the image border. Returns an instance of OfficeLineFormat representing the shape line format.
brightness The brightness of the picture. Must be a number from 0.0 (dimmest) to 1.0 (brightest). The default value is 0.5.
chroma_key The color value of the image that will be treated as transparent.
contrast The contrast for the specified picture. Must be a float between 0.0 (least contrast) and 1.0 (greatest contrast). Default is 0.5.
gray_scale The property indicates whether a picture will be displayed in grayscale mode. The default value is False.

See Also