public final class EmbeddedFontStyle
extends java.lang.Object
FontInfo object.| Modifier and Type | Field and Description |
|---|---|
static int |
BOLD
Specifies the Bold embedded font.
|
static int |
BOLD_ITALIC
Specifies the Bold-Italic embedded font.
|
static int |
ITALIC
Specifies the Italic embedded font.
|
static int |
length |
static int |
REGULAR
Specifies the Regular embedded font.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String embeddedFontStyleName) |
static int |
fromNames(java.util.Set embeddedFontStyleNames) |
static java.lang.String |
getName(int embeddedFontStyle) |
static java.util.Set |
getNames(int embeddedFontStyle) |
static int[] |
getValues() |
static java.lang.String |
toString(int embeddedFontStyle) |
static java.lang.String |
toStringSet(int attr) |
public static final int REGULAR
public static final int BOLD
public static final int ITALIC
public static final int BOLD_ITALIC
public static final int length
public static java.lang.String getName(int embeddedFontStyle)
public static java.util.Set getNames(int embeddedFontStyle)
public static java.lang.String toString(int embeddedFontStyle)
public static java.lang.String toStringSet(int attr)
public static int fromName(java.lang.String embeddedFontStyleName)
public static int fromNames(java.util.Set embeddedFontStyleNames)
public static int[] getValues()