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 XSSFDrawingModifierConstructorDescriptionprotectedXSSFConnector(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector ctShape) Construct a new XSSFConnector object.protectedXSSFGraphicFrame(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame ctGraphicFrame) Construct a new XSSFGraphicFrame object.protectedXSSFObjectData(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape ctShape) protectedXSSFPicture(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture ctPicture) Construct a new XSSFPicture object.protectedXSSFShapeGroup(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGroupShape ctGroup) Construct a new XSSFSimpleShape object.protectedXSSFSimpleShape(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape ctShape) protectedXSSFTextBox(XSSFDrawing drawing, org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape ctShape)