ExportToHtml()
ParagraphCollection::ExportToHtml(int32_t, int32_t, System::SharedPtr<Export::ITextToHtmlConversionOptions>) method
Converts specifying paragraphs to the HTML and returns it as String object.
System::String Aspose::Slides::ParagraphCollection::ExportToHtml(int32_t firstParagraphIndex, int32_t paragraphsCount, System::SharedPtr<Export::ITextToHtmlConversionOptions> options) override
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 ParagraphCollection
- Namespace Aspose::Slides
- Library Aspose.Slides