Uses of Class
org.apache.poi.xddf.usermodel.XDDFShapeProperties
-
Packages that use XDDFShapeProperties Package Description org.apache.poi.xddf.usermodel org.apache.poi.xddf.usermodel.chart -
-
Uses of XDDFShapeProperties in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return XDDFShapeProperties Modifier and Type Method Description XDDFShapeProperties
HasShapeProperties. getOrAddShapeProperties()
-
Uses of XDDFShapeProperties in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart with parameters of type XDDFShapeProperties Modifier and Type Method Description void
XDDFBarChartData.Series. setShapeProperties(XDDFShapeProperties properties)
abstract void
XDDFChartData.Series. setShapeProperties(XDDFShapeProperties properties)
void
XDDFLineChartData.Series. setShapeProperties(XDDFShapeProperties properties)
void
XDDFPieChartData.Series. setShapeProperties(XDDFShapeProperties properties)
void
XDDFRadarChartData.Series. setShapeProperties(XDDFShapeProperties properties)
void
XDDFScatterChartData.Series. setShapeProperties(XDDFShapeProperties properties)
-