public final class PresentationShapeSettings extends OfficeShapeSettings
Represents settings that can be applied to a shape watermark for a PowerPoint content.
Constructor and Description |
---|
PresentationShapeSettings()
Initializes a new instance of the
PresentationShapeSettings 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()
Initializes a new instance of the PresentationShapeSettings
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.Copyright © 2020. All rights reserved.