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

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