add_text method
Contents
[
Hide
]add_text
Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced.
def add_text(self, text):
...
| Parameter | Type | Description |
|---|---|---|
| text | str | Text to add. |
add_text
Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced.
def add_text(self, text):
...
| Parameter | Type | Description |
|---|---|---|
| text | List[char] | Text to add. |
add_text
Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren’t replaced.
def add_text(self, text, start_index, length):
...
| Parameter | Type | Description |
|---|---|---|
| text | 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
IHtmlGenerator - module
aspose.slides.export - library
Aspose.Slides