@univerjs/core v0.4.2 • 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. | submodules/univer/packages/core/src/types/interfaces/i-document-data.ts:777 (opens in a new tab) |
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. | submodules/univer/packages/core/src/types/interfaces/i-document-data.ts:773 (opens in a new tab) |
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. | submodules/univer/packages/core/src/types/interfaces/i-document-data.ts:781 (opens in a new tab) |