public final class PresentationWatermarkMasterSlideOptions extends PresentationWatermarkBaseSlideOptions
Learn more:
See the usage examples in
.PresentationWatermarkBaseSlideOptions
Constructor and Description |
---|
PresentationWatermarkMasterSlideOptions()
Initializes a new instance of the
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()
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.