EmbeddedEotFontsHtmlController

EmbeddedEotFontsHtmlController class

The formatting controller class to use for fonts embedding in EOT format

The EmbeddedEotFontsHtmlController type exposes the following members:

Constructors

NameDescription
EmbeddedEotFontsHtmlController()Creates new instance.
EmbeddedEotFontsHtmlController(controller)Initializes a new instance of the EmbeddedEotFontsHtmlController class

Properties

NameDescription
as_i_html_formatting_controllerReturns IHtmlFormattingController interface.

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.

See Also