Skip to content

Commit a313e92

Browse files
committed
22.1
1 parent ab0de5c commit a313e92

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
Binary file not shown.

lib/aspose.cells.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3475,6 +3475,13 @@ function __construct(...$argv) {
34753475
}
34763476
}
34773477

3478+
class ChartGlobalizationSettings extends Java {
3479+
static private $_className = "com.aspose.cells.ChartGlobalizationSettings";
3480+
function __construct(...$argv) {
3481+
parent::__construct(self::$_className, ...$argv);
3482+
}
3483+
}
3484+
34783485
class Color extends Java {
34793486
static private $_className = "com.aspose.cells.Color";
34803487
function __construct(...$argv) {
Binary file not shown.

0 commit comments

Comments
 (0)