public final class PresentationWatermarkMasterSlideOptions extends PresentationWatermarkBaseSlideOptions
Represents options when adding watermark to a Presentation document master slide.
PresentationWatermarkBaseSlideOptions
.
Constructor and Description |
---|
PresentationWatermarkMasterSlideOptions()
Initializes a new instance of the
PresentationWatermarkMasterSlideOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getMasterSlideIndex()
Gets the index of master slide to add the watermark to.
|
void |
setMasterSlideIndex(int value)
Sets the index of master slide to add the watermark to.
|
getAlternativeText, getEffects, getName, getProtectWithUnreadableCharacters, isLocked, setAlternativeText, setEffects, setLocked, setName, setProtectWithUnreadableCharacters
public PresentationWatermarkMasterSlideOptions()
Initializes a new instance of the PresentationWatermarkMasterSlideOptions
class.
public final int getMasterSlideIndex()
Gets the index of master slide to add the watermark to.
public final void setMasterSlideIndex(int value)
Sets the index of master slide to add the watermark to.
value
- The index of master slide to add the watermark to.Copyright © 2020. All rights reserved.