Package org.apache.poi.xssf.streaming
Class SXSSFDrawing
- java.lang.Object
-
- org.apache.poi.xssf.streaming.SXSSFDrawing
-
-
Constructor Summary
Constructors Constructor Description SXSSFDrawing(SXSSFWorkbook workbook, XSSFDrawing drawing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientAnchorcreateAnchor(int dx1, int dy1, int dx2, int dy2, int col1, int row1, int col2, int row2)CommentcreateCellComment(ClientAnchor anchor)ObjectDatacreateObjectData(ClientAnchor anchor, int storageId, int pictureIndex)SXSSFPicturecreatePicture(ClientAnchor anchor, int pictureIndex)Iterator<XSSFShape>iterator()Spliterator<XSSFShape>spliterator()
-
-
-
Constructor Detail
-
SXSSFDrawing
public SXSSFDrawing(SXSSFWorkbook workbook, XSSFDrawing drawing)
-
-
Method Detail
-
createPicture
public SXSSFPicture createPicture(ClientAnchor anchor, int pictureIndex)
- Specified by:
createPicturein interfaceDrawing<XSSFShape>
-
createCellComment
public Comment createCellComment(ClientAnchor anchor)
- Specified by:
createCellCommentin interfaceDrawing<XSSFShape>
-
createAnchor
public ClientAnchor createAnchor(int dx1, int dy1, int dx2, int dy2, int col1, int row1, int col2, int row2)
- Specified by:
createAnchorin interfaceDrawing<XSSFShape>
-
createObjectData
public ObjectData createObjectData(ClientAnchor anchor, int storageId, int pictureIndex)
- Specified by:
createObjectDatain interfaceDrawing<XSSFShape>
-
spliterator
public Spliterator<XSSFShape> spliterator()
- Specified by:
spliteratorin interfaceIterable<XSSFShape>- Since:
- POI 5.2.0
-
-