|
@@ -201,12 +201,13 @@ const JV = {
|
|
|
|
|
|
PAGE_STATUS: ["EveryPage","FirstPage", "LastPage", "SegmentStart", "SegmentEnd", "Group", "CrossRowEnd", "CrossColEnd"],
|
|
|
|
|
|
- CONTROL_PROPS: ["Shrink", "ShowZero", "Horizon", "Vertical", "Wrap"],
|
|
|
+ CONTROL_PROPS: ["Shrink", "ShowZero", "Horizon", "Vertical", "Wrap", "VerticalForExcel"],
|
|
|
CONTROL_PROP_IDX_SHRINK: 0,
|
|
|
CONTROL_PROP_IDX_SHOW_ZERO: 1,
|
|
|
CONTROL_PROP_IDX_HORIZON: 2,
|
|
|
CONTROL_PROP_IDX_VERTICAL: 3,
|
|
|
CONTROL_PROP_IDX_WRAP: 4,
|
|
|
+ CONTROL_PROP_IDX_VERTICAL_EXCEL: 5,
|
|
|
BORDER_STYLE_PROPS: ["LineWeight", "DashStyle", "Color"],
|
|
|
PROP_LINE_WEIGHT: "LineWeight",
|
|
|
PROP_DASH_STYLE: "DashStyle",
|