Uses of Enum Class
org.apache.poi.sl.draw.binding.STTextShapeType
Packages that use STTextShapeType
-
Uses of STTextShapeType in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as STTextShapeTypeMethods in org.apache.poi.sl.draw.binding that return STTextShapeTypeModifier and TypeMethodDescriptionstatic STTextShapeType
CTPresetTextShape.getPrst()
Gets the value of the prst property.static STTextShapeType
Returns the enum constant of this class with the specified name.static STTextShapeType[]
STTextShapeType.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 STTextShapeTypeModifier and TypeMethodDescriptionvoid
CTPresetTextShape.setPrst
(STTextShapeType value) Sets the value of the prst property.