com.spire.doc
Enum FontWeight

java.lang.Object
  extended by java.lang.Enum<FontWeight>
      extended by com.spire.doc.FontWeight
All Implemented Interfaces:
java.lang.Comparable<FontWeight>

public enum FontWeight
extends java.lang.Enum<FontWeight>


Enum Constant Summary
FW_BOLD
           
FW_DONTCARE
           
FW_EXTRABOLD
           
FW_EXTRALIGHT
           
FW_HEAVY
           
FW_LIGHT
           
FW_MEDIUM
           
FW_NORMAL
           
FW_SEMIBOLD
           
FW_THIN
           
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

FW_DONTCARE

public static final FontWeight FW_DONTCARE

FW_THIN

public static final FontWeight FW_THIN

FW_EXTRALIGHT

public static final FontWeight FW_EXTRALIGHT

FW_LIGHT

public static final FontWeight FW_LIGHT

FW_NORMAL

public static final FontWeight FW_NORMAL

FW_MEDIUM

public static final FontWeight FW_MEDIUM

FW_SEMIBOLD

public static final FontWeight FW_SEMIBOLD

FW_BOLD

public static final FontWeight FW_BOLD

FW_EXTRABOLD

public static final FontWeight FW_EXTRABOLD

FW_HEAVY

public static final FontWeight FW_HEAVY
Method Detail

getValue

public int getValue()