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 interfaceHSSFShapeContainerAn interface that indicates whether a class can contain children.Classes in org.apache.poi.hssf.usermodel that implement ShapeContainer Modifier and Type Class Description classHSSFPatriarchThe patriarch is the toplevel container for shapes in a sheet.classHSSFShapeGroupA 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 voidEmbeddedExtractor. 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 interfaceDrawing<T extends Shape>High level representation of spreadsheet drawing.
-