Uses of Class
org.apache.poi.ss.usermodel.PrintCellComments

Packages that use PrintCellComments
org.apache.poi.ss.usermodel   
 

Uses of PrintCellComments in org.apache.poi.ss.usermodel
 

Fields in org.apache.poi.ss.usermodel declared as PrintCellComments
static PrintCellComments PrintCellComments.AS_DISPLAYED
          Print cell comments as displayed.
static PrintCellComments PrintCellComments.AT_END
          Print cell comments at end of document.
static PrintCellComments PrintCellComments.NONE
          Do not print cell comments.
 

Methods in org.apache.poi.ss.usermodel that return PrintCellComments
static PrintCellComments PrintCellComments.valueOf(int value)
           
static PrintCellComments[] PrintCellComments.values()