WriteShapeEnd()
EmbedAllFontsHtmlController::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.
void Aspose::Slides::Export::EmbedAllFontsHtmlController::WriteShapeEnd(System::SharedPtr<IHtmlGenerator> generator, System::SharedPtr<IShape> shape) override
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 EmbedAllFontsHtmlController
- Namespace Aspose::Slides::Export
- Library Aspose.Slides