ShapeCollection
Overview
ShapeCollection 是一个类在Java的FOSS中.
在工作表上绘制对象 (形状) 的集合.
这个类提供了4种方法,用于在Java程序中使用ShapeCollection对象. 有的方法包括: add, get, getCount, removeAt. 所有导出成员都可访问任何Java应用程序,在安装了Aspose.Cells FOSS for Java包后. 特性: count.
Description
ShapeCollection 是一个类在Java的Aspose.Cells FOSS库中,它暴露了4个方法和1个属性用于编程.
课程还提供了 count 财产 (得到了计数).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | 得到了数. |
Methods
| Signature | Description |
|---|---|
getCount() → int | 返回计数. |
get(index: int) → Shape | |
add(upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int, shapeType: AutoShapeType) → int | 添加一个新的形状并返回其基于零的索引. |
removeAt(index: int) |