public enum ExcelMarginType extends Enum<ExcelMarginType>
Enum Constant and Description |
---|
BOTTOM
下边距
|
FOOTER
页脚边距
|
HEADER
页眉边距
|
LEFT
左边距
|
RIGHT
右边距
|
TOP
上边距
|
Modifier and Type | Method and Description |
---|---|
short |
getCode() |
static ExcelMarginType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelMarginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExcelMarginType LEFT
public static final ExcelMarginType RIGHT
public static final ExcelMarginType TOP
public static final ExcelMarginType BOTTOM
public static final ExcelMarginType HEADER
public static final ExcelMarginType FOOTER
public static ExcelMarginType[] values()
for (ExcelMarginType c : ExcelMarginType.values()) System.out.println(c);
public static ExcelMarginType 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 short getCode()
Copyright © 2024. All rights reserved.