Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.extractor | |
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Interface and Description |
---|---|
interface |
HSSFShapeContainer
An interface that indicates whether a class can contain children.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFPatriarch
The patriarch is the toplevel container for shapes in a sheet.
|
class |
HSSFShapeGroup
A shape group may contain other shapes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EmbeddedExtractor.extractAll(ShapeContainer<?> parent,
java.util.List<EmbeddedData> embeddings) |
Modifier and Type | Interface and Description |
---|---|
interface |
Drawing<T extends Shape>
High level representation of spreadsheet drawing.
|
Modifier and Type | Class and Description |
---|---|
class |
SXSSFDrawing
Streaming version of Drawing.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFDrawing
Represents a SpreadsheetML drawing
|
class |
XSSFShapeGroup
This object specifies a group shape that represents many shapes grouped together.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.