PresentationShapeSettings
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.contents.OfficeShapeSettings
public final class PresentationShapeSettings extends OfficeShapeSettings
Represents settings that can be applied to a shape watermark for a PowerPoint document.
| Constructor | Description |
|---|---|
| PresentationShapeSettings() | Initializes a new instance of the [PresentationShapeSettings](../../com.groupdocs.watermark.contents/presentationshapesettings) class. |
| Field | Description |
|---|---|
| UnreadableCharacter |
| Method | Description |
|---|---|
| isLocked() | Gets a value indicating whether an editing of the shape in PowerPoint is forbidden. |
| setLocked(boolean value) | Sets a value indicating whether an editing of the shape in PowerPoint is forbidden. |
| getProtectWithUnreadableCharacters() | Gets a value indicating whether the text watermark characters are mixed with unreadable characters. |
| setProtectWithUnreadableCharacters(boolean value) | Sets a value indicating whether the text watermark characters are mixed with unreadable characters. |
public PresentationShapeSettings()
Initializes a new instance of the [PresentationShapeSettings](../../com.groupdocs.watermark.contents/presentationshapesettings) class.
public static final char UnreadableCharacter
public final boolean isLocked()
Gets a value indicating whether an editing of the shape in PowerPoint is forbidden.
Returns:
boolean - true if shape editing is forbidden, false if the shape can be edited in PowerPoint.
public final void setLocked(boolean value)
Sets a value indicating whether an editing of the shape in PowerPoint is forbidden.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | true if shape editing should be forbidden, false if 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 #isLocked().isLocked() returns true.
Returns: boolean - A value indicating whether the text watermark characters are mixed with unreadable characters.
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 #isLocked().isLocked() returns true.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | A value indicating whether the text watermark characters are mixed with unreadable characters. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.