@univerjs/core v0.5.0-beta.1 • Docs
Enumeration: SpacingRule
Enumeration Members
Enumeration Member | Value | Description | Defined in |
---|---|---|---|
AT_LEAST | 1 | Specifies that the height of the line shall be at least the value specified, but might be expanded to fit its content as needed. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/interfaces/i-document-data.ts:784 |
AUTO | 0 | Specifies that the line spacing of the parent object shall be automatically determined by the size of its contents, with no predetermined minimum or maximum size. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/interfaces/i-document-data.ts:780 |
EXACT | 2 | Specifies that the height of the line shall be exactly the value specified, regardless of the size of the contents of the contents. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/types/interfaces/i-document-data.ts:788 |