|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.aspose.imaging.FontStyle
public final class FontStyle
Specifies style information applied to text.
| Field Summary | |
|---|---|
static int |
Bold
Bold text. |
static int |
Italic
Italic text. |
static int |
Regular
Normal text. |
static int |
Strikeout
Text with a line through the middle. |
static int |
Underline
Underlined text. |
| Constructor Summary | |
|---|---|
FontStyle()
|
|
FontStyle(FontStyle fontStyle)
|
|
FontStyle(int value)
|
|
| Method Summary | |
|---|---|
int |
getValue()
Gets a FontStyle value. |
void |
setValue(int value)
Sets a FontStyle value. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int Bold
Bold text.
public static final int Italic
Italic text.
public static final int Regular
Normal text.
public static final int Strikeout
Text with a line through the middle.
public static final int Underline
Underlined text.
| Constructor Detail |
|---|
public FontStyle()
public FontStyle(FontStyle fontStyle)
public FontStyle(int value)
| Method Detail |
|---|
public int getValue()
Gets a FontStyle value.
public void setValue(int value)
Sets a FontStyle value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||