@@ -347,207 +347,337 @@ module.exports = {
CfgDispName: '空白',
border_style: [
{
- 'Color': 'BLACK',
- 'Position': 'Left',
- 'DashStyle': 'SOLID',
- 'LineWeight': '0'
- }, {
- 'Position': 'Right',
- 'Position': 'Top',
- 'Position': 'Bottom',
- }
- ]
+ Color: 'BLACK',
+ Position: 'Left',
+ DashStyle: 'SOLID',
+ LineWeight: '0',
+ }, {
+ Position: 'Right',
+ Position: 'Top',
+ Position: 'Bottom',
+ },
+ ],
}, {
ID: 'Default',
CfgDispName: '默认',
- 'LineWeight': '1'
+ LineWeight: '1',
ID: 'Default_Normal',
CfgDispName: '正常',
ID: 'Label_Underline',
CfgDispName: '字符底线',
ID: 'Label_Left',
CfgDispName: '左边线',
ID: 'Label_Right',
CfgDispName: '右边线',
ID: 'Label_Top',
CfgDispName: '上边线',
+ ID: 'Label_LeftTop',
+ CfgDispName: '左上边线',
+ border_style: [
+ {
+ ID: 'Label_LeftBottom',
+ CfgDispName: '左下边线',
+ ID: 'Label_RightTop',
+ CfgDispName: '右上边线',
+ ID: 'Label_RightBottom',
+ CfgDispName: '右下边线',
+ ID: 'Label_TopBottom',
+ CfgDispName: '上下边线',
ID: 'BORDER_ALL_AROUND',
CfgDispName: '报表边框',
- 'LineWeight': '2.0'
+ LineWeight: '2.0',
},
],