Package | Description |
---|---|
org.apache.poi.xssf.eventusermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFShape> |
XSSFReader.SheetIterator.getShapes()
Returns the shapes associated with this sheet,
an empty list or null if there is an exception
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<XSSFShape> |
SXSSFDrawing.iterator() |
java.util.Spliterator<XSSFShape> |
SXSSFDrawing.spliterator() |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFShape> |
XSSFDrawing.getShapes() |
java.util.List<XSSFShape> |
XSSFDrawing.getShapes(XSSFShapeGroup groupshape) |
java.util.Iterator<XSSFShape> |
XSSFShapeGroup.iterator() |
java.util.Iterator<XSSFShape> |
XSSFDrawing.iterator() |
java.util.Spliterator<XSSFShape> |
XSSFShapeGroup.spliterator() |
java.util.Spliterator<XSSFShape> |
XSSFDrawing.spliterator() |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.