Uses of Interface
org.apache.poi.ss.usermodel.ShapeContainer
Packages that use ShapeContainer
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of ShapeContainer in org.apache.poi.hssf.usermodel
Subinterfaces of ShapeContainer in org.apache.poi.hssf.usermodelModifier and TypeInterfaceDescriptioninterface
An interface that indicates whether a class can contain children.Classes in org.apache.poi.hssf.usermodel that implement ShapeContainerModifier and TypeClassDescriptionfinal class
The patriarch is the toplevel container for shapes in a sheet.class
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 ShapeContainerModifier and TypeMethodDescriptionprotected 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 -
Uses of ShapeContainer in org.apache.poi.xssf.streaming
Classes in org.apache.poi.xssf.streaming that implement ShapeContainer -
Uses of ShapeContainer in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement ShapeContainerModifier and TypeClassDescriptionfinal class
Represents a SpreadsheetML drawingfinal class
This object specifies a group shape that represents many shapes grouped together.