HtmlSpaceMode enumeration
HtmlSpaceMode enumeration
Specifies how whitespace is represented in the generated HTML.
The HtmlSpaceMode type exposes the following members:
Fields
| Field | Description |
|---|---|
| CHARACTER | Use HTML character entities(such as , &ensp) to represent whitespace |
| CSS | Uses CSS properties such as padding to represent whitespace. |
See Also
- module
aspose.cells.rendering