IEmbeddedEotFontsHtmlController Interface

Embedded Eot fonts HTML controller.

Namespace:  Aspose.Slides.Export
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IEmbeddedEotFontsHtmlController : IHtmlFormattingController

The IEmbeddedEotFontsHtmlController type exposes the following members.

Properties
  NameDescription
Public propertyAsIHtmlFormattingController
Returns IHtmlFormattingController interface.
Methods
  NameDescription
Public methodWriteDocumentEnd
Called to write html document footer. Called once per presentation conversion.
(Inherited from IHtmlFormattingController.)
Public methodWriteDocumentStart
Called to write html document header. Called once per presentation conversion.
(Inherited from IHtmlFormattingController.)
Public methodWriteShapeEnd
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.)
Public methodWriteShapeStart
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.)
Public methodWriteSlideEnd
Called to write html slide footer. Called once per each of slides.
(Inherited from IHtmlFormattingController.)
Public methodWriteSlideStart
Called to write html slide header. Called once per each of slides.
(Inherited from IHtmlFormattingController.)
See Also