add_html method
add_html
Adds formatted HTML text.
def add_html(self, html):
...
| Parameter | Type | Description |
|---|---|---|
| html | str | Text to add. |
add_html
Adds formatted HTML text.
def add_html(self, html):
...
| Parameter | Type | Description |
|---|---|---|
| html | List[char] | Text to add. |
add_html
Adds formatted HTML text.
def add_html(self, html, start_index, length):
...
| Parameter | Type | Description |
|---|---|---|
| html | List[char] | Text to add. |
| start_index | int | Start index of the portion to add. |
| length | int | Length of the portion to add. |
See Also
- class
HtmlGenerator - module
aspose.slides.export - library
Aspose.Slides