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

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

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

Fields in org.apache.poi.ss.usermodel declared as FontUnderline
static FontUnderline FontUnderline.DOUBLE
          Double-line underlining under each character in the cell.
static FontUnderline FontUnderline.DOUBLE_ACCOUNTING
          Double-line accounting underlining under each character in the cell.
static FontUnderline FontUnderline.NONE
          No underline.
static FontUnderline FontUnderline.SINGLE
          Single-line underlining under each character in the cell.
static FontUnderline FontUnderline.SINGLE_ACCOUNTING
          Single-line accounting underlining under each character in the cell.
 

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