Uses of Class
org.apache.poi.sl.usermodel.ShapeType
-
Packages that use ShapeType Package Description org.apache.poi.sl.usermodel -
-
Uses of ShapeType in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return ShapeType Modifier and Type Method Description static ShapeTypeShapeType. forId(int id, boolean isOoxmlId)ShapeTypeSimpleShape. getShapeType()static ShapeTypeShapeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ShapeType[]ShapeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type ShapeType Modifier and Type Method Description voidSimpleShape. setShapeType(ShapeType type)
-