|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShapeType | |
---|---|
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 | |
---|---|
ShapeType |
HSLFShape.getShapeType()
|
ShapeType |
HSLFPictureShape.getShapeType()
|
ShapeType |
HSLFGroupShape.getShapeType()
Return type of the shape. |
Methods in org.apache.poi.hslf.usermodel with parameters of type ShapeType | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
SimpleShape.setShapeType(ShapeType type)
|
Uses of ShapeType in org.apache.poi.xslf.usermodel |
---|
Methods in org.apache.poi.xslf.usermodel that return ShapeType | |
---|---|
ShapeType |
XSLFSimpleShape.getShapeType()
|
ShapeType |
XSLFGraphicFrame.getShapeType()
|
Methods in org.apache.poi.xslf.usermodel with parameters of type ShapeType | |
---|---|
void |
XSLFSimpleShape.setShapeType(ShapeType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |