Uses of Class
org.apache.poi.xddf.usermodel.XDDFShapeProperties
Packages that use XDDFShapeProperties
-
Uses of XDDFShapeProperties in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return XDDFShapeProperties -
Uses of XDDFShapeProperties in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return XDDFShapePropertiesModifier and TypeMethodDescriptionXDDFCategoryAxis.getOrAddMajorGridProperties()
abstract XDDFShapeProperties
XDDFChartAxis.getOrAddMajorGridProperties()
XDDFDateAxis.getOrAddMajorGridProperties()
XDDFSeriesAxis.getOrAddMajorGridProperties()
XDDFValueAxis.getOrAddMajorGridProperties()
XDDFCategoryAxis.getOrAddMinorGridProperties()
abstract XDDFShapeProperties
XDDFChartAxis.getOrAddMinorGridProperties()
XDDFDateAxis.getOrAddMinorGridProperties()
XDDFSeriesAxis.getOrAddMinorGridProperties()
XDDFValueAxis.getOrAddMinorGridProperties()
XDDFCategoryAxis.getOrAddShapeProperties()
XDDFChart.getOrAddShapeProperties()
XDDFDateAxis.getOrAddShapeProperties()
XDDFSeriesAxis.getOrAddShapeProperties()
XDDFValueAxis.getOrAddShapeProperties()
XDDFBarChartData.Series.getShapeProperties()
abstract XDDFShapeProperties
XDDFChartData.Series.getShapeProperties()
XDDFLineChartData.Series.getShapeProperties()
XDDFPieChartData.Series.getShapeProperties()
XDDFRadarChartData.Series.getShapeProperties()
XDDFScatterChartData.Series.getShapeProperties()
Methods in org.apache.poi.xddf.usermodel.chart with parameters of type XDDFShapePropertiesModifier and TypeMethodDescriptionvoid
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)