IHtmlFormattingController

IHtmlFormattingController interface

Controls a html file generation.

public interface IHtmlFormattingController

Methods

NameDescription
WriteDocumentEnd(IHtmlGenerator, IPresentation)Called to write html document footer. Called once per presentation conversion.
WriteDocumentStart(IHtmlGenerator, IPresentation)Called to write html document header. Called once per presentation conversion.
WriteShapeEnd(IHtmlGenerator, IShape)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.
WriteShapeStart(IHtmlGenerator, IShape)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.
WriteSlideEnd(IHtmlGenerator, ISlide)Called to write html slide footer. Called once per each of slides.
WriteSlideStart(IHtmlGenerator, ISlide)Called to write html slide header. Called once per each of slides.

See Also