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