com.jniwrapper.win32.ie.dom
Class FontSize

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.ie.dom.FontSize

public class FontSize
extends com.jniwrapper.util.EnumItem

This enumeration represents document font size.


Field Summary
static FontSize LARGER
           
static FontSize LARGEST
           
static FontSize MEDIUM
           
static FontSize SMALLER
           
static FontSize SMALLEST
           
 
Method Summary
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SMALLEST

public static final FontSize SMALLEST

SMALLER

public static final FontSize SMALLER

MEDIUM

public static final FontSize MEDIUM

LARGER

public static final FontSize LARGER

LARGEST

public static final FontSize LARGEST