Aspose::Cells::Rendering::HtmlSpaceMode enum

HtmlSpaceMode enum

Specifies how whitespace is represented in the generated HTML.

enum class HtmlSpaceMode

Values

NameValueDescription
Character0
Use HTML character entities(such as  , &ensp) to represent whitespace.
Css1
Uses CSS properties such as padding to represent whitespace.

See Also