public static enum ExcelConvertOptions.Paging extends Enum<ExcelConvertOptions.Paging>
| Enum Constant and Description |
|---|
ActualSize |
FitToPage |
FitToWidth |
| Modifier and Type | Method and Description |
|---|---|
static ExcelConvertOptions.Paging |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelConvertOptions.Paging[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExcelConvertOptions.Paging FitToPage
public static final ExcelConvertOptions.Paging FitToWidth
public static final ExcelConvertOptions.Paging ActualSize
public static ExcelConvertOptions.Paging[] values()
for (ExcelConvertOptions.Paging c : ExcelConvertOptions.Paging.values()) System.out.println(c);
public static ExcelConvertOptions.Paging 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 null