BlockImportMode enumeration

BlockImportMode enumeration

Specifies how properties of block-level elements are imported from HTML-based documents.

Members

NameDescription
MERGEProperties of parent blocks are merged and stored on child elements (i.e. paragraphs or tables).
PRESERVEProperties of parent blocks are imported to a special logical structure and are stored separately from document nodes.

See Also