|
java.lang.Object
Node
CompositeNode
ShapeBase
com.aspose.words.GroupShape
- All Implemented Interfaces:
- java.lang.Iterable, java.lang.Cloneable, java.lang.Iterable
public class GroupShape - extends ShapeBase
Represents a group of shapes in a document.
A GroupShape is a composite node and can have Shape and
GroupShape nodes as children. Each GroupShape defines a new coordinate system for its child shapes.
The coordinate system is defined using the CoordSize and
CoordOrigin properties. - See Also:
- ShapeBase, Shape
|