类 ChartUtils
- java.lang.Object
-
- com.deepoove.poi.util.ChartUtils
-
public final class ChartUtils extends Object
-
-
构造器概要
构造器 构造器 说明 ChartUtils()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static List<org.apache.poi.xddf.usermodel.chart.XDDFChartData>getChartSeries(org.apache.poi.xwpf.usermodel.XWPFChart chart)static Map<Long,org.apache.poi.xddf.usermodel.chart.XDDFValueAxis>getValueAxes(org.apache.poi.xwpf.usermodel.XWPFChart chart)
-
-
-
方法详细资料
-
getChartSeries
public static List<org.apache.poi.xddf.usermodel.chart.XDDFChartData> getChartSeries(org.apache.poi.xwpf.usermodel.XWPFChart chart)
-
-