com.spire.doc
Enum FontWeight
java.lang.Object
java.lang.Enum<FontWeight>
com.spire.doc.FontWeight
- All Implemented Interfaces:
- java.lang.Comparable<FontWeight>
public enum FontWeight
- extends java.lang.Enum<FontWeight>
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
getValue
public int getValue()