public static enum PdfWriter.PageSize extends Enum<PdfWriter.PageSize> implements PdfWriter.IPageSize
Enum Constant and Description |
---|
A3 |
A4 |
A5 |
B4 |
B5 |
JIS_B4 |
JIS_B5 |
LEDGER |
LEGAL |
LETTER |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static PdfWriter.PageSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfWriter.PageSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfWriter.PageSize A5
public static final PdfWriter.PageSize A4
public static final PdfWriter.PageSize A3
public static final PdfWriter.PageSize B5
public static final PdfWriter.PageSize B4
public static final PdfWriter.PageSize JIS_B5
public static final PdfWriter.PageSize JIS_B4
public static final PdfWriter.PageSize LETTER
public static final PdfWriter.PageSize LEGAL
public static final PdfWriter.PageSize LEDGER
public static PdfWriter.PageSize[] values()
for (PdfWriter.PageSize c : PdfWriter.PageSize.values()) System.out.println(c);
public static PdfWriter.PageSize valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
getValue
in interface PdfWriter.IPageSize
Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.