File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1246,6 +1246,7 @@ final class FileFormatType {
1246
1246
const OTP = 61 ;
1247
1247
const OTS = 55 ;
1248
1248
const OTT = 53 ;
1249
+ const OXPS = 776 ;
1249
1250
const PDF = 13 ;
1250
1251
const PNG = 262 ;
1251
1252
const POTM = 43 ;
@@ -3710,6 +3711,13 @@ function __construct(...$argv) {
3710
3711
}
3711
3712
}
3712
3713
3714
+ class ChartCalculateOptions extends Java {
3715
+ static private $ _className = "com.aspose.cells.ChartCalculateOptions " ;
3716
+ function __construct (...$ argv ) {
3717
+ parent ::__construct (self ::$ _className , ...$ argv );
3718
+ }
3719
+ }
3720
+
3713
3721
class ChartGlobalizationSettings extends Java {
3714
3722
static private $ _className = "com.aspose.cells.ChartGlobalizationSettings " ;
3715
3723
function __construct (...$ argv ) {
You can’t perform that action at this time.
0 commit comments