Uses of Class
org.apache.poi.xssf.usermodel.XSSFDrawing
Packages that use XSSFDrawing
-
Uses of XSSFDrawing in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return XSSFDrawingModifier and TypeMethodDescriptionSXSSFPicture.getDrawing()
SXSSFSheet.getDrawingPatriarch()
Return the sheet's existing drawing, or null if there isn't yet one.Constructors in org.apache.poi.xssf.streaming with parameters of type XSSFDrawing -
Uses of XSSFDrawing in org.apache.poi.xssf.usermodel
Fields in org.apache.poi.xssf.usermodel declared as XSSFDrawingMethods in org.apache.poi.xssf.usermodel that return XSSFDrawingModifier and TypeMethodDescriptionXSSFSheet.createDrawingPatriarch()
Create a new SpreadsheetML drawing.XSSFShape.getDrawing()
Return the drawing that owns this shapeXSSFSheet.getDrawingPatriarch()
Return the sheet's existing drawing, or null if there isn't yet one.Constructors in org.apache.poi.xssf.usermodel with parameters of type XSSFDrawingModifierConstructorDescriptionprotected
XSSFConnector
(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector ctShape) Construct a new XSSFConnector object.protected
XSSFGraphicFrame
(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame ctGraphicFrame) Construct a new XSSFGraphicFrame object.protected
XSSFObjectData
(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape ctShape) protected
XSSFPicture
(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture ctPicture) Construct a new XSSFPicture object.protected
XSSFShapeGroup
(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGroupShape ctGroup) Construct a new XSSFSimpleShape object.protected
XSSFSimpleShape
(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape ctShape) protected
XSSFTextBox
(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape ctShape)