API Reference
@univerjs
@univerjs/core
enumerations
Contentalignment

@univerjs/core v0.1.17Docs


Enumeration: ContentAlignment

The content alignments for a Shape or TableCell. The supported alignments correspond to predefined text anchoring types from the ECMA-376 standard.

Enumeration Members

Enumeration MemberValueDefined in
BOTTOM4submodules/univer/packages/core/src/types/interfaces/i-document-data.ts:792 (opens in a new tab)
CONTENT_ALIGNMENT_UNSPECIFIED0submodules/univer/packages/core/src/types/interfaces/i-document-data.ts:788 (opens in a new tab)
CONTENT_ALIGNMENT_UNSUPPORTED1submodules/univer/packages/core/src/types/interfaces/i-document-data.ts:789 (opens in a new tab)
MIDDLE3submodules/univer/packages/core/src/types/interfaces/i-document-data.ts:791 (opens in a new tab)
TOP2submodules/univer/packages/core/src/types/interfaces/i-document-data.ts:790 (opens in a new tab)

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