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):
    ...
ParameterTypeDescription
first_paragraph_indexintFirst paragraph index int
paragraphs_countintParagraph count int
optionsITextToHtmlConversionOptionsConvert options ITextToHtmlConversionOptions

See Also