IHtmlFormattingController class
Contents
[
Hide
]IHtmlFormattingController class
Controls a html file generation.
The IHtmlFormattingController type exposes the following members:
Methods
Method | Description |
---|---|
write_document_start | Called to write html document header. Called once per presentation conversion. |
write_document_end | Called to write html document footer. Called once per presentation conversion. |
write_slide_start | Called to write html slide header. Called once per each of slides. |
write_slide_end | Called to write html slide footer. Called once per each of slides. |
write_shape_start | 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. |
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. |
See Also
- module
aspose.slides.export
- library
Aspose.Slides