WriteShapeStart()

EmbedAllFontsHtmlController::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.

void Aspose::Slides::Export::EmbedAllFontsHtmlController::WriteShapeStart(System::SharedPtr<IHtmlGenerator> generator, System::SharedPtr<IShape> shape) override

Arguments

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

See Also