ResponsiveHtmlController

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IResponsiveHtmlController

public class ResponsiveHtmlController implements IResponsiveHtmlController

Responsive HTML Controller

Constructors

ConstructorDescription
ResponsiveHtmlController()Creates new instance
ResponsiveHtmlController(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)

ResponsiveHtmlController()

public ResponsiveHtmlController()

Creates new instance

ResponsiveHtmlController(IHtmlFormattingController controller)

public ResponsiveHtmlController(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