Aspose::Words::Loading::BlockImportMode enum

BlockImportMode enum

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

enum class BlockImportMode

Values

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

See Also