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 ShapeTypeHSLFGroupShape. getShapeType()Return type of the shape.ShapeTypeHSLFPictureShape. getShapeType()ShapeTypeHSLFShape. getShapeType()Methods in org.apache.poi.hslf.usermodel with parameters of type ShapeType Modifier and Type Method Description protected EscherContainerRecordHSLFAutoShape. createSpContainer(ShapeType shapeType, boolean isChild)voidHSLFShape. 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 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) -
Uses of ShapeType in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return ShapeType Modifier and Type Method Description ShapeTypeXSLFGraphicFrame. getShapeType()ShapeTypeXSLFSimpleShape. getShapeType()Methods in org.apache.poi.xslf.usermodel with parameters of type ShapeType Modifier and Type Method Description voidXSLFSimpleShape. setShapeType(ShapeType type)
-