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 STShapeTypeCTPresetGeometry2D. prstMethods in org.apache.poi.sl.draw.binding 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.apache.poi.sl.draw.binding with parameters of type STShapeType Modifier and Type Method Description voidCTPresetGeometry2D. setPrst(STShapeType value)Sets the value of the prst property.
-