public static enum SpreadsheetCtrl.CellAttribute extends Enum<SpreadsheetCtrl.CellAttribute>
Enum Constant and Description |
---|
ALL |
COMMENT |
MERGE |
SIZE |
STYLE |
TEXT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SpreadsheetCtrl.CellAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpreadsheetCtrl.CellAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpreadsheetCtrl.CellAttribute ALL
public static final SpreadsheetCtrl.CellAttribute TEXT
public static final SpreadsheetCtrl.CellAttribute STYLE
public static final SpreadsheetCtrl.CellAttribute SIZE
public static final SpreadsheetCtrl.CellAttribute MERGE
public static final SpreadsheetCtrl.CellAttribute COMMENT
public static SpreadsheetCtrl.CellAttribute[] values()
for (SpreadsheetCtrl.CellAttribute c : SpreadsheetCtrl.CellAttribute.values()) System.out.println(c);
public static SpreadsheetCtrl.CellAttribute 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 String toString()
toString
in class Enum<SpreadsheetCtrl.CellAttribute>
Copyright © 2020. All rights reserved.