mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
set default A4
This commit is contained in:
parent
71ab5eadf1
commit
7d2c0932d6
@ -14,6 +14,7 @@ public class PageSizeRequest extends PDFComparison {
|
|||||||
@Schema(
|
@Schema(
|
||||||
description = "Standard Page Size",
|
description = "Standard Page Size",
|
||||||
allowableValues = {"A0", "A1", "A2", "A3", "A4", "A5", "A6", "LETTER", "LEGAL"},
|
allowableValues = {"A0", "A1", "A2", "A3", "A4", "A5", "A6", "LETTER", "LEGAL"},
|
||||||
|
defaultValue = "A4",
|
||||||
requiredMode = Schema.RequiredMode.REQUIRED)
|
requiredMode = Schema.RequiredMode.REQUIRED)
|
||||||
private String standardPageSize;
|
private String standardPageSize;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user