WriteShapeEnd()
IHtmlFormattingController::WriteShapeEnd(System::SharedPtr<IHtmlGenerator>, System::SharedPtr<IShape>) 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.
virtual void Aspose::Slides::Export::IHtmlFormattingController::WriteShapeEnd(System::SharedPtr<IHtmlGenerator> generator, System::SharedPtr<IShape> shape)=0
Arguments
Parameter | Type | Description |
---|---|---|
generator | System::SharedPtr<IHtmlGenerator> | Output object. |
shape | System::SharedPtr<IShape> | Shape which is rendered last. |
See Also
- Typedef SharedPtr
- Class IHtmlGenerator
- Class IShape
- Class IHtmlFormattingController
- Namespace Aspose::Slides::Export
- Library Aspose.Slides