Enum HtmlSpaceMode
HtmlSpaceMode enumeration
Specifies how whitespace is represented in the generated HTML.
public enum HtmlSpaceMode
Values
| Name | Value | Description |
|---|---|---|
| Character | 0 | Use HTML character entities(such as , &ensp) to represent whitespace |
| Css | 1 | Uses CSS properties such as padding to represent whitespace. |
See Also
- namespace Aspose.Cells.Rendering
- assembly Aspose.Cells