Package org.docx4j.vml.officedrawing
Class CTLock
java.lang.Object
org.docx4j.vml.officedrawing.CTLock
- All Implemented Interfaces:
Child
Java class for CT_Lock complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Lock">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/>
<attribute name="position" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="selection" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="grouping" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="ungrouping" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="rotation" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="cropping" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="verticies" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="adjusthandles" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="text" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="aspectratio" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="shapetype" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected STTrueFalseprotected STTrueFalseprotected STTrueFalseprotected STExtprotected STTrueFalseprotected STTrueFalseprotected STTrueFalseprotected STTrueFalseprotected STTrueFalseprotected STTrueFalseprotected STTrueFalseprotected STTrueFalse -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the adjusthandles property.Gets the value of the aspectratio property.Gets the value of the cropping property.getExt()Gets the value of the ext property.Gets the value of the grouping property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the position property.Gets the value of the rotation property.Gets the value of the selection property.Gets the value of the shapetype property.getText()Gets the value of the text property.Gets the value of the ungrouping property.Gets the value of the verticies property.voidsetAdjusthandles(STTrueFalse value) Sets the value of the adjusthandles property.voidsetAspectratio(STTrueFalse value) Sets the value of the aspectratio property.voidsetCropping(STTrueFalse value) Sets the value of the cropping property.voidSets the value of the ext property.voidsetGrouping(STTrueFalse value) Sets the value of the grouping property.voidvoidsetPosition(STTrueFalse value) Sets the value of the position property.voidsetRotation(STTrueFalse value) Sets the value of the rotation property.voidsetSelection(STTrueFalse value) Sets the value of the selection property.voidsetShapetype(STTrueFalse value) Sets the value of the shapetype property.voidsetText(STTrueFalse value) Sets the value of the text property.voidsetUngrouping(STTrueFalse value) Sets the value of the ungrouping property.voidsetVerticies(STTrueFalse value) Sets the value of the verticies property.
-
Field Details
-
position
-
selection
-
grouping
-
ungrouping
-
rotation
-
cropping
-
verticies
-
adjusthandles
-
text
-
aspectratio
-
shapetype
-
ext
-
-
Constructor Details
-
CTLock
public CTLock()
-
-
Method Details
-
getPosition
Gets the value of the position property.- Returns:
- possible object is
STTrueFalse
-
setPosition
Sets the value of the position property.- Parameters:
value- allowed object isSTTrueFalse
-
getSelection
Gets the value of the selection property.- Returns:
- possible object is
STTrueFalse
-
setSelection
Sets the value of the selection property.- Parameters:
value- allowed object isSTTrueFalse
-
getGrouping
Gets the value of the grouping property.- Returns:
- possible object is
STTrueFalse
-
setGrouping
Sets the value of the grouping property.- Parameters:
value- allowed object isSTTrueFalse
-
getUngrouping
Gets the value of the ungrouping property.- Returns:
- possible object is
STTrueFalse
-
setUngrouping
Sets the value of the ungrouping property.- Parameters:
value- allowed object isSTTrueFalse
-
getRotation
Gets the value of the rotation property.- Returns:
- possible object is
STTrueFalse
-
setRotation
Sets the value of the rotation property.- Parameters:
value- allowed object isSTTrueFalse
-
getCropping
Gets the value of the cropping property.- Returns:
- possible object is
STTrueFalse
-
setCropping
Sets the value of the cropping property.- Parameters:
value- allowed object isSTTrueFalse
-
getVerticies
Gets the value of the verticies property.- Returns:
- possible object is
STTrueFalse
-
setVerticies
Sets the value of the verticies property.- Parameters:
value- allowed object isSTTrueFalse
-
getAdjusthandles
Gets the value of the adjusthandles property.- Returns:
- possible object is
STTrueFalse
-
setAdjusthandles
Sets the value of the adjusthandles property.- Parameters:
value- allowed object isSTTrueFalse
-
getText
Gets the value of the text property.- Returns:
- possible object is
STTrueFalse
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isSTTrueFalse
-
getAspectratio
Gets the value of the aspectratio property.- Returns:
- possible object is
STTrueFalse
-
setAspectratio
Sets the value of the aspectratio property.- Parameters:
value- allowed object isSTTrueFalse
-
getShapetype
Gets the value of the shapetype property.- Returns:
- possible object is
STTrueFalse
-
setShapetype
Sets the value of the shapetype property.- Parameters:
value- allowed object isSTTrueFalse
-
getExt
Gets the value of the ext property.- Returns:
- possible object is
STExt
-
setExt
Sets the value of the ext property.- Parameters:
value- allowed object isSTExt
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-