Aspose::Cells::Rendering::HtmlParagraphLayoutMode enum
HtmlParagraphLayoutMode enum
Specifies how HTML
elements are rendered when loading HTML.
enum class HtmlParagraphLayoutMode
Values
| Name | Value | Description | |
|---|---|---|---|
| Normal | 0 | Treat inside | as inline content in a single cell. |
| AsRow | 1 | Starts a new row for each element. |
See Also
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++