CreateSlideShowFormatter()

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

Creates and returns HTML formatter for a simple slide show html which shows slides one after another.

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

Arguments

ParameterTypeDescription
cssSystem::StringSpecifies URL of CCS file used.
showSlideTitleboolAdd slide title if there is one above slide image.

Return Value

See Also