com.groupdocs.watermark.contents

Interfaces

Classes

com.groupdocs.watermark.contents

Class PresentationShapeSettings



  • public final class PresentationShapeSettings
    extends OfficeShapeSettings

    Represents settings that can be applied to a shape watermark for a PowerPoint document.

    • Constructor Detail

      • PresentationShapeSettings

        public PresentationShapeSettings()
        Initializes a new instance of the PresentationShapeSettings class.
    • Method Detail

      • isLocked

        public final boolean isLocked()
        Gets a value indicating whether an editing of the shape in PowerPoint is forbidden.
        Returns:
        true if shape editing is forbidden, false if the shape can be edited in PowerPoint.
      • setLocked

        public final void setLocked(boolean value)
        Sets a value indicating whether an editing of the shape in PowerPoint is forbidden.
        Parameters:
        value - true if shape editing should be forbidden, false if the shape can be edited in PowerPoint.
      • getProtectWithUnreadableCharacters

        public final boolean getProtectWithUnreadableCharacters()
        Gets a value indicating whether the text watermark characters are mixed with unreadable characters.

        This protection applies only when the PresentationShapeSettings.isLocked() returns true.

        Returns:
        A value indicating whether the text watermark characters are mixed with unreadable characters.
      • setProtectWithUnreadableCharacters

        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 PresentationShapeSettings.isLocked() returns true.

        Parameters:
        value - A value indicating whether the text watermark characters are mixed with unreadable characters.