Uses of Interface
org.apache.poi.ss.usermodel.ShapeContainer
-
Packages that use ShapeContainer Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.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 Modifier and Type Interface Description interface
HSSFShapeContainer
An interface that indicates whether a class can contain children.Classes in org.apache.poi.hssf.usermodel that implement ShapeContainer Modifier and Type Class Description 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 Modifier and Type Method Description 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 Modifier and Type Interface Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
XSSFDrawing
Represents a SpreadsheetML drawingclass
XSSFShapeGroup
This object specifies a group shape that represents many shapes grouped together.
-