Uses of Interface
org.apache.poi.ss.usermodel.ShapeContainer
-
Packages that use ShapeContainer Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.extractor org.apache.poi.ss.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, 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.
-