public abstract class PresentationWatermarkBaseSlideOptions extends PresentationWatermarkOptions
Base class for watermark adding options to a Presentation document.
Modifier | Constructor and Description |
---|---|
protected |
PresentationWatermarkBaseSlideOptions()
Initializes a new instance of the
PresentationWatermarkBaseSlideOptions class. |
Modifier and Type | Method and Description |
---|---|
String |
getAlternativeText()
Gets the descriptive (alternative) text that will be associated with a shape.
|
IPresentationWatermarkEffects |
getEffects()
Gets or sets a value of
PresentationImageEffects or
PresentationTextEffects for effects that should be applied to the watermark. |
String |
getName()
Gets the name a shape.
|
boolean |
getProtectWithUnreadableCharacters()
Gets a value indicating whether the text watermark characters are mixed with
unreadable characters.
|
boolean |
isLocked()
Gets a value indicating whether an editing of the shape in PowerPoint is forbidden.
|
void |
setAlternativeText(String value)
Sets the descriptive (alternative) text that will be associated with a shape.
|
void |
setEffects(IPresentationWatermarkEffects value)
Gets or sets a value of
PresentationImageEffects or
PresentationTextEffects for effects that should be applied to the watermark. |
void |
setLocked(boolean value)
Sets a value indicating whether an editing of the shape in PowerPoint is forbidden.
|
void |
setName(String value)
Sets the name a shape.
|
void |
setProtectWithUnreadableCharacters(boolean value)
Sets a value indicating whether the text watermark characters are mixed with
unreadable characters.
|
protected PresentationWatermarkBaseSlideOptions()
Initializes a new instance of the PresentationWatermarkBaseSlideOptions
class.
public final boolean isLocked()
Gets a value indicating whether an editing of the shape in PowerPoint is forbidden.
public final void setLocked(boolean value)
Sets a value indicating whether an editing of the shape in PowerPoint is forbidden.
value
- If the value is true, shape editing will be forbidden.
By default, the value is false, the shape can be edited in PowerPoint.public final boolean getProtectWithUnreadableCharacters()
Gets a value indicating whether the text watermark characters are mixed with
unreadable characters. This protection applies only when the value of
IsLocked
property is true
.
public final void setProtectWithUnreadableCharacters(boolean value)
Sets a value indicating whether the text watermark characters are mixed with
unreadable characters. This protection applies only when the value of
IsLocked
property is true
.
value
- A value indicating whether the text watermark characters are mixed with unreadable characters.public final String getName()
Gets the name a shape.
public final void setName(String value)
Sets the name a shape.
value
- The shape name.public final String getAlternativeText()
Gets the descriptive (alternative) text that will be associated with a shape.
public final void setAlternativeText(String value)
Sets the descriptive (alternative) text that will be associated with a shape.
value
- The descriptive (alternative) text that will be associated with a shape.public final IPresentationWatermarkEffects getEffects()
Gets or sets a value of PresentationImageEffects
or
PresentationTextEffects
for effects that should be applied to the watermark.
public final void setEffects(IPresentationWatermarkEffects value)
Gets or sets a value of PresentationImageEffects
or
PresentationTextEffects
for effects that should be applied to the watermark.
Copyright © 2020. All rights reserved.