ExportToHtml()
IParagraphCollection::ExportToHtml(int32_t, int32_t, System::SharedPtr<Export::ITextToHtmlConversionOptions>) method
Converts specifying paragraphs to the HTML and returns it as String object.
virtual System::String Aspose::Slides::IParagraphCollection::ExportToHtml(int32_t firstParagraphIndex, int32_t paragraphsCount, System::SharedPtr<Export::ITextToHtmlConversionOptions> options)=0
Arguments
| Parameter | Type | Description | 
|---|---|---|
| firstParagraphIndex | int32_t | First paragraph index int32_t | 
| paragraphsCount | int32_t | Paragraph count int32_t | 
| options | System::SharedPtr<Export::ITextToHtmlConversionOptions> | Convert options Export::ITextToHtmlConversionOptions | 
Return Value
Generated HTML.
See Also
- Typedef SharedPtr
 - Class String
 - Class ITextToHtmlConversionOptions
 - Class IParagraphCollection
 - Namespace Aspose::Slides
 - Library Aspose.Slides