IEmbeddedEotFontsHtmlController Interface |
Namespace: Aspose.Slides.Export
The IEmbeddedEotFontsHtmlController type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIHtmlFormattingController |
Returns IHtmlFormattingController interface.
|
Name | Description | |
---|---|---|
![]() | WriteDocumentEnd |
Called to write html document footer. Called once per presentation conversion.
(Inherited from IHtmlFormattingController.) |
![]() | WriteDocumentStart |
Called to write html document header. Called once per presentation conversion.
(Inherited from IHtmlFormattingController.) |
![]() | WriteShapeEnd |
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.
(Inherited from IHtmlFormattingController.) |
![]() | WriteShapeStart |
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.
(Inherited from IHtmlFormattingController.) |
![]() | WriteSlideEnd |
Called to write html slide footer. Called once per each of slides.
(Inherited from IHtmlFormattingController.) |
![]() | WriteSlideStart |
Called to write html slide header. Called once per each of slides.
(Inherited from IHtmlFormattingController.) |