Uses of Class
org.docx4j.dml.diagram.STElementType
| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
-
Uses of STElementType in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STElementType Modifier and Type Field Description protected STElementTypeCTConstraint. ptTypeprotected STElementTypeCTNumericRule. ptTypeprotected STElementTypeCTConstraint. refPtTypeFields in org.docx4j.dml.diagram with type parameters of type STElementType Modifier and Type Field Description protected java.util.List<STElementType>CTForEach. ptTypeprotected java.util.List<STElementType>CTPresentationOf. ptTypeprotected java.util.List<STElementType>CTWhen. ptTypeMethods in org.docx4j.dml.diagram that return STElementType Modifier and Type Method Description static STElementTypeSTElementType. fromValue(java.lang.String v)STElementTypeCTConstraint. getPtType()Gets the value of the ptType property.STElementTypeCTNumericRule. getPtType()Gets the value of the ptType property.STElementTypeCTConstraint. getRefPtType()Gets the value of the refPtType property.static STElementTypeSTElementType. valueOf(java.lang.String name)Returns 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 STElementType Modifier and Type Method Description java.util.List<STElementType>CTForEach. getPtType()Gets the value of the ptType property.java.util.List<STElementType>CTPresentationOf. getPtType()Gets the value of the ptType property.java.util.List<STElementType>CTWhen. getPtType()Gets the value of the ptType property.Methods in org.docx4j.dml.diagram with parameters of type STElementType Modifier and Type Method Description voidCTConstraint. 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.