Uses of Interface
org.apache.poi.ss.usermodel.ShapeContainer

Packages that use ShapeContainer
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.extractor   
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.streaming   
org.apache.poi.xssf.usermodel   
 

Uses of ShapeContainer in org.apache.poi.hssf.usermodel
 

Subinterfaces of ShapeContainer in org.apache.poi.hssf.usermodel
 interface HSSFShapeContainer
          An interface that indicates whether a class can contain children.
 

Classes in org.apache.poi.hssf.usermodel that implement ShapeContainer
 class HSSFPatriarch
          The patriarch is the toplevel container for shapes in a sheet.
 class HSSFShapeGroup
          A shape group may contain other shapes.
 

Uses of ShapeContainer in org.apache.poi.ss.extractor
 

Methods in org.apache.poi.ss.extractor with parameters of type ShapeContainer
protected  void EmbeddedExtractor.extractAll(ShapeContainer<?> parent, java.util.List<EmbeddedData> embeddings)
           
 

Uses of ShapeContainer in org.apache.poi.ss.usermodel
 

Subinterfaces of ShapeContainer in org.apache.poi.ss.usermodel
 interface Drawing<T extends Shape>
          High level representation of spreadsheet drawing.
 

Uses of ShapeContainer in org.apache.poi.xssf.streaming
 

Classes in org.apache.poi.xssf.streaming that implement ShapeContainer
 class SXSSFDrawing
          Streaming version of Drawing.
 

Uses of ShapeContainer in org.apache.poi.xssf.usermodel
 

Classes in org.apache.poi.xssf.usermodel that implement ShapeContainer
 class XSSFDrawing
          Represents a SpreadsheetML drawing
 class XSSFShapeGroup
          This object specifies a group shape that represents many shapes grouped together.
 



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