Uses of Class
org.apache.poi.xslf.usermodel.XSLFShape

Packages that use XSLFShape
org.apache.poi.xslf.usermodel   
 

Uses of XSLFShape in org.apache.poi.xslf.usermodel
 

Subclasses of XSLFShape in org.apache.poi.xslf.usermodel
 class XSLFAutoShape
          Represents a preset geometric shape.
 class XSLFConnectorShape
          Specifies a connection shape.
 class XSLFFreeformShape
          Represents a custom geometric shape.
 class XSLFGraphicFrame
           
 class XSLFGroupShape
          Represents a group shape that consists of many shapes grouped together.
 class XSLFPictureShape
           
 class XSLFSimpleShape
           
 class XSLFTable
          Represents a table in a .pptx presentation
 class XSLFTableCell
          Represents a cell of a table in a .pptx presentation
 class XSLFTextBox
           
 class XSLFTextShape
          Represents a shape that can hold text.
 

Methods in org.apache.poi.xslf.usermodel that return XSLFShape
 XSLFShape[] XSLFSheet.getShapes()
           
 XSLFShape[] XSLFGroupShape.getShapes()
           
 

Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFShape
protected  java.util.List<XSLFShape> XSLFSheet.buildShapes(org.openxmlformats.schemas.presentationml.x2006.main.CTGroupShape spTree)
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFShape
 boolean XSLFSheet.removeShape(XSLFShape xShape)
           
 boolean XSLFGroupShape.removeShape(XSLFShape xShape)
           
 



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