CreateDocumentFormatter()

HtmlFormatter::CreateDocumentFormatter(System::String, bool) method

Creates and returns HTML formatter for a simple document view which consists of sequences of slides one below another.

static System::SharedPtr<HtmlFormatter> Aspose::Slides::Export::HtmlFormatter::CreateDocumentFormatter(System::String css, bool showSlideTitle)

Arguments

ParameterTypeDescription
cssSystem::StringSpecifies CSS for this file.
showSlideTitleboolAdd slide title if there is one above slide image.

Return Value

See Also