aspose.cells 22.11.0 → 22.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/lib/aspose.cells.js
CHANGED
|
@@ -10,7 +10,7 @@ java.asyncOptions = {
|
|
|
10
10
|
asyncSuffix: "Async",
|
|
11
11
|
syncSuffix: "",
|
|
12
12
|
};
|
|
13
|
-
java.classpath.push(__dirname + "/aspose-cells-22.
|
|
13
|
+
java.classpath.push(__dirname + "/aspose-cells-22.12.jar");
|
|
14
14
|
java.classpath.push(__dirname + "/bcprov-jdk15on-160.jar");
|
|
15
15
|
java.classpath.push(__dirname + "/bcpkix-jdk15on-1.60.jar");
|
|
16
16
|
java.classpath.push(__dirname + "/JavaClassBridge.jar");
|
|
@@ -336,8 +336,6 @@ exports.AutoShapeType = {
|
|
|
336
336
|
TEXT_WAVE : 28,
|
|
337
337
|
TEXT_WAVE_1 : 156,
|
|
338
338
|
TEXT_WAVE_2 : 157,
|
|
339
|
-
TEXT_WAVE_3 : 158,
|
|
340
|
-
TEXT_WAVE_4 : 159,
|
|
341
339
|
TRAPEZOID : 8,
|
|
342
340
|
U_TURN_ARROW : 101,
|
|
343
341
|
UNKNOWN : 4095,
|
|
@@ -1453,6 +1451,11 @@ exports.InputMethodEditorMode = {
|
|
|
1453
1451
|
OFF : 2,
|
|
1454
1452
|
ON : 1,
|
|
1455
1453
|
},
|
|
1454
|
+
exports.JsonExportHyperlinkType = {
|
|
1455
|
+
ADDRESS : 1,
|
|
1456
|
+
DISPLAY_STRING : 0,
|
|
1457
|
+
HTML_STRING : 2,
|
|
1458
|
+
},
|
|
1456
1459
|
exports.LabelPositionType = {
|
|
1457
1460
|
ABOVE : 4,
|
|
1458
1461
|
BELOW : 5,
|