API Reference
@univerjs
@univerjs/core
interfaces
Iborderdata

@univerjs/core v0.1.17Docs


Interface: IBorderData

Style properties of top, bottom, left and right border

TLBR = 'tlbr', //START_TOP_LEFT_END_BOTTOM_RIGHT TLBC = 'tlbc', // START_TOP_LEFT_END_BOTTOM_CENTER

TLMR = 'tlmr', // START_TOP_LEFT_END_MIDDLE_RIGHT

BLTR = 'bltr', // START_BOTTOM_LEFT_END_TOP_RIGHT

MLTR = 'mltr', // START_MIDDLE_LEFT_END_TOP_RIGHT

BCTR = 'bctr', // START_BOTTOM_CENTER_END_TOP_RIGHT

Properties

PropertyTypeDefined in
b?Nullable<IBorderStyleData>submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:84 (opens in a new tab)
bc_tr?Nullable<IBorderStyleData>submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:93 (opens in a new tab)
bl_tr?Nullable<IBorderStyleData>submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:91 (opens in a new tab)
l?Nullable<IBorderStyleData>submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:85 (opens in a new tab)
ml_tr?Nullable<IBorderStyleData>submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:92 (opens in a new tab)
r?Nullable<IBorderStyleData>submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:83 (opens in a new tab)
t?Nullable<IBorderStyleData>submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:82 (opens in a new tab)
tl_bc?Nullable<IBorderStyleData>submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:88 (opens in a new tab)
tl_br?Nullable<IBorderStyleData>submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:87 (opens in a new tab)
tl_mr?Nullable<IBorderStyleData>submodules/univer/packages/core/src/types/interfaces/i-style-data.ts:89 (opens in a new tab)

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