Click or drag to resize

NumberSpaceType Enumeration

Specifies the number spacing type.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum NumberSpaceType
Members
Member name Value Description
Default 0 Apply the default number spacing.
Proportional 1 Apply the proportional number spacing.
Tabular 2 Apply the tabular number spacing.
See Also