public final class PresentationShapeSettings extends OfficeShapeSettings
Represents settings that can be applied to a shape watermark for a PowerPoint document.
Constructor and Description |
---|
PresentationShapeSettings()
Initializes a new instance of the
class. |
Modifier and Type | Method and Description |
---|---|
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 |
setLocked(boolean value)
Sets a value indicating whether an editing of the shape in PowerPoint is forbidden.
|
void |
setProtectWithUnreadableCharacters(boolean value)
Sets a value indicating whether the text watermark characters are mixed with unreadable characters.
|
getAlternativeText, getName, setAlternativeText, setName
public PresentationShapeSettings()
PresentationShapeSettings
class.public final boolean isLocked()
true
if shape editing is forbidden,
false
if the shape can be edited in PowerPoint.public final void setLocked(boolean value)
value
- true
if shape editing should be forbidden,
false
if the shape can be edited in PowerPoint.public final boolean getProtectWithUnreadableCharacters()
This protection applies only when the
returns PresentationShapeSettings.isLocked()
true
.
public final void setProtectWithUnreadableCharacters(boolean value)
This protection applies only when the
returns PresentationShapeSettings.isLocked()
true
.
value
- A value indicating whether the text watermark characters are mixed with unreadable characters.