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