|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.ss.usermodel.PrintCellComments
public class PrintCellComments
These enumerations specify how cell comments shall be displayed for paper printing purposes.
Field Summary | |
---|---|
static PrintCellComments |
AS_DISPLAYED
Print cell comments as displayed. |
static PrintCellComments |
AT_END
Print cell comments at end of document. |
static PrintCellComments |
NONE
Do not print cell comments. |
Method Summary | |
---|---|
int |
getValue()
|
static PrintCellComments |
valueOf(int value)
|
static PrintCellComments[] |
values()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PrintCellComments NONE
public static final PrintCellComments AS_DISPLAYED
public static final PrintCellComments AT_END
Method Detail |
---|
public static PrintCellComments[] values()
public int getValue()
public static PrintCellComments valueOf(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |