FontStyle
Inheritance: java.lang.Object, java.lang.Enum
public enum FontStyle extends Enum<FontStyle>
Font style enumeration
Fields
Field | Description |
---|---|
Regular | Specifies the regular Font style. |
Bold | Specifies the bold Font style. |
Italic | Specifies the italic Font style. |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) |
Regular
public static final FontStyle Regular
Specifies the regular Font style.
Bold
public static final FontStyle Bold
Specifies the bold Font style.
Italic
public static final FontStyle Italic
Specifies the italic Font style.
values()
public static FontStyle[] values()
Returns: com.aspose.font.FontStyle[]
valueOf(String name)
public static FontStyle valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: FontStyle