Initializes a new instance of the [PresentationWatermarkNoteSlideOptions](../../com.groupdocs.watermark.options/presentationwatermarknoteslideoptions) class.
Sets the index of a slide to add the watermark to note slide of it.
PresentationWatermarkNoteSlideOptions()
public PresentationWatermarkNoteSlideOptions()
Initializes a new instance of the [PresentationWatermarkNoteSlideOptions](../../com.groupdocs.watermark.options/presentationwatermarknoteslideoptions) class.
getSlideIndex()
public final int getSlideIndex()
Gets the index of a slide to add the watermark to note slide of it.
Returns:
int - The index of slide to add the watermark to note slide of it.
-1 means all slides.
setSlideIndex(int value)
public final void setSlideIndex(int value)
Sets the index of a slide to add the watermark to note slide of it.
Parameters:
Parameter
Type
Description
value
int
The index of slide to add the watermark to note slide of it.
-1 means all slides. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.