public final class PresentationWatermarkNoteSlideOptions extends PresentationWatermarkBaseSlideOptions
Represents options when adding watermark to a Presentation document note slide.
PresentationWatermarkBaseSlideOptions
.
Constructor and Description |
---|
PresentationWatermarkNoteSlideOptions()
Initializes a new instance of the
PresentationWatermarkNoteSlideOptions 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()
Initializes a new instance of the 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.Copyright © 2020. All rights reserved.