Enum HtmlParagraphLayoutMode
HtmlParagraphLayoutMode enumeration
Specifies how HTML <p> elements are rendered when loading HTML.
public enum HtmlParagraphLayoutMode
Values
| Name | Value | Description |
|---|---|---|
| Normal | 0 | Treat <p> inside <td> as inline content in a single cell. |
| AsRow | 1 | Starts a new row for each <p> element. |
See Also
- namespace Aspose.Cells.Rendering
- assembly Aspose.Cells