EmbedAllFontsHtmlController class

EmbedAllFontsHtmlController class

The formatting controller class to use for embedding all presentation fonts in WOFF format.

The EmbedAllFontsHtmlController type exposes the following members:

Constructors

ConstructorDescription
__init__Creates new instance
__init__Creates new instance

Methods

MethodDescription
write_document_startCalled to write html document header. Called once per presentation conversion.
write_document_endCalled to write html document footer. Called once per presentation conversion.
write_slide_startCalled to write html slide header. Called once per each of slides.
write_slide_endCalled to write html slide footer. Called once per each of slides.
write_shape_startCalled 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_endCalled 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_all_fontsWrite all fonts contained in Presentation.
write_fontWrites data as base64 into HTML document itself

See Also