ChartCollection
Overview
ChartCollection 是一个类在Java的FOSS中.
在工作表上嵌入图片的集合.
这类提供了5种方法,用于处理: ChartCollection 在Java的对象. 有的方法包括: add, chartTypeToString, get, getCount, parseChartType. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: count.
Description
ChartCollection 是一个类在Java的Aspose.Cells FOSS库中,它暴露了5个方法和1个属性用于编程.
课程还提供了 count 财产 (得到了计数).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | 得到了数. |
Methods
| Signature | Description |
|---|---|
getCount() → int | 返回计数. |
get(index: int) → Chart | 返回给定的索引的图表. |
add(type: ChartType, dataRange: String, upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int) → int | 添加给定类型的新图表,指定数据范围和. |
parseChartType(raw: String) → ChartType | 解析原始字符串并返回相应的 ChartType. |
chartTypeToString(type: ChartType) → String | 返回给定 ChartType 的字符串表示. |