Uses of Enum
org.docx4j.dml.diagram.STElementType
Packages that use STElementType
-
Uses of STElementType in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STElementTypeModifier and TypeFieldDescriptionprotected STElementTypeCTConstraint.ptTypeprotected STElementTypeCTNumericRule.ptTypeprotected STElementTypeCTConstraint.refPtTypeFields in org.docx4j.dml.diagram with type parameters of type STElementTypeModifier and TypeFieldDescriptionprotected List<STElementType>CTForEach.ptTypeprotected List<STElementType>CTPresentationOf.ptTypeprotected List<STElementType>CTWhen.ptTypeMethods in org.docx4j.dml.diagram that return STElementTypeModifier and TypeMethodDescriptionstatic STElementTypeCTConstraint.getPtType()Gets the value of the ptType property.CTNumericRule.getPtType()Gets the value of the ptType property.CTConstraint.getRefPtType()Gets the value of the refPtType property.static STElementTypeReturns the enum constant of this type with the specified name.static STElementType[]STElementType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.diagram that return types with arguments of type STElementTypeModifier and TypeMethodDescriptionCTForEach.getPtType()Gets the value of the ptType property.CTPresentationOf.getPtType()Gets the value of the ptType property.CTWhen.getPtType()Gets the value of the ptType property.Methods in org.docx4j.dml.diagram with parameters of type STElementTypeModifier and TypeMethodDescriptionvoidCTConstraint.setPtType(STElementType value) Sets the value of the ptType property.voidCTNumericRule.setPtType(STElementType value) Sets the value of the ptType property.voidCTConstraint.setRefPtType(STElementType value) Sets the value of the refPtType property.