aspose.cells 22.11.0 → 23.1.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-
|
|
13
|
+
java.classpath.push(__dirname + "/aspose-cells-23.1.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,
|
|
@@ -934,6 +932,7 @@ exports.DisplayDrawingObjects = {
|
|
|
934
932
|
exports.DisplayUnitType = {
|
|
935
933
|
BILLIONS : 8,
|
|
936
934
|
CUST : 11,
|
|
935
|
+
CUSTOM : 12,
|
|
937
936
|
HUNDRED_MILLIONS : 7,
|
|
938
937
|
HUNDRED_THOUSANDS : 4,
|
|
939
938
|
HUNDREDS : 1,
|
|
@@ -1453,6 +1452,11 @@ exports.InputMethodEditorMode = {
|
|
|
1453
1452
|
OFF : 2,
|
|
1454
1453
|
ON : 1,
|
|
1455
1454
|
},
|
|
1455
|
+
exports.JsonExportHyperlinkType = {
|
|
1456
|
+
ADDRESS : 1,
|
|
1457
|
+
DISPLAY_STRING : 0,
|
|
1458
|
+
HTML_STRING : 2,
|
|
1459
|
+
},
|
|
1456
1460
|
exports.LabelPositionType = {
|
|
1457
1461
|
ABOVE : 4,
|
|
1458
1462
|
BELOW : 5,
|
|
@@ -3308,11 +3312,13 @@ exports.PdfSaveOptions = java.import("com.aspose.cells.PdfSaveOptions");
|
|
|
3308
3312
|
exports.PdfSecurityOptions = java.import("com.aspose.cells.PdfSecurityOptions");
|
|
3309
3313
|
exports.PicFormatOption = java.import("com.aspose.cells.PicFormatOption");
|
|
3310
3314
|
exports.PictureBulletValue = java.import("com.aspose.cells.PictureBulletValue");
|
|
3315
|
+
exports.PivotGlobalizationSettings = java.import("com.aspose.cells.PivotGlobalizationSettings");
|
|
3311
3316
|
exports.PivotPageFields = java.import("com.aspose.cells.PivotPageFields");
|
|
3312
3317
|
exports.PowerQueryFormulaParameter = java.import("com.aspose.cells.PowerQueryFormulaParameter");
|
|
3313
3318
|
exports.PowerQueryFormulaParameterCollection = java.import("com.aspose.cells.PowerQueryFormulaParameterCollection");
|
|
3314
3319
|
exports.PptxSaveOptions = java.import("com.aspose.cells.PptxSaveOptions");
|
|
3315
3320
|
exports.ReplaceOptions = java.import("com.aspose.cells.ReplaceOptions");
|
|
3321
|
+
exports.RevisionHeader = java.import("com.aspose.cells.RevisionHeader");
|
|
3316
3322
|
exports.SeriesLayoutProperties = java.import("com.aspose.cells.SeriesLayoutProperties");
|
|
3317
3323
|
exports.ShapeGuideCollection = java.import("com.aspose.cells.ShapeGuideCollection");
|
|
3318
3324
|
exports.ShapePath = java.import("com.aspose.cells.ShapePath");
|
|
@@ -3336,6 +3342,7 @@ exports.ThemeColor = java.import("com.aspose.cells.ThemeColor");
|
|
|
3336
3342
|
exports.ThreadedCommentAuthorCollection = java.import("com.aspose.cells.ThreadedCommentAuthorCollection");
|
|
3337
3343
|
exports.TilePicOption = java.import("com.aspose.cells.TilePicOption");
|
|
3338
3344
|
exports.Top10 = java.import("com.aspose.cells.Top10");
|
|
3345
|
+
exports.TwoColorGradient = java.import("com.aspose.cells.TwoColorGradient");
|
|
3339
3346
|
exports.TxtLoadOptions = java.import("com.aspose.cells.TxtLoadOptions");
|
|
3340
3347
|
exports.TxtSaveOptions = java.import("com.aspose.cells.TxtSaveOptions");
|
|
3341
3348
|
exports.WebExtensionBinding = java.import("com.aspose.cells.WebExtensionBinding");
|
package/package.json
CHANGED
|
Binary file
|