API Reference
@univerjs
@univerjs/core
enumerations
Spacingrule

@univerjs/core v0.4.2Docs


Enumeration: SpacingRule

Enumeration Members

Enumeration MemberValueDescriptionDefined in
AT_LEAST1Specifies 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)
AUTO0Specifies 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)
EXACT2Specifies 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)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.