PresentationWatermarkMasterSlideOptions class
PresentationWatermarkMasterSlideOptions class
Represents options when adding watermark to a Presentation document master slide.
Inheritance: PresentationWatermarkMasterSlideOptions
→
PresentationWatermarkBaseSlideOptions
→
PresentationWatermarkOptions
→
WatermarkOptions
The PresentationWatermarkMasterSlideOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the PresentationWatermarkMasterSlideOptions class. |
Properties
Property | Description |
---|---|
default | Gets the default value for the WatermarkOptions class. |
is_locked | Gets or sets a value indicating whether an editing of the shape in PowerPoint is forbidden. |
protect_with_unreadable_characters | Gets or sets a value indicating whether the text watermark characters are mixed with unreadable characters. |
name | Gets or sets the name a shape. |
alternative_text | Gets or sets the descriptive (alternative) text that will be associated with a shape. |
effects | Gets or sets a value of PresentationImageEffects or
PresentationTextEffects for effects that should be applied to the watermark. |
master_slide_index | Gets or sets the index of master slide to add the watermark to. |
Remarks
Learn more: | | |
See the usage examples in PresentationWatermarkBaseSlideOptions
.