Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFPatriarch
The patriarch is the toplevel container for shapes in a sheet.
|
Modifier and Type | Method and Description |
---|---|
Drawing<?> |
Sheet.createDrawingPatriarch()
Creates the top-level drawing patriarch.
|
Drawing<?> |
Sheet.getDrawingPatriarch()
Return the sheet's existing drawing, or null if there isn't yet one.
|
Modifier and Type | Class and Description |
---|---|
class |
SXSSFDrawing
Streaming version of Drawing.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFDrawing
Represents a SpreadsheetML drawing
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.