org.apache.poi.ss.usermodel
Class PrintCellComments

java.lang.Object
  extended by org.apache.poi.ss.usermodel.PrintCellComments

public class PrintCellComments
extends java.lang.Object

These enumerations specify how cell comments shall be displayed for paper printing purposes.

Author:
Gisella Bronzetti

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

NONE

public static final PrintCellComments NONE
Do not print cell comments.


AS_DISPLAYED

public static final PrintCellComments AS_DISPLAYED
Print cell comments as displayed.


AT_END

public static final PrintCellComments AT_END
Print cell comments at end of document.

Method Detail

values

public static PrintCellComments[] values()

getValue

public int getValue()

valueOf

public static PrintCellComments valueOf(int value)