VideoPlayerHtmlController

VideoPlayerHtmlController class

This class allows export of video and audio files into a HTML

The VideoPlayerHtmlController type exposes the following members:

Constructors

NameDescription
VideoPlayerHtmlController(path, file_name, base_uri)Initializes a new instance of the VideoPlayerHtmlController class

Properties

NameDescription
as_i_html_formatting_controllerAllows to get base IHtmlFormattingController interface.
Read-only IHtmlFormattingController.
as_i_svg_shape_formatting_controllerAllows to get base ISvgShapeFormattingController interface.
Read-only ISvgShapeFormattingController.
as_i_link_embed_controllerAllows to get base ILinkEmbedController interface.
Read-only ILinkEmbedController.

Methods

NameDescription
write_document_start(generator, presentation)Called to write html document header. Called once per presentation conversion.
write_document_end(generator, presentation)Called to write html document footer. Called once per presentation conversion.
write_slide_start(generator, slide)Called to write html slide header. Called once per each of slides.
write_slide_end(generator, slide)Called to write html slide footer. Called once per each of slides.
write_shape_start(generator, shape)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(generator, shape)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.
format_shape(svg_shape, shape)This function is called before rendering of shape to SVG to allow user to control resulting SVG.
get_object_storing_location(id, entity_data, semantic_name, content_type, recomended_extension)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.
get_url(id, referrer)Returns an URL to an external object.
This method always called if
save_external(id, entity_data)Saves external object.

See Also