Skip to content

Commit 09137b1

Browse files
committed
21.7
1 parent 63d8031 commit 09137b1

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed
Binary file not shown.

jar/bcpkix-jdk15on-1.60.jar

778 KB
Binary file not shown.

lib/aspose.cells.php

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2048,6 +2048,14 @@ final class ParameterType {
20482048
const VALUE = 1;
20492049
};
20502050

2051+
final class PasteOperationType {
2052+
const ADD = 1;
2053+
const DIVIDE = 4;
2054+
const MULTIPLY = 3;
2055+
const NONE = 0;
2056+
const SUBTRACT = 2;
2057+
};
2058+
20512059
final class PasteType {
20522060
const ALL = 0;
20532061
const ALL_EXCEPT_BORDERS = 2;
@@ -4272,21 +4280,6 @@ function __construct(...$argv) {
42724280
}
42734281
}
42744282

4275-
class LocaleNumberFormatConstants extends Java {
4276-
static private $_className = "com.aspose.cells.LocaleNumberFormatConstants";
4277-
function __construct(...$argv) {
4278-
parent::__construct(self::$_className, ...$argv);
4279-
}
4280-
4281-
static function getRegionDecimalSeparator(...$argv) {
4282-
return Java(self::$_className)->getRegionDecimalSeparator(...$argv);
4283-
}
4284-
4285-
static function getRegionGroupSeparator(...$argv) {
4286-
return Java(self::$_className)->getRegionGroupSeparator(...$argv);
4287-
}
4288-
}
4289-
42904283
class MarkdownSaveOptions extends Java {
42914284
static private $_className = "com.aspose.cells.MarkdownSaveOptions";
42924285
function __construct(...$argv) {

0 commit comments

Comments
 (0)