ExportToHtml

IParagraphCollection.ExportToHtml method

Konvertiert die Angabe von Absätzen in das HTML und gibt es als String-Objekt zurück.

public string ExportToHtml(int firstParagraphIndex, int paragraphsCount, 
    ITextToHtmlConversionOptions options)
ParameterTypBeschreibung
firstParagraphIndexInt32Erster AbsatzindexInt32
paragraphsCountInt32AbsatzzahlInt32
optionsITextToHtmlConversionOptionsKonvertieren Sie OptionenITextToHtmlConversionOptions

Rückgabewert

Generiertes HTML.

Siehe auch