| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
HSSFCombobox |
class |
HSSFComment
Represents a cell comment - a sticky note associated with a cell.
|
class |
HSSFObjectData
Represents binary object (i.e.
|
class |
HSSFPicture
Represents an escher picture.
|
class |
HSSFPolygon |
class |
HSSFShape
An abstract shape.
|
class |
HSSFShapeGroup
A shape group may contain other shapes.
|
class |
HSSFSimpleShape
Represents a simple shape such as a line, rectangle or oval.
|
class |
HSSFTextbox
A textbox is a shape that may hold a rich text string.
|
| Modifier and Type | Method and Description |
|---|---|
Shape |
EmbeddedData.getShape() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedData.setShape(Shape shape)
Sets the shape which links to the embedded object
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Drawing<T extends Shape>
High level representation of spreadsheet drawing.
|
interface |
ShapeContainer<T extends Shape>
A common interface for shape groups.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectData
Common interface for OLE shapes, i.e.
|
interface |
Picture
Repersents a picture in a SpreadsheetML document
|
interface |
SimpleShape
A common interface for simple shapes.
|
| Modifier and Type | Method and Description |
|---|---|
Shape |
Shape.getParent() |