WriteShapeEnd
EmbedAllFontsHtmlController.WriteShapeEnd 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.
public virtual void WriteShapeEnd(IHtmlGenerator generator, IShape shape)
Parameter | Type | Description |
---|---|---|
generator | IHtmlGenerator | Output object. |
shape | IShape | Shape which is rendered last. |
See Also
- interface IHtmlGenerator
- interface IShape
- class EmbedAllFontsHtmlController
- namespace Aspose.Slides.Export
- assembly Aspose.Slides