Uses of Enum
org.docx4j.dml.diagram.STConstraintRelationship
Packages that use STConstraintRelationship
-
Uses of STConstraintRelationship in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STConstraintRelationshipModifier and TypeFieldDescriptionprotected STConstraintRelationshipCTConstraint._forprotected STConstraintRelationshipCTNumericRule._forprotected STConstraintRelationshipCTConstraint.refForMethods in org.docx4j.dml.diagram that return STConstraintRelationshipModifier and TypeMethodDescriptionstatic STConstraintRelationshipCTConstraint.getFor()Gets the value of the for property.CTNumericRule.getFor()Gets the value of the for property.CTConstraint.getRefFor()Gets the value of the refFor property.static STConstraintRelationshipReturns 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 STConstraintRelationshipModifier and TypeMethodDescriptionvoidCTConstraint.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.