Uses of Class
org.apache.poi.xddf.usermodel.chart.XDDFLegendEntry
-
Packages that use XDDFLegendEntry Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of XDDFLegendEntry in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return XDDFLegendEntry Modifier and Type Method Description XDDFLegendEntry
XDDFChartLegend. addEntry()
XDDFLegendEntry
XDDFChartLegend. getEntry(int index)
Methods in org.apache.poi.xddf.usermodel.chart that return types with arguments of type XDDFLegendEntry Modifier and Type Method Description java.util.List<XDDFLegendEntry>
XDDFChartLegend. getEntries()
-