CreateCustomFormatter()

HtmlFormatter::CreateCustomFormatter(System::SharedPtr<IHtmlFormattingController>) method

Creates and returns HTML formatter for custom callback-driven html generation.

static System::SharedPtr<HtmlFormatter> Aspose::Slides::Export::HtmlFormatter::CreateCustomFormatter(System::SharedPtr<IHtmlFormattingController> formattingController)

Arguments

ParameterTypeDescription
formattingControllerSystem::SharedPtr<IHtmlFormattingController>Callback interface which controls html file generation.

Return Value

See Also