HtmlGenerator class
Contents
[
Hide
]HtmlGenerator class
Html generator.
The HtmlGenerator type exposes the following members:
Properties
Property | Description |
---|---|
slide_image_size | Returns slide image size. Read-only aspose.pydrawing.SizeF. |
slide_image_size_unit | Returns a unit in which slide image size is specified. Read-only SvgCoordinateUnit . |
slide_image_size_unit_code | Returns a css code of unit in which slide image size is specified. Read-only str. |
previous_slide_index | Returns index of previously rendered slide or -1 if first slide is rendering. Read-only int. |
slide_index | Returns index of currently rendering slide. Read-only int. |
next_slide_index | Returns index of a slide, which will be rendered after the current slide or -1 if currently rendering last slide. Read-only int. |
Methods
Method | Description |
---|---|
add_html | Adds formatted HTML text. |
add_html | Adds formatted HTML text. |
add_html | Adds formatted HTML text. |
add_text | Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced. |
add_text | Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced. |
add_text | Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced. |
add_attribute_value | Quotes attribute value and adds it to the html file. |
add_attribute_value | Quotes attribute value and adds it to the html file. |
add_attribute_value | Quotes attribute value and adds it to the html file. |
See Also
- module
aspose.slides.export
- library
Aspose.Slides