Uses of Class
org.apache.poi.sl.usermodel.ShapeType

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 HSLFGroupShape.getShapeType()
          Return type of the shape.
 ShapeType HSLFShape.getShapeType()
           
 

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 XSLFGraphicFrame.getShapeType()
           
 ShapeType XSLFSimpleShape.getShapeType()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type ShapeType
 void XSLFSimpleShape.setShapeType(ShapeType type)
           
 



Copyright 2015 The Apache Software Foundation or its licensors, as applicable.