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 {
12461246 const OTP = 61 ;
12471247 const OTS = 55 ;
12481248 const OTT = 53 ;
1249+ const OXPS = 776 ;
12491250 const PDF = 13 ;
12501251 const PNG = 262 ;
12511252 const POTM = 43 ;
@@ -3710,6 +3711,13 @@ function __construct(...$argv) {
37103711 }
37113712}
37123713
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+
37133721class ChartGlobalizationSettings extends Java {
37143722 static private $ _className = "com.aspose.cells.ChartGlobalizationSettings " ;
37153723 function __construct (...$ argv ) {
You can’t perform that action at this time.
0 commit comments