com.groupdocs.watermark.options

Interfaces

Classes

com.groupdocs.watermark.options

Class PresentationWatermarkNoteSlideOptions

    • Method Detail

      • getSlideIndex

        public final int getSlideIndex()

        Gets the index of a slide to add the watermark to note slide of it.

        Returns:
        The index of slide to add the watermark to note slide of it.


        -1 means all slides.
      • setSlideIndex

        public final void setSlideIndex(int value)

        Sets the index of a slide to add the watermark to note slide of it.

        Parameters:
        value - The index of slide to add the watermark to note slide of it.


        -1 means all slides.