public final class PresentationWatermarkLayoutSlideOptions extends PresentationWatermarkBaseSlideOptions
Represents options when adding watermark to a Presentation document layout slide.
PresentationWatermarkBaseSlideOptions
.
Constructor and Description |
---|
PresentationWatermarkLayoutSlideOptions()
Initializes a new instance of the
PresentationWatermarkOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getLayoutSlideIndex()
Gets the index of layout slide to add the watermark to.
|
void |
setLayoutSlideIndex(int value)
Sets the index of layout slide to add the watermark to.
|
getAlternativeText, getEffects, getName, getProtectWithUnreadableCharacters, isLocked, setAlternativeText, setEffects, setLocked, setName, setProtectWithUnreadableCharacters
public PresentationWatermarkLayoutSlideOptions()
Initializes a new instance of the PresentationWatermarkOptions
class.
public final int getLayoutSlideIndex()
Gets the index of layout slide to add the watermark to.
public final void setLayoutSlideIndex(int value)
Sets the index of layout slide to add the watermark to.
value
- The index of layout slide to add the watermark to.Copyright © 2020. All rights reserved.