public enum ExcelPaperType extends Enum<ExcelPaperType>
Enum Constant and Description |
---|
A3
A3 297x420 mm
|
A4
A4 210x297 mm
|
A4_PLUS
A4 大 210x330 mm
|
A4_ROTATED
A4 旋转 297x210 mm
|
A4_SMALL
A4 小 210x297 mm
|
A4_TRANSVERSE
A4 横向 210x297 mm
|
A5
A5 148x210 mm
|
B4
B4 250x354 mm
|
B5
B5 182x257 mm
|
C3
C3 324x458 mm
|
C4
C4 229x324 mm
|
C5
C5 162x229 mm
|
C6
C6 114x162 mm
|
DEFAULT
默认
|
DL
110x220 mm
|
QUARTO
215x275 mm
|
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static ExcelPaperType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelPaperType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExcelPaperType DEFAULT
public static final ExcelPaperType A3
public static final ExcelPaperType A4
public static final ExcelPaperType A4_SMALL
public static final ExcelPaperType A4_PLUS
public static final ExcelPaperType A4_TRANSVERSE
public static final ExcelPaperType A4_ROTATED
public static final ExcelPaperType A5
public static final ExcelPaperType B4
public static final ExcelPaperType B5
public static final ExcelPaperType C3
public static final ExcelPaperType C4
public static final ExcelPaperType C5
public static final ExcelPaperType C6
public static final ExcelPaperType QUARTO
public static final ExcelPaperType DL
public static ExcelPaperType[] values()
for (ExcelPaperType c : ExcelPaperType.values()) System.out.println(c);
public static ExcelPaperType 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 int getCode()
Copyright © 2024. All rights reserved.