com.aspose.slides
Class PictureFrameLock

java.lang.Object
  extended by com.aspose.slides.BaseShapeLock
      extended by com.aspose.slides.PictureFrameLock
All Implemented Interfaces:
IBaseShapeLock, IPictureFrameLock

public class PictureFrameLock
extends BaseShapeLock
implements IPictureFrameLock

Determines which operations are disabled on the parent PictureFrame.


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 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)
           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 setCropLocked(boolean value)
           Determines whether an image cropping is forbidden.
 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 setRotationLocked(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.
 
Methods inherited from class com.aspose.slides.BaseShapeLock
getNoLocks
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.IBaseShapeLock
getNoLocks
 

Method Detail

getGroupingLocked

public boolean getGroupingLocked()

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

Specified by:
getGroupingLocked in interface IPictureFrameLock

setGroupingLocked

public void setGroupingLocked(boolean value)

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

Specified by:
setGroupingLocked in interface IPictureFrameLock

getSelectLocked

public boolean getSelectLocked()

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

Specified by:
getSelectLocked in interface IPictureFrameLock

setSelectLocked

public void setSelectLocked(boolean value)

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

Specified by:
setSelectLocked in interface IPictureFrameLock

getRotationLocked

public boolean getRotationLocked()

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

Specified by:
getRotationLocked in interface IPictureFrameLock

setRotationLocked

public void setRotationLocked(boolean value)

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

Specified by:
setRotationLocked in interface IPictureFrameLock

getAspectRatioLocked

public boolean getAspectRatioLocked()

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

Specified by:
getAspectRatioLocked in interface IPictureFrameLock

setAspectRatioLocked

public void setAspectRatioLocked(boolean value)

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

Specified by:
setAspectRatioLocked in interface IPictureFrameLock

getPositionLocked

public boolean getPositionLocked()

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

Specified by:
getPositionLocked in interface IPictureFrameLock

setPositionLocked

public void setPositionLocked(boolean value)

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

Specified by:
setPositionLocked in interface IPictureFrameLock

getSizeLocked

public boolean getSizeLocked()

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

Specified by:
getSizeLocked in interface IPictureFrameLock

setSizeLocked

public void setSizeLocked(boolean value)

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

Specified by:
setSizeLocked in interface IPictureFrameLock

getEditPointsLocked

public boolean getEditPointsLocked()

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

Specified by:
getEditPointsLocked in interface IPictureFrameLock

setEditPointsLocked

public void setEditPointsLocked(boolean value)

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

Specified by:
setEditPointsLocked in interface IPictureFrameLock

getAdjustHandlesLocked

public boolean getAdjustHandlesLocked()

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

Specified by:
getAdjustHandlesLocked in interface IPictureFrameLock

setAdjustHandlesLocked

public void setAdjustHandlesLocked(boolean value)

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

Specified by:
setAdjustHandlesLocked in interface IPictureFrameLock

getArrowheadsLocked

public boolean getArrowheadsLocked()

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

Specified by:
getArrowheadsLocked in interface IPictureFrameLock

setArrowheadsLocked

public void setArrowheadsLocked(boolean value)

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

Specified by:
setArrowheadsLocked in interface IPictureFrameLock

getShapeTypeLocked

public boolean getShapeTypeLocked()

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

Specified by:
getShapeTypeLocked in interface IPictureFrameLock

setShapeTypeLocked

public void setShapeTypeLocked(boolean value)

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

Specified by:
setShapeTypeLocked in interface IPictureFrameLock

getCropLocked

public boolean getCropLocked()

Determines whether an image cropping is forbidden. Read/write boolean.

Specified by:
getCropLocked in interface IPictureFrameLock

setCropLocked

public void setCropLocked(boolean value)

Determines whether an image cropping is forbidden. Read/write boolean.

Specified by:
setCropLocked in interface IPictureFrameLock


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