Skip to content

Commit ce5525a

Browse files
committed
v23.6
1 parent 9b0d967 commit ce5525a

File tree

6 files changed

+13
-0
lines changed

6 files changed

+13
-0
lines changed
Binary file not shown.

jar/bcpkix-jdk15on-1.60.jar

-778 KB
Binary file not shown.

jar/bcpkix-jdk15on-1.68.jar

867 KB
Binary file not shown.

jar/bcprov-jdk15on-1.68.jar

5.69 MB
Binary file not shown.

jar/bcprov-jdk15on-160.jar

-4 MB
Binary file not shown.

lib/aspose.cells.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,7 @@ final class FileFormatType {
12091209
const EXCEL_95 = 22;
12101210
const EXCEL_97_TO_2003 = 5;
12111211
const FODS = 59;
1212+
const G_ZIP = 35615;
12121213
const GIF = 322;
12131214
const GRAPH_CHART = 58;
12141215
const HTML = 12;
@@ -1592,6 +1593,11 @@ final class IconSetType {
15921593
const TRIANGLES_3 = 19;
15931594
};
15941595

1596+
final class ImageBinarizationMethod {
1597+
const FLOYD_STEINBERG_DITHERING = 1;
1598+
const THRESHOLD = 0;
1599+
};
1600+
15951601
final class ImageType {
15961602
const BMP = 7;
15971603
const EMF = 2;
@@ -4428,6 +4434,13 @@ function __construct(...$argv) {
44284434
}
44294435
}
44304436

4437+
class HighlightChangesOptions extends Java {
4438+
static private $_className = "com.aspose.cells.HighlightChangesOptions";
4439+
function __construct(...$argv) {
4440+
parent::__construct(self::$_className, ...$argv);
4441+
}
4442+
}
4443+
44314444
class HtmlLoadOptions extends Java {
44324445
static private $_className = "com.aspose.cells.HtmlLoadOptions";
44334446
function __construct(...$argv) {

0 commit comments

Comments
 (0)