[]
        
立即试用
(Showing Draft Content)

IShapeRange

Interface IShapeRange

All Superinterfaces:
Iterable<IShape>

public interface IShapeRange extends Iterable<IShape>
表示一个形状范围,它是文档上一组形状的集合。
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    返回集合中的一个单一对象。
    get(String index)
    返回集合中的单个对象。
    int
    返回集合中的对象数量。
    对指定范围内的形状进行分组。

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • get

      IShape get(int index)
      返回集合中的一个单一对象。
      Parameters:
      index - 必需的整数。对象的索引编号。
    • get

      IShape get(String index)
      返回集合中的单个对象。
    • getCount

      int getCount()
      返回集合中的对象数量。
    • group

      IShape group()
      对指定范围内的形状进行分组。
      Returns:
      一个表示分组形状的Shape对象。