public final class PresentationShapeSettings extends OfficeShapeSettings
Represents settings that can be applied to a shape watermark for a PowerPoint document.
| Modifier and Type | Field and Description |
|---|---|
static char |
UnreadableCharacter |
| 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, setNamepublic static final char UnreadableCharacter
public PresentationShapeSettings()
PresentationShapeSettings class.public final boolean getProtectWithUnreadableCharacters()
This protection applies only when the returns isLocked()true.
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 void setProtectWithUnreadableCharacters(boolean value)
This protection applies only when the returns isLocked()true.
value - A value indicating whether the text watermark characters are mixed with unreadable characters.Copyright © 2026. All rights reserved.