export_to_html method
export_to_html
Converts specifying paragraphs to the HTML and returns it as String object.
Returns
Generated HTML.
def export_to_html(self, first_paragraph_index, paragraphs_count, options):
...
| Parameter | Type | Description |
|---|---|---|
| first_paragraph_index | int | First paragraph index int |
| paragraphs_count | int | Paragraph count int |
| options | ITextToHtmlConversionOptions | Convert options ITextToHtmlConversionOptions |
See Also
- class
IParagraphCollection - class
ITextToHtmlConversionOptions - module
aspose.slides - library
Aspose.Slides