EmbedAllFontsHtmlController

EmbedAllFontsHtmlController class

The formatting controller class to use for embedding all presentation fonts in WOFF format.

EmbedAllFontsHtmlController

NameDescription
EmbedAllFontsHtmlController()Creates new instance

Returns: EmbedAllFontsHtmlController


EmbedAllFontsHtmlController

NameDescription
EmbedAllFontsHtmlController(java.lang.String[])Creates new instance

Parameters:

NameTypeDescription
fontNameExcludeListjava.lang.String[]Fonts to be excluded from embedding

Returns: EmbedAllFontsHtmlController


writeAllFonts

NameDescription
writeAllFonts (HtmlGenerator, Presentation)Write all fonts contained in Presentation.

Parameters:

NameTypeDescription
generatorHtmlGeneratorOutput object.
presentationPresentationPresentation which being currently rendered.

Returns: void


writeDocumentEnd

NameDescription
writeDocumentEnd (HtmlGenerator, Presentation)Called to write html document footer. Called once per presentation conversion.

Parameters:

NameTypeDescription
generatorHtmlGeneratorOutput object.
presentationPresentationPresentation which being currently rendered.

Returns: void


writeDocumentStart

NameDescription
writeDocumentStart (HtmlGenerator, Presentation)Called to write html document header. Called once per presentation conversion.

Parameters:

NameTypeDescription
generatorHtmlGeneratorOutput object.
presentationPresentationPresentation which being currently rendered.

Returns: void


writeFont

NameDescription
writeFont (HtmlGenerator, FontData, FontData, String, String, byte[])Writes data as base64 into HTML document itself

Parameters:

NameTypeDescription
generatorHtmlGeneratorHTML generator
originalFontFontDataFont to be serialized
substitutedFontFontDataSubstituted font (if font substitution occured), null otherwise
fontStyleStringFont style
fontWeightStringFont weight
fontDatabyte[]Font data

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, Connector)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeConnectorShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, GraphicalObject)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeGraphicalObjectShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, SmartArtShape)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeSmartArtShapeShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, Table)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeTableShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, 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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeShapeShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, Ink)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeInkShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, GeometryShape)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeGeometryShapeShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, SummaryZoomFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeSummaryZoomFrameShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, ZoomFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeZoomFrameShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, SummaryZoomSection)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeSummaryZoomSectionShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, OleObjectFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeOleObjectFrameShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, VideoFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeVideoFrameShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, SmartArt)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeSmartArtShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, GroupShape)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeGroupShapeShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, AutoShape)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeAutoShapeShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, SectionZoomFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeSectionZoomFrameShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, PictureFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapePictureFrameShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, Chart)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeChartShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, AudioFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeAudioFrameShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, ZoomObject)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeZoomObjectShape which is rendered last.

Returns: void


writeShapeEnd

NameDescription
writeShapeEnd (HtmlGenerator, LegacyDiagram)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeLegacyDiagramShape which is rendered last.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, Connector)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeConnectorShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, GraphicalObject)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeGraphicalObjectShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, SmartArtShape)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeSmartArtShapeShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, Table)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeTableShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, 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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeShapeShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, Ink)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeInkShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, GeometryShape)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeGeometryShapeShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, SummaryZoomFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeSummaryZoomFrameShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, ZoomFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeZoomFrameShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, SummaryZoomSection)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeSummaryZoomSectionShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, OleObjectFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeOleObjectFrameShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, VideoFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeVideoFrameShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, SmartArt)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeSmartArtShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, GroupShape)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeGroupShapeShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, AutoShape)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeAutoShapeShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, SectionZoomFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeSectionZoomFrameShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, PictureFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapePictureFrameShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, Chart)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeChartShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, AudioFrame)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeAudioFrameShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, ZoomObject)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeZoomObjectShape which is about to render.

Returns: void


writeShapeStart

NameDescription
writeShapeStart (HtmlGenerator, LegacyDiagram)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:

NameTypeDescription
generatorHtmlGeneratorOutput object.
shapeLegacyDiagramShape which is about to render.

Returns: void


writeSlideEnd

NameDescription
writeSlideEnd (HtmlGenerator, Slide)Called to write html slide footer. Called once per each of slides.

Parameters:

NameTypeDescription
generatorHtmlGeneratorOutput object.
slideSlideSlide which being currently rendered.

Returns: void


writeSlideStart

NameDescription
writeSlideStart (HtmlGenerator, Slide)Called to write html slide header. Called once per each of slides.

Parameters:

NameTypeDescription
generatorHtmlGeneratorOutput object.
slideSlideSlide which being currently rendered.

Returns: void