File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ final class AccessCacheOptions {
15
15
const VALIDATION = 33554441 ;
16
16
};
17
17
18
+ final class AutoFillType {
19
+ const COPY = 1 ;
20
+ const DEFAULT = 0 ;
21
+ const FORMATS = 3 ;
22
+ const SERIES = 2 ;
23
+ const VALUES = 4 ;
24
+ };
25
+
18
26
final class AutoFitMergedCellsType {
19
27
const EACH_LINE = 3 ;
20
28
const FIRST_LINE = 1 ;
@@ -3382,6 +3390,13 @@ function __construct(...$argv) {
3382
3390
}
3383
3391
}
3384
3392
3393
+ class AxisBins extends Java {
3394
+ static private $ _className = "com.aspose.cells.AxisBins " ;
3395
+ function __construct (...$ argv ) {
3396
+ parent ::__construct (self ::$ _className , ...$ argv );
3397
+ }
3398
+ }
3399
+
3385
3400
class CalculationOptions extends Java {
3386
3401
static private $ _className = "com.aspose.cells.CalculationOptions " ;
3387
3402
function __construct (...$ argv ) {
You can’t perform that action at this time.
0 commit comments