PresentationWatermarkNoteSlideOptions

Inheritance: java.lang.Object, com.groupdocs.watermark.options.WatermarkOptions, com.groupdocs.watermark.options.PresentationWatermarkOptions, com.groupdocs.watermark.options.PresentationWatermarkBaseSlideOptions

public final class PresentationWatermarkNoteSlideOptions extends PresentationWatermarkBaseSlideOptions

Represents options when adding watermark to a Presentation document note slide.

Learn more:

See the usage examples in [PresentationWatermarkBaseSlideOptions](../../com.groupdocs.watermark.options/presentationwatermarkbaseslideoptions).

Constructors

Constructor Description
PresentationWatermarkNoteSlideOptions() Initializes a new instance of the [PresentationWatermarkNoteSlideOptions](../../com.groupdocs.watermark.options/presentationwatermarknoteslideoptions) class.

Methods

Method Description
getSlideIndex() Gets the index of a slide to add the watermark to note slide of it.
setSlideIndex(int value) 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. |