BlockImportMode enumeration
BlockImportMode enumeration
Specifies how properties of block-level elements are imported from HTML-based documents.
Members
Name | Description |
---|---|
MERGE | Properties of parent blocks are merged and stored on child elements (i.e. paragraphs or tables). |
PRESERVE | Properties of parent blocks are imported to a special logical structure and are stored separately from document nodes. |
See Also
- module aspose.words.loading