public static enum PasteOption.PasteType extends Enum<PasteOption.PasteType>
Enum Constant and Description |
---|
ALL |
ALL_EXCEPT_BORDERS |
COLUMN_WIDTHS |
COMMENTS |
FORMATS |
FORMULAS |
FORMULAS_AND_NUMBER_FORMATS |
VALIDATAION |
VALUES |
VALUES_AND_NUMBER_FORMATS |
Modifier and Type | Method and Description |
---|---|
static PasteOption.PasteType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasteOption.PasteType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PasteOption.PasteType ALL
public static final PasteOption.PasteType ALL_EXCEPT_BORDERS
public static final PasteOption.PasteType COLUMN_WIDTHS
public static final PasteOption.PasteType COMMENTS
public static final PasteOption.PasteType FORMATS
public static final PasteOption.PasteType FORMULAS
public static final PasteOption.PasteType FORMULAS_AND_NUMBER_FORMATS
public static final PasteOption.PasteType VALIDATAION
public static final PasteOption.PasteType VALUES
public static final PasteOption.PasteType VALUES_AND_NUMBER_FORMATS
public static PasteOption.PasteType[] values()
for (PasteOption.PasteType c : PasteOption.PasteType.values()) System.out.println(c);
public static PasteOption.PasteType 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 nullCopyright © 2020. All rights reserved.