Interface IShapeRange
- All Superinterfaces:
Iterable<IShape>
Represents a shape range, which is a set of shapes on a document.
-
Method Summary
Returns a single object from a collection.
Returns a single object from a collection.
int
Returns the number of objects in the collection.
Groups the shapes in the specified range.
-
Method Details
-
get
Returns a single object from a collection.
- Parameters:
index
- Required int. The index number for the object.
-
get
Returns a single object from a collection.
-
getCount
int getCount()
Returns the number of objects in the collection.
-
group
Groups the shapes in the specified range.
- Returns:
- A Shape object that represents the grouped shape.