Uses of Class
org.apache.poi.sl.draw.binding.STShapeType
-
Packages that use STShapeType Package Description org.apache.poi.sl.draw.binding -
-
Uses of STShapeType in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as STShapeType Modifier and Type Field Description protected STShapeType
CTPresetGeometry2D. prst
Methods in org.apache.poi.sl.draw.binding that return STShapeType Modifier and Type Method Description static STShapeType
STShapeType. fromValue(java.lang.String v)
STShapeType
CTPresetGeometry2D. getPrst()
Gets the value of the prst property.static STShapeType
STShapeType. 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.apache.poi.sl.draw.binding with parameters of type STShapeType Modifier and Type Method Description void
CTPresetGeometry2D. setPrst(STShapeType value)
Sets the value of the prst property.
-