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 | 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 a 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() |
Modifier and Type | Class and Description |
---|---|
class |
SXSSFPicture
Streaming version of Picture.
|
Modifier and Type | Method and Description |
---|---|
Shape |
SXSSFPicture.getParent() |
Modifier and Type | Class and Description |
---|---|
class |
XSSFConnector
A connection shape drawing element.
|
class |
XSSFGraphicFrame
Represents DrawingML GraphicalObjectFrame.
|
class |
XSSFObjectData
Represents binary object (i.e.
|
class |
XSSFPicture
Represents a picture shape in a SpreadsheetML drawing.
|
class |
XSSFShape
Represents a shape in a SpreadsheetML drawing.
|
class |
XSSFShapeGroup
This object specifies a group shape that represents many shapes grouped together.
|
class |
XSSFSimpleShape
Represents a shape with a predefined geometry in a SpreadsheetML drawing.
|
class |
XSSFTextBox
Represents a text box in a SpreadsheetML drawing.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.