com.groupdocs.watermark.options

Interfaces

Classes

com.groupdocs.watermark.options

Class PresentationWatermarkMasterSlideOptions

    • Method Detail

      • getMasterSlideIndex

        public final int getMasterSlideIndex()

        Gets the index of master slide to add the watermark to.

        Returns:
        The index of master slide to add the watermark to.


        -1 means all slides.
      • setMasterSlideIndex

        public final void setMasterSlideIndex(int value)

        Sets the index of master slide to add the watermark to.

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


        -1 means all slides.