Shape constructor
Shape(doc, shapeType)
Creates a new shape object.
Shape(doc: Aspose.Words.DocumentBase, shapeType: Aspose.Words.Drawing.ShapeType)
Parameter | Type | Description |
---|---|---|
doc | DocumentBase | The owner document. |
shapeType | ShapeType | The type of the shape to create. |
Remarks
You should specify desired shape properties after you created a shape.
See Also
- module Aspose.Words.Drawing
- class Shape