space_mode property

space_mode property

Indicates how spaces are rendered in HTML output. This option is currently applied only to numeric formats (e.g. accounting format). The default value is HtmlSpaceMode.CSS.

Definition:

@property
def space_mode(self):
    ...
@space_mode.setter
def space_mode(self, value):
    ...

See Also