ExportToHtml

IParagraphCollection.ExportToHtml-Methode

Konvertiert die angegebenen Absätze in HTML und gibt es als String-Objekt zurück.

public string ExportToHtml(int firstParagraphIndex, int paragraphsCount, 
    ITextToHtmlConversionOptions options)
ParameterTypBeschreibung
firstParagraphIndexInt32Erster Absatzindex Int32
paragraphsCountInt32Absatzanzahl Int32
optionsITextToHtmlConversionOptionsKonvertierungsoptionen ITextToHtmlConversionOptions

Rückgabewert

Generiertes HTML.

Siehe auch