Initializes a new instance of the [PresentationWatermarkMasterSlideOptions](../../com.groupdocs.watermark.options/presentationwatermarkmasterslideoptions) class.
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. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.