public enum PrintCellComments extends java.lang.Enum<PrintCellComments>
Enum Constant and Description |
---|
AS_DISPLAYED
Print cell comments as displayed.
|
AT_END
Print cell comments at end of document.
|
NONE
Do not print cell comments.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static PrintCellComments |
valueOf(int value) |
static PrintCellComments |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrintCellComments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrintCellComments NONE
public static final PrintCellComments AS_DISPLAYED
public static final PrintCellComments AT_END
public static PrintCellComments[] values()
for (PrintCellComments c : PrintCellComments.values()) System.out.println(c);
public static PrintCellComments valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static PrintCellComments valueOf(int value)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.