GroupShape constructor
GroupShape(doc)
Creates a new group shape.
def __init__(self, doc: aspose.words.DocumentBase):
...
Parameter | Type | Description |
---|---|---|
doc | DocumentBase | The owner document. |
Remarks
By default, the shape is floating and has default location and size.
You should specify desired shape properties after you created a shape.
See Also
- module aspose.words.drawing
- class GroupShape