write_shape_end method
write_shape_end
Called before shape’s rendering. Called once per each of shape. If this function writes anything to generator, current slide image generation will be finished, added html fragment inserted and new image will be started atop of the previous.
def write_shape_end(self, generator, shape):
...
Parameter | Type | Description |
---|---|---|
generator | IHtmlGenerator | Output object. |
shape | IShape | Shape which is rendered last. |
See Also
- class
EmbedAllFontsHtmlController
- class
IHtmlGenerator
- class
IShape
- module
aspose.slides.export
- library
Aspose.Slides