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

ParameterTypeDescription
firstParagraphIndexint32_tFirst paragraph index int32_t
paragraphsCountint32_tParagraph count int32_t
optionsSystem::SharedPtr<Export::ITextToHtmlConversionOptions>Convert options Export::ITextToHtmlConversionOptions

Return Value

Generated HTML.

See Also