@@ -1203,7 +1203,6 @@ final class FileFormatType {
1203
1203
const DOTX = 39 ;
1204
1204
const EMF = 258 ;
1205
1205
const EXCEL_2 = 25 ;
1206
- const EXCEL_2003_XML = 15 ;
1207
1206
const EXCEL_3 = 24 ;
1208
1207
const EXCEL_4 = 23 ;
1209
1208
const EXCEL_95 = 22 ;
@@ -1218,6 +1217,7 @@ final class FileFormatType {
1218
1217
const M_HTML = 17 ;
1219
1218
const MAPI_MESSAGE = 33 ;
1220
1219
const MARKDOWN = 57 ;
1220
+ const MICROSOFT_CABINET = 773 ;
1221
1221
const MS_EQUATION = 34 ;
1222
1222
const NUMBERS = 56 ;
1223
1223
const NUMBERS_09 = 56 ;
@@ -1242,6 +1242,7 @@ final class FileFormatType {
1242
1242
const PPT = 32 ;
1243
1243
const PPTM = 41 ;
1244
1244
const PPTX = 26 ;
1245
+ const RTF = 774 ;
1245
1246
const SPREADSHEET_ML = 15 ;
1246
1247
const SQL_SCRIPT = 514 ;
1247
1248
const SVG = 28 ;
@@ -4455,6 +4456,20 @@ function __construct(...$argv) {
4455
4456
}
4456
4457
}
4457
4458
4459
+ class HtmlTableLoadOption extends Java {
4460
+ static private $ _className = "com.aspose.cells.HtmlTableLoadOption " ;
4461
+ function __construct (...$ argv ) {
4462
+ parent ::__construct (self ::$ _className , ...$ argv );
4463
+ }
4464
+ }
4465
+
4466
+ class HtmlTableLoadOptionCollection extends Java {
4467
+ static private $ _className = "com.aspose.cells.HtmlTableLoadOptionCollection " ;
4468
+ function __construct (...$ argv ) {
4469
+ parent ::__construct (self ::$ _className , ...$ argv );
4470
+ }
4471
+ }
4472
+
4458
4473
class ImageOrPrintOptions extends Java {
4459
4474
static private $ _className = "com.aspose.cells.ImageOrPrintOptions " ;
4460
4475
function __construct (...$ argv ) {
@@ -4766,6 +4781,27 @@ function __construct(...$argv) {
4766
4781
}
4767
4782
}
4768
4783
4784
+ class SettableChartGlobalizationSettings extends Java {
4785
+ static private $ _className = "com.aspose.cells.SettableChartGlobalizationSettings " ;
4786
+ function __construct (...$ argv ) {
4787
+ parent ::__construct (self ::$ _className , ...$ argv );
4788
+ }
4789
+ }
4790
+
4791
+ class SettableGlobalizationSettings extends Java {
4792
+ static private $ _className = "com.aspose.cells.SettableGlobalizationSettings " ;
4793
+ function __construct (...$ argv ) {
4794
+ parent ::__construct (self ::$ _className , ...$ argv );
4795
+ }
4796
+ }
4797
+
4798
+ class SettablePivotGlobalizationSettings extends Java {
4799
+ static private $ _className = "com.aspose.cells.SettablePivotGlobalizationSettings " ;
4800
+ function __construct (...$ argv ) {
4801
+ parent ::__construct (self ::$ _className , ...$ argv );
4802
+ }
4803
+ }
4804
+
4769
4805
class ShapeGuideCollection extends Java {
4770
4806
static private $ _className = "com.aspose.cells.ShapeGuideCollection " ;
4771
4807
function __construct (...$ argv ) {
0 commit comments