WriteShapeStart()

IHtmlFormattingController::WriteShapeStart(System::SharedPtr<IHtmlGenerator>, System::SharedPtr<IShape>) method

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.

virtual void Aspose::Slides::Export::IHtmlFormattingController::WriteShapeStart(System::SharedPtr<IHtmlGenerator> generator, System::SharedPtr<IShape> shape)=0

Arguments

ParameterTypeDescription
generatorSystem::SharedPtr<IHtmlGenerator>Output object.
shapeSystem::SharedPtr<IShape>Shape which is about to render.

See Also