com.aspose.slides
Interface IGraphicalObjectLock

All Superinterfaces:
IBaseShapeLock
All Known Implementing Classes:
GraphicalObjectLock

public interface IGraphicalObjectLock
extends IBaseShapeLock

Determines which operations are disabled on the parent GraphicalObjectEx.


Method Summary
 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 interface com.aspose.slides.IBaseShapeLock
getNoLocks
 

Method Detail

getGroupingLocked

boolean getGroupingLocked()

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


setGroupingLocked

void setGroupingLocked(boolean value)

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


getDrilldownLocked

boolean getDrilldownLocked()

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


setDrilldownLocked

void setDrilldownLocked(boolean value)

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


getSelectLocked

boolean getSelectLocked()

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


setSelectLocked

void setSelectLocked(boolean value)

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


getAspectRatioLocked

boolean getAspectRatioLocked()

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


setAspectRatioLocked

void setAspectRatioLocked(boolean value)

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


getPositionLocked

boolean getPositionLocked()

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


setPositionLocked

void setPositionLocked(boolean value)

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


getSizeLocked

boolean getSizeLocked()

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


setSizeLocked

void setSizeLocked(boolean value)

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.