Skip to content

Commit 5fd2f55

Browse files
committed
v23.1
1 parent 9208ae0 commit 5fd2f55

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
Binary file not shown.

lib/aspose.cells.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ final class DisplayDrawingObjects {
930930
final class DisplayUnitType {
931931
const BILLIONS = 8;
932932
const CUST = 11;
933+
const CUSTOM = 12;
933934
const HUNDRED_MILLIONS = 7;
934935
const HUNDRED_THOUSANDS = 4;
935936
const HUNDREDS = 1;
@@ -4504,6 +4505,13 @@ function __construct(...$argv) {
45044505
}
45054506
}
45064507

4508+
class PivotGlobalizationSettings extends Java {
4509+
static private $_className = "com.aspose.cells.PivotGlobalizationSettings";
4510+
function __construct(...$argv) {
4511+
parent::__construct(self::$_className, ...$argv);
4512+
}
4513+
}
4514+
45074515
class PivotPageFields extends Java {
45084516
static private $_className = "com.aspose.cells.PivotPageFields";
45094517
function __construct(...$argv) {
@@ -4539,6 +4547,13 @@ function __construct(...$argv) {
45394547
}
45404548
}
45414549

4550+
class RevisionHeader extends Java {
4551+
static private $_className = "com.aspose.cells.RevisionHeader";
4552+
function __construct(...$argv) {
4553+
parent::__construct(self::$_className, ...$argv);
4554+
}
4555+
}
4556+
45424557
class SeriesLayoutProperties extends Java {
45434558
static private $_className = "com.aspose.cells.SeriesLayoutProperties";
45444559
function __construct(...$argv) {
@@ -4708,6 +4723,13 @@ function __construct(...$argv) {
47084723
}
47094724
}
47104725

4726+
class TwoColorGradient extends Java {
4727+
static private $_className = "com.aspose.cells.TwoColorGradient";
4728+
function __construct(...$argv) {
4729+
parent::__construct(self::$_className, ...$argv);
4730+
}
4731+
}
4732+
47114733
class TxtLoadOptions extends Java {
47124734
static private $_className = "com.aspose.cells.TxtLoadOptions";
47134735
function __construct(...$argv) {
Binary file not shown.

0 commit comments

Comments
 (0)