HtmlFormatterCreateSlideShowFormatter Method |
Creates and returns HTML formatter for a simple slide show html which shows slides one after another.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic static HtmlFormatter CreateSlideShowFormatter(
string css,
bool showSlideTitle
)
Public Shared Function CreateSlideShowFormatter (
css As String,
showSlideTitle As Boolean
) As HtmlFormatter
public:
static HtmlFormatter^ CreateSlideShowFormatter(
String^ css,
bool showSlideTitle
)
static member CreateSlideShowFormatter :
css : string *
showSlideTitle : bool -> HtmlFormatter
Parameters
- css
- Type: SystemString
Specifies URL of CCS file used. - showSlideTitle
- Type: SystemBoolean
Add slide title if there is one above slide image.
Return Value
Type:
HtmlFormatter
See Also