ShapeCollection

ShapeCollection

概述

ShapeCollection 是一个类在Java的FOSS中.

在工作表上绘制对象 (形状) 的集合.

这个类提供了4种方法,用于在Java程序中使用ShapeCollection对象. 有的方法包括: add, get, getCount, removeAt. 所有导出成员都可访问任何Java应用程序,在安装了Aspose.Cells FOSS for Java包后. 特性: count.

描述

ShapeCollection 是一个类在Java的Aspose.Cells FOSS库中,它暴露了4个方法和1个属性用于编程.

课程还提供了 count 财产 (得到了计数).

属性

NameTypeAccessDescription
countintRead得到了数.

方法

SignatureDescription
getCount()int返回计数.
get(index: int)Shape
add(upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int, shapeType: AutoShapeType)int添加一个新的形状并返回其基于零的索引.
removeAt(index: int)

另请参阅

 中文