feat: add table cell border type #389
This commit is contained in:
@@ -28,6 +28,13 @@
|
||||
- All borders
|
||||
- Borderless
|
||||
- Outer border
|
||||
- Td borders
|
||||
- Top border
|
||||
- Right border
|
||||
- Bottom border
|
||||
- Left border
|
||||
- Forward border
|
||||
- Back border
|
||||
- Vertical alignment
|
||||
- Top alignment
|
||||
- Center vertically
|
||||
|
||||
@@ -64,7 +64,10 @@ interface ILang {
|
||||
borderEmpty: string
|
||||
borderExternal: string
|
||||
borderTd: string
|
||||
borderTdTop: string
|
||||
borderTdRight: string
|
||||
borderTdBottom: string
|
||||
borderTdLeft: string
|
||||
borderTdForward: string
|
||||
borderTdBack: string
|
||||
}
|
||||
|
||||
@@ -28,6 +28,13 @@
|
||||
- 所有框线
|
||||
- 无框线
|
||||
- 外侧框线
|
||||
- 单元格边框
|
||||
- 上边框
|
||||
- 右边框
|
||||
- 下边框
|
||||
- 左边框
|
||||
- 正斜线
|
||||
- 反斜线
|
||||
- 垂直对齐
|
||||
- 顶端对齐
|
||||
- 垂直居中
|
||||
|
||||
@@ -64,7 +64,10 @@ interface ILang {
|
||||
borderEmpty: string
|
||||
borderExternal: string
|
||||
borderTd: string
|
||||
borderTdTop: string
|
||||
borderTdRight: string
|
||||
borderTdBottom: string
|
||||
borderTdLeft: string
|
||||
borderTdForward: string
|
||||
borderTdBack: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user