HtmlParagraphLayoutMode enumeration

HtmlParagraphLayoutMode enumeration

Specifies how HTML

elements are rendered when loading HTML.

The HtmlParagraphLayoutMode type exposes the following members:

Fields

FieldDescription
NORMALTreat

inside

as inline content in a single cell.
AS_ROWStarts a new row for each

element.

See Also