PresentationWatermarkBaseSlideOptions class

PresentationWatermarkBaseSlideOptions class

Base class for watermark adding options to a Presentation document.

Learn more:

The PresentationWatermarkBaseSlideOptions type exposes the following members:

Properties

Property Description
alternative_text The descriptive (alternative) text that will be associated with a shape.
effects The effects applied to the watermark, specified as a PresentationImageEffects or PresentationTextEffects instance.
is_locked The property indicates whether editing of the shape in PowerPoint is forbidden. If True, shape editing is forbidden; by default False, the shape can be edited.
name The name of the shape.
protect_with_unreadable_characters The property indicating whether the text watermark characters are mixed with unreadable characters.

Fields

Field Description
DEFAULT Gets the default value for the class. (inherited from WatermarkOptions)

See Also