ExportToHtml
IParagraphCollection.ExportToHtml method
Converts specifying paragraphs to the HTML and returns it as String object.
public string ExportToHtml(int firstParagraphIndex, int paragraphsCount,
ITextToHtmlConversionOptions options)
Parameter | Type | Description |
---|---|---|
firstParagraphIndex | Int32 | First paragraph index Int32 |
paragraphsCount | Int32 | Paragraph count Int32 |
options | ITextToHtmlConversionOptions | Convert options ITextToHtmlConversionOptions |
Return Value
Generated HTML.
See Also
- interface ITextToHtmlConversionOptions
- interface IParagraphCollection
- namespace Aspose.Slides
- assembly Aspose.Slides