com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ResponsiveHtmlController

  • java.lang.Object
    • com.aspose.slides.ResponsiveHtmlController
    • Constructor Detail

      • ResponsiveHtmlController

        public ResponsiveHtmlController()

        Creates new instance

      • ResponsiveHtmlController

        public ResponsiveHtmlController(IHtmlFormattingController controller)

        Creates new instance

        Parameters:
        controller - HTML formatting controller
    • Method Detail

      • writeShapeStart

        public final void writeShapeStart(IHtmlGenerator generator,
                                          IShape shape)
        Description copied from interface: IHtmlFormattingController

        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.

        Specified by:
        writeShapeStart in interface IHtmlFormattingController
        Parameters:
        generator - Output object.
        shape - Shape which is about to render.
      • writeShapeEnd

        public final void writeShapeEnd(IHtmlGenerator generator,
                                        IShape shape)
        Description copied from interface: IHtmlFormattingController

        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.

        Specified by:
        writeShapeEnd in interface IHtmlFormattingController
        Parameters:
        generator - Output object.
        shape - Shape which is rendered last.