writeShapeStart

Contents
[ ]

writeShapeStart(HtmlGenerator generator, VideoFrame shape) function

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.

writeShapeStart(HtmlGenerator generator, AudioFrame shape) function

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.

writeShapeStart(HtmlGenerator generator, Chart shape) function

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.

writeShapeStart(HtmlGenerator generator, Shape shape) function

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.

writeShapeStart(HtmlGenerator generator, OleObjectFrame shape) function

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.

writeShapeStart(HtmlGenerator generator, Connector shape) function

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.

writeShapeStart(HtmlGenerator generator, ZoomObject shape) function

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.

writeShapeStart(HtmlGenerator generator, SmartArtShape shape) function

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.

writeShapeStart(HtmlGenerator generator, SmartArt shape) function

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.

writeShapeStart(HtmlGenerator generator, Table shape) function

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.

writeShapeStart(HtmlGenerator generator, LegacyDiagram shape) function

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.

writeShapeStart(HtmlGenerator generator, AutoShape shape) function

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.

writeShapeStart(HtmlGenerator generator, GroupShape shape) function

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.

writeShapeStart(HtmlGenerator generator, GraphicalObject shape) function

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.

writeShapeStart(HtmlGenerator generator, PictureFrame shape) function

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.

writeShapeStart(HtmlGenerator generator, SectionZoomFrame shape) function

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.

writeShapeStart(HtmlGenerator generator, Ink shape) function

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.

writeShapeStart(HtmlGenerator generator, SummaryZoomFrame shape) function

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.

writeShapeStart(HtmlGenerator generator, SummaryZoomSection shape) function

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.

writeShapeStart(HtmlGenerator generator, ZoomFrame shape) function

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.