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 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, 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 interfaceDrawing<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 classSXSSFDrawingStreaming 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 classXSSFDrawingRepresents a SpreadsheetML drawingclassXSSFShapeGroupThis object specifies a group shape that represents many shapes grouped together.
-