format_shape method
format_shape
This function is called before rendering of shape to SVG to allow user to control resulting SVG.
def format_shape(self, svg_shape, shape):
...
| Parameter | Type | Description |
|---|---|---|
| svg_shape | ISvgShape | Object to control SVG shape generation. |
| shape | IShape | Source shape. |
See Also
- class
IShape - class
ISvgShape - class
ISvgShapeFormattingController - module
aspose.slides.export - library
Aspose.Slides