public final class PresentationWatermarkNoteSlideOptions extends PresentationWatermarkBaseSlideOptions
Learn more:
See the usage examples in
.PresentationWatermarkBaseSlideOptions
Constructor and Description |
---|
PresentationWatermarkNoteSlideOptions()
Initializes a new instance of the
class. |
Modifier and Type | Method and Description |
---|---|
int |
getSlideIndex()
Gets the index of a slide to add the watermark to note slide of it.
|
void |
setSlideIndex(int value)
Sets the index of a slide to add the watermark to note slide of it.
|
getAlternativeText, getEffects, getName, getProtectWithUnreadableCharacters, isLocked, setAlternativeText, setEffects, setLocked, setName, setProtectWithUnreadableCharacters
public PresentationWatermarkNoteSlideOptions()
PresentationWatermarkNoteSlideOptions
class.public final int getSlideIndex()
Gets the index of a slide to add the watermark to note slide of it.
public final void setSlideIndex(int value)
Sets the index of a slide to add the watermark to note slide of it.
value
- The index of slide to add the watermark to note slide of it.