Uses of Class
org.docx4j.dml.diagram.STConstraintType
| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
-
Uses of STConstraintType in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STConstraintType Modifier and Type Field Description protected STConstraintTypeCTConstraint. refTypeprotected STConstraintTypeCTConstraint. typeprotected STConstraintTypeCTNumericRule. typeMethods in org.docx4j.dml.diagram that return STConstraintType Modifier and Type Method Description static STConstraintTypeSTConstraintType. fromValue(java.lang.String v)STConstraintTypeCTConstraint. getRefType()Gets the value of the refType property.STConstraintTypeCTConstraint. getType()Gets the value of the type property.STConstraintTypeCTNumericRule. getType()Gets the value of the type property.static STConstraintTypeSTConstraintType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STConstraintType[]STConstraintType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.diagram with parameters of type STConstraintType Modifier and Type Method Description voidCTConstraint. setRefType(STConstraintType value)Sets the value of the refType property.voidCTConstraint. setType(STConstraintType value)Sets the value of the type property.voidCTNumericRule. setType(STConstraintType value)Sets the value of the type property.