EmbeddedEotFontsHtmlController

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IEmbeddedEotFontsHtmlController

public class EmbeddedEotFontsHtmlController implements IEmbeddedEotFontsHtmlController

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

Constructors

ConstructorDescription
EmbeddedEotFontsHtmlController()Creates new instance.
EmbeddedEotFontsHtmlController(IHtmlFormattingController controller)Creates new instance.

Methods

MethodDescription
writeDocumentStart(IHtmlGenerator generator, IPresentation presentation)
writeDocumentEnd(IHtmlGenerator generator, IPresentation presentation)
writeSlideStart(IHtmlGenerator generator, ISlide slide)
writeSlideEnd(IHtmlGenerator generator, ISlide slide)
writeShapeStart(IHtmlGenerator generator, IShape shape)
writeShapeEnd(IHtmlGenerator generator, IShape shape)

EmbeddedEotFontsHtmlController()

public EmbeddedEotFontsHtmlController()

Creates new instance.

EmbeddedEotFontsHtmlController(IHtmlFormattingController controller)

public EmbeddedEotFontsHtmlController(IHtmlFormattingController controller)

Creates new instance.

Parameters:

ParameterTypeDescription
controllerIHtmlFormattingControllerHTML formatting controller.

writeDocumentStart(IHtmlGenerator generator, IPresentation presentation)

public final void writeDocumentStart(IHtmlGenerator generator, IPresentation presentation)

Called to write html document header. Called once per presentation conversion.

Parameters:

ParameterTypeDescription
generatorIHtmlGenerator
presentationIPresentation

writeDocumentEnd(IHtmlGenerator generator, IPresentation presentation)

public final void writeDocumentEnd(IHtmlGenerator generator, IPresentation presentation)

Called to write html document footer. Called once per presentation conversion.

Parameters:

ParameterTypeDescription
generatorIHtmlGenerator
presentationIPresentation

writeSlideStart(IHtmlGenerator generator, ISlide slide)

public final void writeSlideStart(IHtmlGenerator generator, ISlide slide)

Called to write html slide header. Called once per each of slides.

Parameters:

ParameterTypeDescription
generatorIHtmlGenerator
slideISlide

writeSlideEnd(IHtmlGenerator generator, ISlide slide)

public final void writeSlideEnd(IHtmlGenerator generator, ISlide slide)

Called to write html slide footer. Called once per each of slides.

Parameters:

ParameterTypeDescription
generatorIHtmlGenerator
slideISlide

writeShapeStart(IHtmlGenerator generator, IShape shape)

public final void writeShapeStart(IHtmlGenerator generator, IShape 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.

Parameters:

ParameterTypeDescription
generatorIHtmlGenerator
shapeIShape

writeShapeEnd(IHtmlGenerator generator, IShape shape)

public final void writeShapeEnd(IHtmlGenerator generator, IShape 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.

Parameters:

ParameterTypeDescription
generatorIHtmlGenerator
shapeIShape