Uses of Class
org.docx4j.dml.STShapeType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STShapeType in org.docx4j.dml
Fields in org.docx4j.dml declared as STShapeType Modifier and Type Field Description protected STShapeTypeCTPresetGeometry2D. prstMethods in org.docx4j.dml that return STShapeType Modifier and Type Method Description static STShapeTypeSTShapeType. fromValue(java.lang.String v)STShapeTypeCTPresetGeometry2D. getPrst()Gets the value of the prst property.static STShapeTypeSTShapeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STShapeType[]STShapeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STShapeType Modifier and Type Method Description voidCTPresetGeometry2D. setPrst(STShapeType value)Sets the value of the prst property.