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 XSSFGraphicFrameXSSFChart. getGraphicFrame()Returns the parent graphic frame.Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFGraphicFrame Modifier and Type Method Description protected voidXSSFChart. setGraphicFrame(XSSFGraphicFrame frame)Sets the parent graphic frame.
-