PresentationWatermarkMasterSlideOptions

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

public final class PresentationWatermarkMasterSlideOptions extends PresentationWatermarkBaseSlideOptions

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

Learn more:

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

Constructors

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

Methods

Method Description
getMasterSlideIndex() Gets the index of master slide to add the watermark to.
setMasterSlideIndex(int value) Sets the index of master slide to add the watermark to.

PresentationWatermarkMasterSlideOptions()

public PresentationWatermarkMasterSlideOptions()

Initializes a new instance of the [PresentationWatermarkMasterSlideOptions](../../com.groupdocs.watermark.options/presentationwatermarkmasterslideoptions) class.

getMasterSlideIndex()

public final int getMasterSlideIndex()

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

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


-1 means all slides.

setMasterSlideIndex(int value)

public final void setMasterSlideIndex(int value)

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

Parameters:

Parameter Type Description
value int The index of master slide to add the watermark to.

-1 means all slides. |