Uses of Class
org.apache.poi.xssf.usermodel.XSSFDrawing

Packages that use XSSFDrawing
org.apache.poi.xssf.usermodel   
 

Uses of XSSFDrawing in org.apache.poi.xssf.usermodel
 

Fields in org.apache.poi.xssf.usermodel declared as XSSFDrawing
protected  XSSFDrawing XSSFShape.drawing
          Parent drawing
 

Methods in org.apache.poi.xssf.usermodel that return XSSFDrawing
 XSSFDrawing XSSFSheet.createDrawingPatriarch()
          Create a new SpreadsheetML drawing.
 XSSFDrawing XSSFShape.getDrawing()
          Return the drawing that owns this shape
 

Constructors in org.apache.poi.xssf.usermodel with parameters of type XSSFDrawing
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.
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)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.