Interface

ParseHtmlResult (paste-from-office/filters)

@ckeditor/ckeditor5-paste-from-office/src/filters/parse

interface

The result of parseHtml.

Filtering

Properties

  • body : DocumentFragment

    Parsed body content as a traversable structure.

  • bodyString : string

    Entire body content as a string.

  • styles : Array<CSSStyleSheet>

    Array of native CSSStyleSheet objects, each representing separate style tag from the source HTML.

  • stylesString : string

    All style tags contents combined in the order of occurrence into one string.