Uses of Enum
org.docx4j.dml.diagram.STConstraintType
Packages that use STConstraintType
-
Uses of STConstraintType in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STConstraintTypeModifier and TypeFieldDescriptionprotected STConstraintTypeCTConstraint.refTypeprotected STConstraintTypeCTConstraint.typeprotected STConstraintTypeCTNumericRule.typeMethods in org.docx4j.dml.diagram that return STConstraintTypeModifier and TypeMethodDescriptionstatic STConstraintTypeCTConstraint.getRefType()Gets the value of the refType property.CTConstraint.getType()Gets the value of the type property.CTNumericRule.getType()Gets the value of the type property.static STConstraintTypeReturns 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 STConstraintTypeModifier and TypeMethodDescriptionvoidCTConstraint.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.