Class LockedCanvas

java.lang.Object
com.independentsoft.office.drawing.GraphicObject
com.independentsoft.office.drawing.LockedCanvas
All Implemented Interfaces:
IContentElement

public class LockedCanvas extends GraphicObject
The Class LockedCanvas.
  • Constructor Details

  • Method Details

    • getContentElements

      public List<IContentElement> getContentElements()
      Specified by:
      getContentElements in interface IContentElement
      Specified by:
      getContentElements in class GraphicObject
    • clone

      public LockedCanvas clone()
      Specified by:
      clone in interface IContentElement
      Specified by:
      clone in class GraphicObject
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getShapeProperties

      public GroupShapeProperties getShapeProperties()
      Gets the shape properties.
      Returns:
      the shape properties
    • getElements

      public List<IGroupElement> getElements()
      Gets the elements.
      Returns:
      the elements
    • getLocking

      public GroupShapeLocking getLocking()
      Gets the locking.
      Returns:
      the locking
    • setLocking

      public void setLocking(GroupShapeLocking locking)
      Sets the locking.
      Parameters:
      locking - the new locking
    • getID

      public String getID()
      Gets the id.
      Returns:
      the id
    • setID

      public void setID(String id)
      Sets the id.
      Parameters:
      id - the new id
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the new description
    • isHidden

      public boolean isHidden()
      Checks if is hidden.
      Returns:
      true, if is hidden
    • setHidden

      public void setHidden(boolean isHidden)
      Sets the hidden.
      Parameters:
      isHidden - the new hidden