java.lang.Objectcom.aspose.words.EmbeddedFontStyle
public class EmbeddedFontStyle
Field Summary | ||
---|---|---|
static final int | REGULAR | |
Specifies the Regular embedded font. | ||
static final int | BOLD | |
Specifies the Bold embedded font. | ||
static final int | ITALIC | |
Specifies the Italic embedded font. | ||
static final int | BOLD_ITALIC | |
Specifies the Bold-Italic embedded font. |
Field Detail |
---|
REGULAR = 0 | |
public static final int REGULAR |
BOLD = 1 | |
public static final int BOLD |
ITALIC = 2 | |
public static final int ITALIC |
BOLD_ITALIC = 3 | |
public static final int BOLD_ITALIC |