File tree Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Original file line number Diff line number Diff 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+
20512059final 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-
42904283class MarkdownSaveOptions extends Java {
42914284 static private $ _className = "com.aspose.cells.MarkdownSaveOptions " ;
42924285 function __construct (...$ argv ) {
You can’t perform that action at this time.
0 commit comments