PresentationWatermarkLayoutSlideOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.options.WatermarkOptions, com.groupdocs.watermark.options.PresentationWatermarkOptions, com.groupdocs.watermark.options.PresentationWatermarkBaseSlideOptions
public final class PresentationWatermarkLayoutSlideOptions extends PresentationWatermarkBaseSlideOptions
Represents options when adding watermark to a Presentation document layout slide.
Learn more:
See the usage examples in [PresentationWatermarkBaseSlideOptions](../../com.groupdocs.watermark.options/presentationwatermarkbaseslideoptions).
| Constructor | Description |
|---|---|
| PresentationWatermarkLayoutSlideOptions() | Initializes a new instance of the [PresentationWatermarkOptions](../../com.groupdocs.watermark.options/presentationwatermarkoptions) class. |
| Method | Description |
|---|---|
| getLayoutSlideIndex() | Gets the index of layout slide to add the watermark to. |
| setLayoutSlideIndex(int value) | Sets the index of layout slide to add the watermark to. |
public PresentationWatermarkLayoutSlideOptions()
Initializes a new instance of the [PresentationWatermarkOptions](../../com.groupdocs.watermark.options/presentationwatermarkoptions) class.
public final int getLayoutSlideIndex()
Gets the index of layout slide to add the watermark to.
Returns: int - The index of layout slide to add the watermark to.
-1 means all slides.
public final void setLayoutSlideIndex(int value)
Sets the index of layout slide to add the watermark to.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The index of layout 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.