com.aspose.slides
Class PictureFrameLockEx

java.lang.Object
  extended by com.aspose.slides.BaseShapeLockEx
      extended by com.aspose.slides.PictureFrameLockEx

public class PictureFrameLockEx
extends BaseShapeLockEx

Determines which operations are disabled on the parent PictureFrameEx.


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 getCropLocked()
           Determines whether an image cropping is forbidden.
 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 getNoAdjustHandles()
          Deprecated. 
 boolean getNoChangeArrowheads()
          Deprecated. 
 boolean getNoChangeAspect()
          Deprecated. 
 boolean getNoChangeShapeType()
          Deprecated. 
 boolean getNoCrop()
          Deprecated. 
 boolean getNoEditPoints()
          Deprecated. 
 boolean getNoGroup()
          Deprecated. 
 boolean getNoMove()
          Deprecated. 
 boolean getNoResize()
          Deprecated. 
 boolean getNoRotate()
          Deprecated. 
 boolean getNoSelect()
          Deprecated. 
 boolean getPositionLocked()
           Determines whether a moving this shape is forbidden.
 boolean getRotationLocked()
           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.
 void setAdjustHandlesLocked(boolean value)
           
 void setArrowheadsLocked(boolean value)
           
 void setAspectRatioLocked(boolean value)
           
 void setCropLocked(boolean value)
           
 void setEditPointsLocked(boolean value)
           
 void setGroupingLocked(boolean value)
           
 void setNoAdjustHandles(boolean value)
          Deprecated. 
 void setNoChangeArrowheads(boolean value)
          Deprecated. 
 void setNoChangeAspect(boolean value)
          Deprecated. 
 void setNoChangeShapeType(boolean value)
          Deprecated. 
 void setNoCrop(boolean value)
          Deprecated. 
 void setNoEditPoints(boolean value)
          Deprecated. 
 void setNoGroup(boolean value)
          Deprecated. 
 void setNoMove(boolean value)
          Deprecated. 
 void setNoResize(boolean value)
          Deprecated. 
 void setNoRotate(boolean value)
          Deprecated. 
 void setNoSelect(boolean value)
          Deprecated. 
 void setPositionLocked(boolean value)
           
 void setRotationLocked(boolean value)
           
 void setSelectLocked(boolean value)
           
 void setShapeTypeLocked(boolean value)
           
 void setSizeLocked(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGroupingLocked

public boolean getGroupingLocked()

Determines whether an adding this shape to a group is forbidden.


setGroupingLocked

public void setGroupingLocked(boolean value)

getNoGroup

@Deprecated
public boolean getNoGroup()
Deprecated. 

Determines whether an adding this shape to a group is forbidden.


setNoGroup

@Deprecated
public void setNoGroup(boolean value)
Deprecated. 


getSelectLocked

public boolean getSelectLocked()

Determines whether a selecting this shape is forbidden.


setSelectLocked

public void setSelectLocked(boolean value)

getNoSelect

@Deprecated
public boolean getNoSelect()
Deprecated. 

Determines whether a selecting this shape is forbidden.


setNoSelect

@Deprecated
public void setNoSelect(boolean value)
Deprecated. 


getRotationLocked

public boolean getRotationLocked()

Determines whether a changing rotation angle of this shape is forbidden.


setRotationLocked

public void setRotationLocked(boolean value)

getNoRotate

@Deprecated
public boolean getNoRotate()
Deprecated. 

Determines whether a changing rotation angle of this shape is forbidden.


setNoRotate

@Deprecated
public void setNoRotate(boolean value)
Deprecated. 


getAspectRatioLocked

public boolean getAspectRatioLocked()

Determines whether a shape have to preserve aspect ratio on resizing.


setAspectRatioLocked

public void setAspectRatioLocked(boolean value)

getNoChangeAspect

@Deprecated
public boolean getNoChangeAspect()
Deprecated. 

Determines whether a shape have to preserve aspect ratio on resizing.


setNoChangeAspect

@Deprecated
public void setNoChangeAspect(boolean value)
Deprecated. 


getPositionLocked

public boolean getPositionLocked()

Determines whether a moving this shape is forbidden.


setPositionLocked

public void setPositionLocked(boolean value)

getNoMove

@Deprecated
public boolean getNoMove()
Deprecated. 

Determines whether a moving this shape is forbidden.


setNoMove

@Deprecated
public void setNoMove(boolean value)
Deprecated. 


getSizeLocked

public boolean getSizeLocked()

Determines whether a resizing this shape is forbidden.


setSizeLocked

public void setSizeLocked(boolean value)

getNoResize

@Deprecated
public boolean getNoResize()
Deprecated. 

Determines whether a resizing this shape is forbidden.


setNoResize

@Deprecated
public void setNoResize(boolean value)
Deprecated. 


getEditPointsLocked

public boolean getEditPointsLocked()

Determines whether a direct changing of contour of this shape is forbidden.


setEditPointsLocked

public void setEditPointsLocked(boolean value)

getNoEditPoints

@Deprecated
public boolean getNoEditPoints()
Deprecated. 

Determines whether a direct changing of contour of this shape is forbidden.


setNoEditPoints

@Deprecated
public void setNoEditPoints(boolean value)
Deprecated. 


getAdjustHandlesLocked

public boolean getAdjustHandlesLocked()

Determines whether a changing adjust values is forbidden.


setAdjustHandlesLocked

public void setAdjustHandlesLocked(boolean value)

getNoAdjustHandles

@Deprecated
public boolean getNoAdjustHandles()
Deprecated. 

Determines whether a changing adjust values is forbidden.


setNoAdjustHandles

@Deprecated
public void setNoAdjustHandles(boolean value)
Deprecated. 


getArrowheadsLocked

public boolean getArrowheadsLocked()

Determines whether a changing arrowheads is forbidden.


setArrowheadsLocked

public void setArrowheadsLocked(boolean value)

getNoChangeArrowheads

@Deprecated
public boolean getNoChangeArrowheads()
Deprecated. 

Determines whether a changing arrowheads is forbidden.


setNoChangeArrowheads

@Deprecated
public void setNoChangeArrowheads(boolean value)
Deprecated. 


getShapeTypeLocked

public boolean getShapeTypeLocked()

Determines whether a changing of a shape type is forbidden.


setShapeTypeLocked

public void setShapeTypeLocked(boolean value)

getNoChangeShapeType

@Deprecated
public boolean getNoChangeShapeType()
Deprecated. 

Determines whether a changing of a shape type is forbidden.


setNoChangeShapeType

@Deprecated
public void setNoChangeShapeType(boolean value)
Deprecated. 


getCropLocked

public boolean getCropLocked()

Determines whether an image cropping is forbidden.


setCropLocked

public void setCropLocked(boolean value)

getNoCrop

@Deprecated
public boolean getNoCrop()
Deprecated. 

Determines whether an image cropping is forbidden.


setNoCrop

@Deprecated
public void setNoCrop(boolean value)
Deprecated.