com.groupdocs.watermark.options

Interfaces

Classes

com.groupdocs.watermark.options

Class PresentationWatermarkLayoutSlideOptions

    • Constructor Detail

      • PresentationWatermarkLayoutSlideOptions

        public PresentationWatermarkLayoutSlideOptions()
        Initializes a new instance of the PresentationWatermarkOptions class.
    • Method Detail

      • getLayoutSlideIndex

        public final int getLayoutSlideIndex()

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

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


        -1 means all slides.
      • setLayoutSlideIndex

        public final void setLayoutSlideIndex(int value)

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

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


        -1 means all slides.