StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.awt
Class FontSlant

java.lang.Object
  |
  +--com.sun.star.uno.Enum
        |
        +--com.sun.star.awt.FontSlant

public final synchronized class FontSlant
extends com.sun.star.uno.Enum


Field Summary
static com.sun.star.awt.FontSlant DONTKNOW
           
static int DONTKNOW_value
           
static com.sun.star.awt.FontSlant ITALIC
           
static int ITALIC_value
           
static com.sun.star.awt.FontSlant NONE
           
static int NONE_value
           
static com.sun.star.awt.FontSlant OBLIQUE
           
static int OBLIQUE_value
           
static com.sun.star.awt.FontSlant REVERSE_ITALIC
           
static int REVERSE_ITALIC_value
           
static com.sun.star.awt.FontSlant REVERSE_OBLIQUE
           
static int REVERSE_OBLIQUE_value
           
static java.lang.Object UNORUNTIMEDATA
           
 
Fields inherited from class com.sun.star.uno.Enum
m_value
 
Constructor Summary
private FontSlant(int i)
           
 
Method Summary
static com.sun.star.awt.FontSlant fromInt(int i)
           
static com.sun.star.awt.FontSlant getDefault()
           
 
Methods inherited from class com.sun.star.uno.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DONTKNOW

public static final com.sun.star.awt.FontSlant DONTKNOW

DONTKNOW_value

public static final int DONTKNOW_value

ITALIC

public static final com.sun.star.awt.FontSlant ITALIC

ITALIC_value

public static final int ITALIC_value

NONE

public static final com.sun.star.awt.FontSlant NONE

NONE_value

public static final int NONE_value

OBLIQUE

public static final com.sun.star.awt.FontSlant OBLIQUE

OBLIQUE_value

public static final int OBLIQUE_value

REVERSE_ITALIC

public static final com.sun.star.awt.FontSlant REVERSE_ITALIC

REVERSE_ITALIC_value

public static final int REVERSE_ITALIC_value

REVERSE_OBLIQUE

public static final com.sun.star.awt.FontSlant REVERSE_OBLIQUE

REVERSE_OBLIQUE_value

public static final int REVERSE_OBLIQUE_value

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA
Constructor Detail

FontSlant

private FontSlant(int i)
Method Detail

fromInt

public static com.sun.star.awt.FontSlant fromInt(int i)

getDefault

public static com.sun.star.awt.FontSlant getDefault()

StarOffice 5.2 API
reverse engineered by classdoc