Skip to content

Commit b5d31e3

Browse files
committed
v24.3
1 parent 3475531 commit b5d31e3

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed
Binary file not shown.

lib/aspose.cells.php

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -897,16 +897,6 @@ final class DataLabelsSeparatorType {
897897
const SPACE = 1;
898898
};
899899

900-
final class DataLablesSeparatorType {
901-
const AUTO = 0;
902-
const COMMA = 2;
903-
const CUSTOM = 6;
904-
const NEW_LINE = 5;
905-
const PERIOD = 4;
906-
const SEMICOLON = 3;
907-
const SPACE = 1;
908-
};
909-
910900
final class DateTimeGroupingType {
911901
const DAY = 0;
912902
const HOUR = 1;
@@ -1205,6 +1195,7 @@ final class ExternalLinkType {
12051195
};
12061196

12071197
final class FileFormatType {
1198+
const AZW_3 = 777;
12081199
const BMP = 54;
12091200
const CSV = 1;
12101201
const DIF = 30;
@@ -1783,6 +1774,7 @@ final class LoadDataFilterOptions {
17831774

17841775
final class LoadFormat {
17851776
const AUTO = 0;
1777+
const AZW_3 = 53;
17861778
const CSV = 1;
17871779
const EPUB = 52;
17881780
const EXCEL_97_TO_2003 = 5;
@@ -1851,6 +1843,12 @@ final class MemorySetting {
18511843
const NORMAL = 0;
18521844
};
18531845

1846+
final class MergeEmptyTdType {
1847+
const DEFAULT = 0;
1848+
const MERGE_FORCELY = 2;
1849+
const NONE = 1;
1850+
};
1851+
18541852
final class MetadataType {
18551853
const DECRYPTION = 2;
18561854
const DOCUMENT_PROPERTIES = 4;
@@ -2091,6 +2089,13 @@ final class OoxmlCompressionType {
20912089
const LEVEL_9 = 9;
20922090
};
20932091

2092+
final class OpenDocumentFormatVersionType {
2093+
const NONE = 0;
2094+
const ODF_11 = 1;
2095+
const ODF_12 = 2;
2096+
const ODF_13 = 3;
2097+
};
2098+
20942099
final class OperatorType {
20952100
const BETWEEN = 0;
20962101
const EQUAL = 1;
@@ -3475,6 +3480,12 @@ final class ThemeColorType {
34753480
const TEXT_2 = 3;
34763481
};
34773482

3483+
final class TickLabelAlignmentType {
3484+
const CENTER = 0;
3485+
const LEFT = 1;
3486+
const RIGHT = 2;
3487+
};
3488+
34783489
final class TickLabelPositionType {
34793490
const HIGH = 0;
34803491
const LOW = 1;
@@ -3651,13 +3662,6 @@ function __construct(...$argv) {
36513662
}
36523663
}
36533664

3654-
class AxisBins extends Java {
3655-
static private $_className = "com.aspose.cells.AxisBins";
3656-
function __construct(...$argv) {
3657-
parent::__construct(self::$_className, ...$argv);
3658-
}
3659-
}
3660-
36613665
class CalculationOptions extends Java {
36623666
static private $_className = "com.aspose.cells.CalculationOptions";
36633667
function __construct(...$argv) {

0 commit comments

Comments
 (0)