HtmlSpaceMode Enum

HtmlSpaceMode Enum

Specifies how whitespace is represented in the generated HTML.


type HtmlSpaceMode int32

Fields

FieldDescription
CharacterUse HTML character entities(such as  , &ensp) to represent whitespace
CssUses CSS properties such as padding to represent whitespace.