Uses of Enum Class
org.apache.poi.sl.usermodel.ShapeType
Packages that use ShapeType
Package
Description
-
Uses of ShapeType in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return ShapeTypeModifier and TypeMethodDescriptionHSLFGroupShape.getShapeType()Return type of the shape.HSLFPictureShape.getShapeType()HSLFShape.getShapeType()Methods in org.apache.poi.hslf.usermodel with parameters of type ShapeTypeModifier and TypeMethodDescriptionprotected EscherContainerRecordHSLFAutoShape.createSpContainer(ShapeType shapeType, boolean isChild) voidHSLFShape.setShapeType(ShapeType type) Constructors in org.apache.poi.hslf.usermodel with parameters of type ShapeTypeModifierConstructorDescriptionHSLFAutoShape(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 ShapeTypeModifier and TypeMethodDescriptionstatic ShapeTypeShapeType.forId(int id, boolean isOoxmlId) SimpleShape.getShapeType()static ShapeTypeReturns the enum constant of this class with the specified name.static ShapeType[]ShapeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type ShapeType -
Uses of ShapeType in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return ShapeTypeMethods in org.apache.poi.xslf.usermodel with parameters of type ShapeType