Skip to content

Commit 70d555c

Browse files
committed
v23.12
1 parent 50b3a2d commit 70d555c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Binary file not shown.

lib/aspose.cells.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ final class AccessCacheOptions {
1515
const VALIDATION = 33554441;
1616
};
1717

18+
final class AdjustFontSizeForRowType {
19+
const EMPTY_ROWS = 1;
20+
const NONE = 0;
21+
};
22+
1823
final class AutoFillType {
1924
const COPY = 1;
2025
const DEFAULT = 0;
@@ -2279,6 +2284,12 @@ final class PdfCompliance {
22792284
const PDF_17 = 5;
22802285
const PDF_A_1_A = 2;
22812286
const PDF_A_1_B = 1;
2287+
const PDF_A_2_A = 8;
2288+
const PDF_A_2_B = 6;
2289+
const PDF_A_2_U = 7;
2290+
const PDF_A_3_A = 11;
2291+
const PDF_A_3_B = 9;
2292+
const PDF_A_3_U = 10;
22822293
};
22832294

22842295
final class PdfCompressionCore {

0 commit comments

Comments
 (0)