Aspose::Words::Drawing::GroupShape::GroupShape constructor
GroupShape::GroupShape constructor
Creates a new group shape.
Aspose::Words::Drawing::GroupShape::GroupShape(const System::SharedPtr<Aspose::Words::DocumentBase> &doc)
| Parameter | Type | Description |
|---|---|---|
| doc | const System::SharedPtr<Aspose::Words::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
- Class DocumentBase
- Class GroupShape
- Namespace Aspose::Words::Drawing
- Library Aspose.Words for C++