IVideoPlayerHtmlController Interface |
Namespace: Aspose.Slides.Export
The IVideoPlayerHtmlController type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIHtmlFormattingController |
Allows to get base IHtmlFormattingController interface.
Read-only IHtmlFormattingController.
|
![]() | AsILinkEmbedController |
Allows to get base ILinkEmbedController interface.
Read-only ILinkEmbedController.
|
![]() | AsISvgShapeFormattingController |
Allows to get base ISvgShapeFormattingController interface.
Read-only ISvgShapeFormattingController.
|
Name | Description | |
---|---|---|
![]() | FormatShape |
This function is called before rendering of shape to SVG to allow user to control resulting SVG.
(Inherited from ISvgShapeFormattingController.) |
![]() | GetObjectStoringLocation |
Determines where object should be stored.
This method is called once for each object id.
It is not guaranteed that there won't be two objects with same data, semanticName and contentType but with different id.
(Inherited from ILinkEmbedController.) |
![]() | GetUrl |
Returns an URL to an external object.
This method always called if GetObjectStoringLocation(Int32, Byte, String, String, String) returned Link and may be called if GetObjectStoringLocation(Int32, Byte, String, String, String) returned Embed but embedding is impossible.
Can be called multiple time for same object id.
(Inherited from ILinkEmbedController.) |
![]() | SaveExternal |
Saves external object.
(Inherited from ILinkEmbedController.) |
![]() | 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.) |