Class ShapeLocking
java.lang.Object
com.independentsoft.office.drawing.ShapeLocking
The Class ShapeLocking.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new shape locking.ShapeLocking(InternalXMLStreamReader reader)Instantiates a new shape locking. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanChecks if is disallow arrowhead changes.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 rotation.booleanChecks if is disallow selection.booleanChecks if is disallow shape point editing.booleanChecks if is disallow shape type change.booleanChecks if is disallow showing adjust handles.booleanChecks if is disallow text editing.voidsetDisallowArrowheadChanges(boolean disallowArrowheadChanges)Sets the disallow arrowhead changes.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.voidsetDisallowRotation(boolean disallowRotation)Sets the disallow rotation.voidsetDisallowSelection(boolean disallowSelection)Sets the disallow selection.voidsetDisallowShapePointEditing(boolean disallowShapePointEditing)Sets the disallow shape point editing.voidsetDisallowShapeTypeChange(boolean disallowShapeTypeChange)Sets the disallow shape type change.voidsetDisallowShowingAdjustHandles(boolean disallowShowingAdjustHandles)Sets the disallow showing adjust handles.voidsetDisallowTextEditing(boolean disallowTextEditing)Sets the disallow text editing.toString()
-
Constructor Details
-
ShapeLocking
public ShapeLocking()Instantiates a new shape locking. -
ShapeLocking
Instantiates a new shape locking.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
isDisallowShowingAdjustHandles
public boolean isDisallowShowingAdjustHandles()Checks if is disallow showing adjust handles.- Returns:
- true, if is disallow showing adjust handles
-
setDisallowShowingAdjustHandles
public void setDisallowShowingAdjustHandles(boolean disallowShowingAdjustHandles)Sets the disallow showing adjust handles.- Parameters:
disallowShowingAdjustHandles- the new disallow showing adjust handles
-
isDisallowArrowheadChanges
public boolean isDisallowArrowheadChanges()Checks if is disallow arrowhead changes.- Returns:
- true, if is disallow arrowhead changes
-
setDisallowArrowheadChanges
public void setDisallowArrowheadChanges(boolean disallowArrowheadChanges)Sets the disallow arrowhead changes.- Parameters:
disallowArrowheadChanges- the new disallow arrowhead changes
-
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
-
isDisallowShapeTypeChange
public boolean isDisallowShapeTypeChange()Checks if is disallow shape type change.- Returns:
- true, if is disallow shape type change
-
setDisallowShapeTypeChange
public void setDisallowShapeTypeChange(boolean disallowShapeTypeChange)Sets the disallow shape type change.- Parameters:
disallowShapeTypeChange- the new disallow shape type change
-
isDisallowTextEditing
public boolean isDisallowTextEditing()Checks if is disallow text editing.- Returns:
- true, if is disallow text editing
-
setDisallowTextEditing
public void setDisallowTextEditing(boolean disallowTextEditing)Sets the disallow text editing.- Parameters:
disallowTextEditing- the new disallow text editing
-
isDisallowShapePointEditing
public boolean isDisallowShapePointEditing()Checks if is disallow shape point editing.- Returns:
- true, if is disallow shape point editing
-
setDisallowShapePointEditing
public void setDisallowShapePointEditing(boolean disallowShapePointEditing)Sets the disallow shape point editing.- Parameters:
disallowShapePointEditing- the new disallow shape point editing
-
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
-
isDisallowRotation
public boolean isDisallowRotation()Checks if is disallow rotation.- Returns:
- true, if is disallow rotation
-
setDisallowRotation
public void setDisallowRotation(boolean disallowRotation)Sets the disallow rotation.- Parameters:
disallowRotation- the new disallow rotation
-
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
-