Uses of Enum Class
org.apache.poi.sl.draw.binding.STShapeType
Packages that use STShapeType
-
Uses of STShapeType in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as STShapeTypeMethods in org.apache.poi.sl.draw.binding that return STShapeTypeModifier and TypeMethodDescriptionstatic STShapeType
CTPresetGeometry2D.getPrst()
Gets the value of the prst property.static STShapeType
Returns the enum constant of this class with the specified name.static STShapeType[]
STShapeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.sl.draw.binding with parameters of type STShapeTypeModifier and TypeMethodDescriptionvoid
CTPresetGeometry2D.setPrst
(STShapeType value) Sets the value of the prst property.