Uses of Class
org.docx4j.dml.diagram.STConstraintRelationship
| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
-
Uses of STConstraintRelationship in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STConstraintRelationship Modifier and Type Field Description protected STConstraintRelationshipCTConstraint. _forprotected STConstraintRelationshipCTNumericRule. _forprotected STConstraintRelationshipCTConstraint. refForMethods in org.docx4j.dml.diagram that return STConstraintRelationship Modifier and Type Method Description static STConstraintRelationshipSTConstraintRelationship. fromValue(java.lang.String v)STConstraintRelationshipCTConstraint. getFor()Gets the value of the for property.STConstraintRelationshipCTNumericRule. getFor()Gets the value of the for property.STConstraintRelationshipCTConstraint. getRefFor()Gets the value of the refFor property.static STConstraintRelationshipSTConstraintRelationship. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STConstraintRelationship[]STConstraintRelationship. 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 STConstraintRelationship Modifier and Type Method Description voidCTConstraint. setFor(STConstraintRelationship value)Sets the value of the for property.voidCTNumericRule. setFor(STConstraintRelationship value)Sets the value of the for property.voidCTConstraint. setRefFor(STConstraintRelationship value)Sets the value of the refFor property.