Uses of Class
net.sf.jett.model.FontUnderline

Packages that use FontUnderline
net.sf.jett.model Provides value objects for JETT processing and enumerated objects for things like style values. 
 

Uses of FontUnderline in net.sf.jett.model
 

Methods in net.sf.jett.model that return FontUnderline
 FontUnderline Style.getFontUnderline()
          Returns the FontUnderLine.
static FontUnderline FontUnderline.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FontUnderline[] FontUnderline.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.jett.model with parameters of type FontUnderline
 void Style.setFontUnderline(FontUnderline fontUnderline)
          Sets the FontUnderLine.
 



Copyright © 2012-2013 Jett Team. All Rights Reserved.