Aspose::Cells::Rendering::HtmlSpaceMode enum
HtmlSpaceMode enum
Specifies how whitespace is represented in the generated HTML.
enum class 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
- Library Aspose.Cells for C++