com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class GraphicalObjectLock

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean getAspectRatioLocked()
      Determines whether shape have to preserve aspect ratio on resizing.
      boolean getDrilldownLocked()
      Determines whether selecting subshapes of this object is forbidden.
      boolean getGroupingLocked()
      Determines whether adding this shape to a group is forbidden.
      boolean getPositionLocked()
      Determines whether moving this shape is forbidden.
      boolean getSelectLocked()
      Determines whether selecting this shape is forbidden.
      boolean getSizeLocked()
      Determines whether resizing this shape is forbidden.
      void setAspectRatioLocked(boolean value)
      Determines whether shape have to preserve aspect ratio on resizing.
      void setDrilldownLocked(boolean value)
      Determines whether selecting subshapes of this object is forbidden.
      void setGroupingLocked(boolean value)
      Determines whether adding this shape to a group is forbidden.
      void setPositionLocked(boolean value)
      Determines whether moving this shape is forbidden.
      void setSelectLocked(boolean value)
      Determines whether selecting this shape is forbidden.
      void setSizeLocked(boolean value)
      Determines whether resizing this shape is forbidden.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getGroupingLocked

        public boolean getGroupingLocked()

        Determines whether adding this shape to a group is forbidden. Read/write boolean.

        Specified by:
        getGroupingLocked in interface IGraphicalObjectLock
      • setGroupingLocked

        public void setGroupingLocked(boolean value)

        Determines whether adding this shape to a group is forbidden. Read/write boolean.

        Specified by:
        setGroupingLocked in interface IGraphicalObjectLock
      • getDrilldownLocked

        public boolean getDrilldownLocked()

        Determines whether selecting subshapes of this object is forbidden. Read/write boolean.

        Specified by:
        getDrilldownLocked in interface IGraphicalObjectLock
      • setDrilldownLocked

        public void setDrilldownLocked(boolean value)

        Determines whether selecting subshapes of this object is forbidden. Read/write boolean.

        Specified by:
        setDrilldownLocked in interface IGraphicalObjectLock
      • getSelectLocked

        public boolean getSelectLocked()

        Determines whether selecting this shape is forbidden. Read/write boolean.

        Specified by:
        getSelectLocked in interface IGraphicalObjectLock
      • setSelectLocked

        public void setSelectLocked(boolean value)

        Determines whether selecting this shape is forbidden. Read/write boolean.

        Specified by:
        setSelectLocked in interface IGraphicalObjectLock
      • getAspectRatioLocked

        public boolean getAspectRatioLocked()

        Determines whether shape have to preserve aspect ratio on resizing. Read/write boolean.

        Specified by:
        getAspectRatioLocked in interface IGraphicalObjectLock
      • setAspectRatioLocked

        public void setAspectRatioLocked(boolean value)

        Determines whether shape have to preserve aspect ratio on resizing. Read/write boolean.

        Specified by:
        setAspectRatioLocked in interface IGraphicalObjectLock
      • getPositionLocked

        public boolean getPositionLocked()

        Determines whether moving this shape is forbidden. Read/write boolean.

        Specified by:
        getPositionLocked in interface IGraphicalObjectLock
      • setPositionLocked

        public void setPositionLocked(boolean value)

        Determines whether moving this shape is forbidden. Read/write boolean.

        Specified by:
        setPositionLocked in interface IGraphicalObjectLock
      • getSizeLocked

        public boolean getSizeLocked()

        Determines whether resizing this shape is forbidden. Read/write boolean.

        Specified by:
        getSizeLocked in interface IGraphicalObjectLock
      • setSizeLocked

        public void setSizeLocked(boolean value)

        Determines whether resizing this shape is forbidden. Read/write boolean.

        Specified by:
        setSizeLocked in interface IGraphicalObjectLock