Enum HtmlParagraphLayoutMode

HtmlParagraphLayoutMode enumeration

Specifies how HTML <p> elements are rendered when loading HTML.

public enum HtmlParagraphLayoutMode

Values

NameValueDescription
Normal0Treat <p> inside <td> as inline content in a single cell.
AsRow1Starts a new row for each <p> element.

See Also