Uses of Class
org.apache.poi.xssf.usermodel.XSSFSimpleShape
-
Packages that use XSSFSimpleShape Package Description org.apache.poi.xssf.usermodel -
-
Uses of XSSFSimpleShape in org.apache.poi.xssf.usermodel
Subclasses of XSSFSimpleShape in org.apache.poi.xssf.usermodel Modifier and Type Class Description class
XSSFObjectData
Represents binary object (i.e.class
XSSFTextBox
Represents a text box in a SpreadsheetML drawing.Methods in org.apache.poi.xssf.usermodel that return XSSFSimpleShape Modifier and Type Method Description XSSFSimpleShape
XSSFDrawing. createSimpleShape(XSSFClientAnchor anchor)
Creates a simple shape.XSSFSimpleShape
XSSFShapeGroup. createSimpleShape(XSSFChildAnchor anchor)
Creates a simple shape.
-