com.aspose.words
Class EmbeddedFontStyle

java.lang.Object
    extended by com.aspose.words.EmbeddedFontStyle

public class EmbeddedFontStyle 
extends java.lang.Object

Utility class containing constants. Specifies the style of an embedded font inside a FontInfo object.

Field Summary
static final intREGULAR = 0
           Specifies the Regular embedded font.
static final intBOLD = 1
           Specifies the Bold embedded font.
static final intITALIC = 2
           Specifies the Italic embedded font.
static final intBOLD_ITALIC = 3
           Specifies the Bold-Italic embedded font.
 

Field Detail

REGULAR = 0

public static final int REGULAR
Specifies the Regular embedded font.

BOLD = 1

public static final int BOLD
Specifies the Bold embedded font.

ITALIC = 2

public static final int ITALIC
Specifies the Italic embedded font.

BOLD_ITALIC = 3

public static final int BOLD_ITALIC
Specifies the Bold-Italic embedded font.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.