IHtmlGenerator class

IHtmlGenerator class

Html generator.

The IHtmlGenerator type exposes the following members:

Properties

PropertyDescription
slide_image_sizeReturns slide image size.
Read-only aspose.pydrawing.SizeF.
slide_image_size_unitReturns a unit in which slide image size is specified.
Read-only SvgCoordinateUnit.
slide_image_size_unit_codeReturns a css code of unit in which slide image size is specified.
Read-only str.
previous_slide_indexReturns index of previously rendered slide or -1 if first slide is rendering.
Read-only int.
slide_indexReturns index of currently rendering slide.
Read-only int.
next_slide_indexReturns index of a slide, which will be rendered after the current slide or -1 if currently rendering last slide.
Read-only int.

Methods

MethodDescription
add_htmlAdds formatted HTML text.
add_htmlAdds formatted HTML text.
add_htmlAdds formatted HTML text.
add_textAdds plain text to the html files, replacing special characters with html entities.
Linebreaks and whitespaces aren’t replaced.
add_textAdds plain text to the html files, replacing special characters with html entities.
Linebreaks and whitespaces aren’t replaced.
add_textAdds plain text to the html files, replacing special characters with html entities.
Linebreaks and whitespaces aren’t replaced.
add_attribute_valueQuotes attribute value and adds it to the html file.
add_attribute_valueQuotes attribute value and adds it to the html file.
add_attribute_valueQuotes attribute value and adds it to the html file.

See Also