Uses of Class
org.apache.poi.sl.draw.binding.STTextShapeType
-
Packages that use STTextShapeType Package Description org.apache.poi.sl.draw.binding -
-
Uses of STTextShapeType in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as STTextShapeType Modifier and Type Field Description protected STTextShapeType
CTPresetTextShape. prst
Methods in org.apache.poi.sl.draw.binding that return STTextShapeType Modifier and Type Method Description static STTextShapeType
STTextShapeType. fromValue(java.lang.String v)
STTextShapeType
CTPresetTextShape. getPrst()
Gets the value of the prst property.static STTextShapeType
STTextShapeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static STTextShapeType[]
STTextShapeType. 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 STTextShapeType Modifier and Type Method Description void
CTPresetTextShape. setPrst(STTextShapeType value)
Sets the value of the prst property.
-