Class GraphicFrameLocking
java.lang.Object
com.independentsoft.office.drawing.GraphicFrameLocking
The Class GraphicFrameLocking.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new graphic frame locking.Instantiates a new graphic frame locking. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanChecks if is disallow aspect ratio change.booleanChecks if is disallow grouping.booleanChecks if is disallow move.booleanChecks if is disallow resize.booleanChecks if is disallow selection.booleanChecks if is disallow selection of child shapes.voidsetDisallowAspectRatioChange(boolean disallowAspectRatioChange)Sets the disallow aspect ratio change.voidsetDisallowGrouping(boolean disallowGrouping)Sets the disallow grouping.voidsetDisallowMove(boolean disallowMove)Sets the disallow move.voidsetDisallowResize(boolean disallowResize)Sets the disallow resize.voidsetDisallowSelection(boolean disallowSelection)Sets the disallow selection.voidsetDisallowSelectionOfChildShapes(boolean disallowSelectionOfChildShapes)Sets the disallow selection of child shapes.toString()
-
Constructor Details
-
GraphicFrameLocking
public GraphicFrameLocking()Instantiates a new graphic frame locking. -
GraphicFrameLocking
Instantiates a new graphic frame locking.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
isDisallowAspectRatioChange
public boolean isDisallowAspectRatioChange()Checks if is disallow aspect ratio change.- Returns:
- true, if is disallow aspect ratio change
-
setDisallowAspectRatioChange
public void setDisallowAspectRatioChange(boolean disallowAspectRatioChange)Sets the disallow aspect ratio change.- Parameters:
disallowAspectRatioChange- the new disallow aspect ratio change
-
isDisallowSelectionOfChildShapes
public boolean isDisallowSelectionOfChildShapes()Checks if is disallow selection of child shapes.- Returns:
- true, if is disallow selection of child shapes
-
setDisallowSelectionOfChildShapes
public void setDisallowSelectionOfChildShapes(boolean disallowSelectionOfChildShapes)Sets the disallow selection of child shapes.- Parameters:
disallowSelectionOfChildShapes- the new disallow selection of child shapes
-
isDisallowGrouping
public boolean isDisallowGrouping()Checks if is disallow grouping.- Returns:
- true, if is disallow grouping
-
setDisallowGrouping
public void setDisallowGrouping(boolean disallowGrouping)Sets the disallow grouping.- Parameters:
disallowGrouping- the new disallow grouping
-
isDisallowMove
public boolean isDisallowMove()Checks if is disallow move.- Returns:
- true, if is disallow move
-
setDisallowMove
public void setDisallowMove(boolean disallowMove)Sets the disallow move.- Parameters:
disallowMove- the new disallow move
-
isDisallowResize
public boolean isDisallowResize()Checks if is disallow resize.- Returns:
- true, if is disallow resize
-
setDisallowResize
public void setDisallowResize(boolean disallowResize)Sets the disallow resize.- Parameters:
disallowResize- the new disallow resize
-
isDisallowSelection
public boolean isDisallowSelection()Checks if is disallow selection.- Returns:
- true, if is disallow selection
-
setDisallowSelection
public void setDisallowSelection(boolean disallowSelection)Sets the disallow selection.- Parameters:
disallowSelection- the new disallow selection
-