com.aspose.imaging
Class FontStyle

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.FontStyle
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class FontStyle
extends java.lang.Enum

Specifies style information applied to text.

See Also:
Serialized Form

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

Bold

public static final int Bold

Bold text.

See Also:
Constant Field Values

Italic

public static final int Italic

Italic text.

See Also:
Constant Field Values

Regular

public static final int Regular

Normal text.

See Also:
Constant Field Values

Strikeout

public static final int Strikeout

Text with a line through the middle.

See Also:
Constant Field Values

Underline

public static final int Underline

Underlined text.

See Also:
Constant Field Values
Constructor Detail

FontStyle

public FontStyle()

FontStyle

public FontStyle(FontStyle fontStyle)

FontStyle

public FontStyle(int value)
Method Detail

getValue

public int getValue()

Gets a FontStyle value.


setValue

public void setValue(int value)

Sets a FontStyle value.