Uses of Class
org.apache.poi.xssf.usermodel.XSSFDrawing
-
Packages that use XSSFDrawing Package Description org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of XSSFDrawing in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return XSSFDrawing Modifier and Type Method Description XSSFDrawing
SXSSFPicture. getDrawing()
XSSFDrawing
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 Constructor Description SXSSFDrawing(SXSSFWorkbook workbook, XSSFDrawing drawing)
-
Uses of XSSFDrawing in org.apache.poi.xssf.usermodel
Fields in org.apache.poi.xssf.usermodel declared as XSSFDrawing Modifier and Type Field Description protected XSSFDrawing
XSSFShape. drawing
Parent drawingMethods in org.apache.poi.xssf.usermodel that return XSSFDrawing Modifier and Type Method Description XSSFDrawing
XSSFSheet. createDrawingPatriarch()
Create a new SpreadsheetML drawing.XSSFDrawing
XSSFShape. getDrawing()
Return the drawing that owns this shapeXSSFDrawing
XSSFSheet. 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 XSSFDrawing Constructor Description XSSFConnector(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector ctShape)
Construct a new XSSFConnector object.XSSFGraphicFrame(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame ctGraphicFrame)
Construct a new XSSFGraphicFrame object.XSSFObjectData(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape ctShape)
XSSFPicture(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture ctPicture)
Construct a new XSSFPicture object.XSSFShapeGroup(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGroupShape ctGroup)
Construct a new XSSFSimpleShape object.XSSFSimpleShape(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape ctShape)
XSSFTextBox(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape ctShape)
-