Class CTLock

java.lang.Object
org.docx4j.vml.officedrawing.CTLock
All Implemented Interfaces:
Child

public class CTLock extends Object implements 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 Details

  • Constructor Details

    • CTLock

      public CTLock()
  • Method Details

    • getPosition

      public STTrueFalse getPosition()
      Gets the value of the position property.
      Returns:
      possible object is STTrueFalse
    • setPosition

      public void setPosition(STTrueFalse value)
      Sets the value of the position property.
      Parameters:
      value - allowed object is STTrueFalse
    • getSelection

      public STTrueFalse getSelection()
      Gets the value of the selection property.
      Returns:
      possible object is STTrueFalse
    • setSelection

      public void setSelection(STTrueFalse value)
      Sets the value of the selection property.
      Parameters:
      value - allowed object is STTrueFalse
    • getGrouping

      public STTrueFalse getGrouping()
      Gets the value of the grouping property.
      Returns:
      possible object is STTrueFalse
    • setGrouping

      public void setGrouping(STTrueFalse value)
      Sets the value of the grouping property.
      Parameters:
      value - allowed object is STTrueFalse
    • getUngrouping

      public STTrueFalse getUngrouping()
      Gets the value of the ungrouping property.
      Returns:
      possible object is STTrueFalse
    • setUngrouping

      public void setUngrouping(STTrueFalse value)
      Sets the value of the ungrouping property.
      Parameters:
      value - allowed object is STTrueFalse
    • getRotation

      public STTrueFalse getRotation()
      Gets the value of the rotation property.
      Returns:
      possible object is STTrueFalse
    • setRotation

      public void setRotation(STTrueFalse value)
      Sets the value of the rotation property.
      Parameters:
      value - allowed object is STTrueFalse
    • getCropping

      public STTrueFalse getCropping()
      Gets the value of the cropping property.
      Returns:
      possible object is STTrueFalse
    • setCropping

      public void setCropping(STTrueFalse value)
      Sets the value of the cropping property.
      Parameters:
      value - allowed object is STTrueFalse
    • getVerticies

      public STTrueFalse getVerticies()
      Gets the value of the verticies property.
      Returns:
      possible object is STTrueFalse
    • setVerticies

      public void setVerticies(STTrueFalse value)
      Sets the value of the verticies property.
      Parameters:
      value - allowed object is STTrueFalse
    • getAdjusthandles

      public STTrueFalse getAdjusthandles()
      Gets the value of the adjusthandles property.
      Returns:
      possible object is STTrueFalse
    • setAdjusthandles

      public void setAdjusthandles(STTrueFalse value)
      Sets the value of the adjusthandles property.
      Parameters:
      value - allowed object is STTrueFalse
    • getText

      public STTrueFalse getText()
      Gets the value of the text property.
      Returns:
      possible object is STTrueFalse
    • setText

      public void setText(STTrueFalse value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is STTrueFalse
    • getAspectratio

      public STTrueFalse getAspectratio()
      Gets the value of the aspectratio property.
      Returns:
      possible object is STTrueFalse
    • setAspectratio

      public void setAspectratio(STTrueFalse value)
      Sets the value of the aspectratio property.
      Parameters:
      value - allowed object is STTrueFalse
    • getShapetype

      public STTrueFalse getShapetype()
      Gets the value of the shapetype property.
      Returns:
      possible object is STTrueFalse
    • setShapetype

      public void setShapetype(STTrueFalse value)
      Sets the value of the shapetype property.
      Parameters:
      value - allowed object is STTrueFalse
    • getExt

      public STExt getExt()
      Gets the value of the ext property.
      Returns:
      possible object is STExt
    • setExt

      public void setExt(STExt value)
      Sets the value of the ext property.
      Parameters:
      value - allowed object is STExt
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      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.