PresentationWatermarkLayoutSlideOptions
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)
.
Constructors
Constructor | Description |
---|---|
PresentationWatermarkLayoutSlideOptions() | Initializes a new instance of the [PresentationWatermarkOptions](../../com.groupdocs.watermark.options/presentationwatermarkoptions) class. |
Methods
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. |
PresentationWatermarkLayoutSlideOptions()
public PresentationWatermarkLayoutSlideOptions()
Initializes a new instance of the [PresentationWatermarkOptions](../../com.groupdocs.watermark.options/presentationwatermarkoptions)
class.
getLayoutSlideIndex()
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.
setLayoutSlideIndex(int value)
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. |