Class CTLock

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

public class CTLock
extends java.lang.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>