We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b3a2d commit 70d555cCopy full SHA for 70d555c
jar/aspose-cells-23.11.jar renamed to jar/aspose-cells-23.12.jar
8.32 MB
lib/aspose.cells.php
@@ -15,6 +15,11 @@ final class AccessCacheOptions {
15
const VALIDATION = 33554441;
16
};
17
18
+final class AdjustFontSizeForRowType {
19
+ const EMPTY_ROWS = 1;
20
+ const NONE = 0;
21
+};
22
+
23
final class AutoFillType {
24
const COPY = 1;
25
const DEFAULT = 0;
@@ -2279,6 +2284,12 @@ final class PdfCompliance {
2279
2284
const PDF_17 = 5;
2280
2285
const PDF_A_1_A = 2;
2281
2286
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;
2282
2293
2283
2294
2295
final class PdfCompressionCore {
0 commit comments