Uses of Class
org.apache.poi.sl.usermodel.ShapeType
-
Packages that use ShapeType Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of ShapeType in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return ShapeType Modifier and Type Method Description ShapeType
HSLFGroupShape. getShapeType()
Return type of the shape.ShapeType
HSLFPictureShape. getShapeType()
ShapeType
HSLFShape. getShapeType()
Methods in org.apache.poi.hslf.usermodel with parameters of type ShapeType Modifier and Type Method Description protected EscherContainerRecord
HSLFAutoShape. createSpContainer(ShapeType shapeType, boolean isChild)
void
HSLFShape. setShapeType(ShapeType type)
Constructors in org.apache.poi.hslf.usermodel with parameters of type ShapeType Constructor Description HSLFAutoShape(ShapeType type)
HSLFAutoShape(ShapeType type, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
-
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 ShapeType
ShapeType. forId(int id, boolean isOoxmlId)
ShapeType
SimpleShape. getShapeType()
static ShapeType
ShapeType. 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 void
SimpleShape. setShapeType(ShapeType type)
-
Uses of ShapeType in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return ShapeType Modifier and Type Method Description ShapeType
XSLFGraphicFrame. getShapeType()
ShapeType
XSLFSimpleShape. getShapeType()
Methods in org.apache.poi.xslf.usermodel with parameters of type ShapeType Modifier and Type Method Description void
XSLFSimpleShape. setShapeType(ShapeType type)
-