ShapeRenderer constructor
ShapeRenderer(shape)
Initializes a new instance of this class.
def __init__(self, shape: aspose.words.drawing.ShapeBase):
...
Parameter | Type | Description |
---|---|---|
shape | ShapeBase | The DrawinML shape object that you want to render. |
See Also
- module aspose.words.rendering
- class ShapeRenderer