IHtmlFormattingControllerWriteShapeEnd Method |
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.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.3.0.0 (21.3)
Syntaxvoid WriteShapeEnd(
IHtmlGenerator generator,
IShape shape
)
Sub WriteShapeEnd (
generator As IHtmlGenerator,
shape As IShape
)
void WriteShapeEnd(
IHtmlGenerator^ generator,
IShape^ shape
)
abstract WriteShapeEnd :
generator : IHtmlGenerator *
shape : IShape -> unit
Parameters
- generator
- Type: Aspose.Slides.ExportIHtmlGenerator
Output object. - shape
- Type: Aspose.SlidesIShape
Shape which is rendered last.
See Also