Uses of Interface
org.apache.poi.sl.usermodel.Shape

Packages that use Shape
org.apache.poi.sl.usermodel   
 

Uses of Shape in org.apache.poi.sl.usermodel
 

Subinterfaces of Shape in org.apache.poi.sl.usermodel
 interface AutoShape
           
 interface Background
           
 interface Line
           
 interface Picture
           
 interface SimpleShape
           
 interface TextBox
           
 

Methods in org.apache.poi.sl.usermodel that return Shape
 Shape Shape.getParent()
           
 Shape[] ShapeContainer.getShapes()
           
 

Methods in org.apache.poi.sl.usermodel with parameters of type Shape
 void ShapeContainer.addShape(Shape shape)
           
 boolean ShapeContainer.removeShape(Shape shape)
           
 



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