PasteOfficeHtmlParseResult
interface
The result of parsePasteOfficeHtml.
Properties
module:paste-from-office/filters/parse~PasteOfficeHtmlParseResult#bodyParsed body content as a traversable structure.
bodyString : stringmodule:paste-from-office/filters/parse~PasteOfficeHtmlParseResult#bodyStringEntire body content as a string.
styles : Array<CSSStyleSheet>module:paste-from-office/filters/parse~PasteOfficeHtmlParseResult#stylesArray of native
CSSStyleSheetobjects, each representing separatestyletag from the source HTML.stylesString : stringmodule:paste-from-office/filters/parse~PasteOfficeHtmlParseResult#stylesStringAll
styletags contents combined in the order of occurrence into one string.