@@ -1154,10 +1154,15 @@ final class ErrorCheckType {
1154
1154
const CALC = 1 ;
1155
1155
const CALCULATED_COLUMN = 129 ;
1156
1156
const EMPTY_CELL_REF = 2 ;
1157
+ const EVALUATION_ERROR = 1 ;
1157
1158
const INCONSIST_FORMULA = 16 ;
1158
1159
const INCONSIST_RANGE = 8 ;
1160
+ const NUMBER_STORED_AS_TEXT = 4 ;
1161
+ const TABLE_DATA_VALIDATION = 128 ;
1159
1162
const TEXT_DATE = 32 ;
1160
1163
const TEXT_NUMBER = 4 ;
1164
+ const TWO_DIGIT_TEXT_YEAR = 32 ;
1165
+ const UNLOCKED_FORMULA = 64 ;
1161
1166
const UNPROCTED_FORMULA = 64 ;
1162
1167
const VALIDATION = 128 ;
1163
1168
};
@@ -1399,24 +1404,24 @@ final class FontUnderlineType {
1399
1404
};
1400
1405
1401
1406
final class FormatConditionType {
1402
- const ABOVE_AVERAGE = 17 ;
1403
- const BEGINS_WITH = 10 ;
1404
- const CELL_VALUE = 0 ;
1405
- const COLOR_SCALE = 2 ;
1406
- const CONTAINS_BLANKS = 12 ;
1407
- const CONTAINS_ERRORS = 14 ;
1408
- const CONTAINS_TEXT = 8 ;
1409
- const DATA_BAR = 3 ;
1410
- const DUPLICATE_VALUES = 7 ;
1411
- const ENDS_WITH = 11 ;
1412
- const EXPRESSION = 1 ;
1413
- const ICON_SET = 4 ;
1414
- const NOT_CONTAINS_BLANKS = 13 ;
1415
- const NOT_CONTAINS_ERRORS = 15 ;
1416
- const NOT_CONTAINS_TEXT = 9 ;
1417
- const TIME_PERIOD = 16 ;
1418
- const TOP_10 = 5 ;
1419
- const UNIQUE_VALUES = 6 ;
1407
+ const ABOVE_AVERAGE = 16384 ;
1408
+ const BEGINS_WITH = 128 ;
1409
+ const CELL_VALUE = 1 ;
1410
+ const COLOR_SCALE = 32768 ;
1411
+ const CONTAINS_BLANKS = 512 ;
1412
+ const CONTAINS_ERRORS = 2048 ;
1413
+ const CONTAINS_TEXT = 32 ;
1414
+ const DATA_BAR = 65536 ;
1415
+ const DUPLICATE_VALUES = 16 ;
1416
+ const ENDS_WITH = 256 ;
1417
+ const EXPRESSION = 2 ;
1418
+ const ICON_SET = 131072 ;
1419
+ const NOT_CONTAINS_BLANKS = 1024 ;
1420
+ const NOT_CONTAINS_ERRORS = 4096 ;
1421
+ const NOT_CONTAINS_TEXT = 64 ;
1422
+ const TIME_PERIOD = 8192 ;
1423
+ const TOP_10 = 4 ;
1424
+ const UNIQUE_VALUES = 8 ;
1420
1425
};
1421
1426
1422
1427
final class FormatConditionValueType {
@@ -2268,6 +2273,10 @@ final class PasteType {
2268
2273
2269
2274
final class PdfCompliance {
2270
2275
const NONE = 0 ;
2276
+ const PDF_14 = 0 ;
2277
+ const PDF_15 = 3 ;
2278
+ const PDF_16 = 4 ;
2279
+ const PDF_17 = 5 ;
2271
2280
const PDF_A_1_A = 2 ;
2272
2281
const PDF_A_1_B = 1 ;
2273
2282
};
@@ -2335,6 +2344,13 @@ final class PivotFieldDataDisplayFormat {
2335
2344
const RUNNING_TOTAL_IN = 4 ;
2336
2345
};
2337
2346
2347
+ final class PivotFieldGroupType {
2348
+ const DATE_TIME_RANGE = 1 ;
2349
+ const DISCRETE = 3 ;
2350
+ const NONE = 0 ;
2351
+ const NUMBERIC_RANGE = 2 ;
2352
+ };
2353
+
2338
2354
final class PivotFieldSubtotalType {
2339
2355
const AUTOMATIC = 1 ;
2340
2356
const AVERAGE = 8 ;
@@ -2433,6 +2449,7 @@ final class PivotGroupByType {
2433
2449
const HOURS = 3 ;
2434
2450
const MINUTES = 2 ;
2435
2451
const MONTHS = 5 ;
2452
+ const NUMBERS = 0 ;
2436
2453
const QUARTERS = 6 ;
2437
2454
const RANGE_OF_VALUES = 0 ;
2438
2455
const SECONDS = 1 ;
@@ -3107,15 +3124,15 @@ final class SqlScriptOperatorType {
3107
3124
3108
3125
final class StyleModifyFlag {
3109
3126
const ALIGNMENT_SETTINGS = 4161664 ;
3110
- const ALL = 234881012 ;
3127
+ const ALL = 234881023 ;
3111
3128
const BACKGROUND_COLOR = 16777216 ;
3112
3129
const BORDERS = 16224 ;
3113
3130
const BOTTOM_BORDER = 2048 ;
3114
3131
const CELL_SHADING = 29360128 ;
3115
3132
const DIAGONAL = 12288 ;
3116
3133
const DIAGONAL_DOWN_BORDER = 4096 ;
3117
3134
const DIAGONAL_UP_BORDER = 8192 ;
3118
- const FONT = 20 ;
3135
+ const FONT = 31 ;
3119
3136
const FONT_CAP = 18 ;
3120
3137
const FONT_CHARSET = 10 ;
3121
3138
const FONT_COLOR = 3 ;
@@ -4284,6 +4301,13 @@ function __construct(...$argv) {
4284
4301
}
4285
4302
}
4286
4303
4304
+ class CustomPiovtFieldGroupItem extends Java {
4305
+ static private $ _className = "com.aspose.cells.CustomPiovtFieldGroupItem " ;
4306
+ function __construct (...$ argv ) {
4307
+ parent ::__construct (self ::$ _className , ...$ argv );
4308
+ }
4309
+ }
4310
+
4287
4311
class CustomProperty extends Java {
4288
4312
static private $ _className = "com.aspose.cells.CustomProperty " ;
4289
4313
function __construct (...$ argv ) {
@@ -4630,6 +4654,10 @@ static function getConsumptionCredit(...$argv) {
4630
4654
static function getConsumptionQuantity (...$ argv ) {
4631
4655
return Java (self ::$ _className )->getConsumptionQuantity (...$ argv );
4632
4656
}
4657
+
4658
+ static function isMeteredLicensed (...$ argv ) {
4659
+ return Java (self ::$ _className )->isMeteredLicensed (...$ argv );
4660
+ }
4633
4661
}
4634
4662
4635
4663
class MultipleFilterCollection extends Java {
@@ -4744,6 +4772,13 @@ function __construct(...$argv) {
4744
4772
}
4745
4773
}
4746
4774
4775
+ class PivotFieldGroupSettings extends Java {
4776
+ static private $ _className = "com.aspose.cells.PivotFieldGroupSettings " ;
4777
+ function __construct (...$ argv ) {
4778
+ parent ::__construct (self ::$ _className , ...$ argv );
4779
+ }
4780
+ }
4781
+
4747
4782
class PivotGlobalizationSettings extends Java {
4748
4783
static private $ _className = "com.aspose.cells.PivotGlobalizationSettings " ;
4749
4784
function __construct (...$ argv ) {
@@ -5222,6 +5257,10 @@ static function mergeFiles(...$argv) {
5222
5257
Java (self ::$ _className )->mergeFiles (...$ argv );
5223
5258
}
5224
5259
5260
+ static function needQuoteInFormula (...$ argv ) {
5261
+ return Java (self ::$ _className )->needQuoteInFormula (...$ argv );
5262
+ }
5263
+
5225
5264
static function rowIndexToName (...$ argv ) {
5226
5265
return Java (self ::$ _className )->rowIndexToName (...$ argv );
5227
5266
}
0 commit comments