com.aspose.slides
Interface IAutoShapeLock

All Superinterfaces:
IBaseShapeLock
All Known Implementing Classes:
AutoShapeLock

public interface IAutoShapeLock
extends IBaseShapeLock

Determines which operations are disabled on the parent AutoshapeEx.


Method Summary
 boolean getAdjustHandlesLocked()
           Determines whether a changing adjust values is forbidden.
 boolean getArrowheadsLocked()
           Determines whether a changing arrowheads is forbidden.
 boolean getAspectRatioLocked()
           Determines whether a shape have to preserve aspect ratio on resizing.
 boolean getEditPointsLocked()
           Determines whether a direct changing of contour of this shape is forbidden.
 boolean getGroupingLocked()
           Determines whether an adding this shape to a group is forbidden.
 boolean getPositionLocked()
           Determines whether a moving this shape is forbidden.
 boolean getRotateLocked()
           Determines whether a changing rotation angle of this shape is forbidden.
 boolean getSelectLocked()
           Determines whether a selecting this shape is forbidden.
 boolean getShapeTypeLocked()
           Determines whether a changing of a shape type is forbidden.
 boolean getSizeLocked()
           Determines whether a resizing this shape is forbidden.
 boolean getTextLocked()
           Determines whether an editing of text is forbidden.
 void setAdjustHandlesLocked(boolean value)
           Determines whether a changing adjust values is forbidden.
 void setArrowheadsLocked(boolean value)
           Determines whether a changing arrowheads is forbidden.
 void setAspectRatioLocked(boolean value)
           Determines whether a shape have to preserve aspect ratio on resizing.
 void setEditPointsLocked(boolean value)
           Determines whether a direct changing of contour of this shape is forbidden.
 void setGroupingLocked(boolean value)
           Determines whether an adding this shape to a group is forbidden.
 void setPositionLocked(boolean value)
           Determines whether a moving this shape is forbidden.
 void setRotateLocked(boolean value)
           Determines whether a changing rotation angle of this shape is forbidden.
 void setSelectLocked(boolean value)
           Determines whether a selecting this shape is forbidden.
 void setShapeTypeLocked(boolean value)
           Determines whether a changing of a shape type is forbidden.
 void setSizeLocked(boolean value)
           Determines whether a resizing this shape is forbidden.
 void setTextLocked(boolean value)
           Determines whether an editing of text is forbidden.
 
Methods inherited from interface com.aspose.slides.IBaseShapeLock
getNoLocks
 

Method Detail

getGroupingLocked

boolean getGroupingLocked()

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


setGroupingLocked

void setGroupingLocked(boolean value)

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


getSelectLocked

boolean getSelectLocked()

Determines whether a selecting this shape is forbidden. Read-write boolean.


setSelectLocked

void setSelectLocked(boolean value)

Determines whether a selecting this shape is forbidden. Read-write boolean.


getRotateLocked

boolean getRotateLocked()

Determines whether a changing rotation angle of this shape is forbidden. Read-write boolean.


setRotateLocked

void setRotateLocked(boolean value)

Determines whether a changing rotation angle of this shape is forbidden. Read-write boolean.


getAspectRatioLocked

boolean getAspectRatioLocked()

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


setAspectRatioLocked

void setAspectRatioLocked(boolean value)

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


getPositionLocked

boolean getPositionLocked()

Determines whether a moving this shape is forbidden. Read-write boolean.


setPositionLocked

void setPositionLocked(boolean value)

Determines whether a moving this shape is forbidden. Read-write boolean.


getSizeLocked

boolean getSizeLocked()

Determines whether a resizing this shape is forbidden. Read-write boolean.


setSizeLocked

void setSizeLocked(boolean value)

Determines whether a resizing this shape is forbidden. Read-write boolean.


getEditPointsLocked

boolean getEditPointsLocked()

Determines whether a direct changing of contour of this shape is forbidden. Read-write boolean.


setEditPointsLocked

void setEditPointsLocked(boolean value)

Determines whether a direct changing of contour of this shape is forbidden. Read-write boolean.


getAdjustHandlesLocked

boolean getAdjustHandlesLocked()

Determines whether a changing adjust values is forbidden. Read-write boolean.


setAdjustHandlesLocked

void setAdjustHandlesLocked(boolean value)

Determines whether a changing adjust values is forbidden. Read-write boolean.


getArrowheadsLocked

boolean getArrowheadsLocked()

Determines whether a changing arrowheads is forbidden. Read-write boolean.


setArrowheadsLocked

void setArrowheadsLocked(boolean value)

Determines whether a changing arrowheads is forbidden. Read-write boolean.


getShapeTypeLocked

boolean getShapeTypeLocked()

Determines whether a changing of a shape type is forbidden. Read-write boolean.


setShapeTypeLocked

void setShapeTypeLocked(boolean value)

Determines whether a changing of a shape type is forbidden. Read-write boolean.


getTextLocked

boolean getTextLocked()

Determines whether an editing of text is forbidden. Read-write boolean.


setTextLocked

void setTextLocked(boolean value)

Determines whether an editing of text is forbidden. Read-write boolean.



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