com.groupdocs.watermark.options

Interfaces

Classes

com.groupdocs.watermark.options

Class SpreadsheetShapeSettings



  • public final class SpreadsheetShapeSettings
    extends OfficeShapeSettings

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

    • Constructor Detail

      • SpreadsheetShapeSettings

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

      • isLocked

        public final boolean isLocked()

        Gets a value indicating whether an editing of the shape in Excel is forbidden.

        Returns:
        If the value is true, shape editing will be forbidden. By default, the value is false, the shape can be edited in Excel.
      • setLocked

        public final void setLocked(boolean value)

        Sets a value indicating whether an editing of the shape in Excel is forbidden.

        Parameters:
        value - If the value is true, shape editing will be forbidden. By default, the value is false, the shape can be edited in Excel.