Uses of Class
org.apache.poi.xssf.usermodel.XSSFGraphicFrame
-
Packages that use XSSFGraphicFrame Package Description org.apache.poi.xssf.usermodel -
-
Uses of XSSFGraphicFrame in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFGraphicFrame Modifier and Type Method Description XSSFGraphicFrame
XSSFChart. getGraphicFrame()
Returns the parent graphic frame.Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFGraphicFrame Modifier and Type Method Description protected void
XSSFChart. setGraphicFrame(XSSFGraphicFrame frame)
Sets the parent graphic frame.
-