Uses of Class
com.jniwrapper.win32.jexcel.format.Font.Alignment

Packages that use Font.Alignment
com.jniwrapper.win32.jexcel.format   
 

Uses of Font.Alignment in com.jniwrapper.win32.jexcel.format
 

Fields in com.jniwrapper.win32.jexcel.format declared as Font.Alignment
static Font.Alignment Font.Alignment.NORMAL
           
static Font.Alignment Font.Alignment.SUBSCRIPT
           
static Font.Alignment Font.Alignment.SUPERSCRIPT
           
 

Methods in com.jniwrapper.win32.jexcel.format that return Font.Alignment
 Font.Alignment Font.getAlignment()
          Returns an applied font effect.
 

Methods in com.jniwrapper.win32.jexcel.format with parameters of type Font.Alignment
 void Font.setAlignment(Font.Alignment alignment)
          Sets up a font effect.