Class CTConstraint

java.lang.Object
org.docx4j.dml.diagram.CTConstraint
All Implemented Interfaces:
Child

public class CTConstraint
extends java.lang.Object
implements Child

Java class for CT_Constraint complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_Constraint">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://schemas.openxmlformats.org/drawingml/2006/diagram}AG_ConstraintAttributes"/>
       <attGroup ref="{http://schemas.openxmlformats.org/drawingml/2006/diagram}AG_ConstraintRefAttributes"/>
       <attribute name="op" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_BoolOperator" default="none" />
       <attribute name="val" type="{http://www.w3.org/2001/XMLSchema}double" default="0" />
       <attribute name="fact" type="{http://www.w3.org/2001/XMLSchema}double" default="1" />
     </restriction>
   </complexContent>
 </complexType>