StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.table
Class CellOrientation

java.lang.Object
  |
  +--com.sun.star.uno.Enum
        |
        +--com.sun.star.table.CellOrientation

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


Field Summary
static com.sun.star.table.CellOrientation BOTTOMTOP
           
static int BOTTOMTOP_value
           
static com.sun.star.table.CellOrientation STACKED
           
static int STACKED_value
           
static com.sun.star.table.CellOrientation STANDARD
           
static int STANDARD_value
           
static com.sun.star.table.CellOrientation TOPBOTTOM
           
static int TOPBOTTOM_value
           
static java.lang.Object UNORUNTIMEDATA
           
 
Fields inherited from class com.sun.star.uno.Enum
m_value
 
Constructor Summary
private CellOrientation(int i)
           
 
Method Summary
static com.sun.star.table.CellOrientation fromInt(int i)
           
static com.sun.star.table.CellOrientation 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

BOTTOMTOP

public static final com.sun.star.table.CellOrientation BOTTOMTOP

BOTTOMTOP_value

public static final int BOTTOMTOP_value

STACKED

public static final com.sun.star.table.CellOrientation STACKED

STACKED_value

public static final int STACKED_value

STANDARD

public static final com.sun.star.table.CellOrientation STANDARD

STANDARD_value

public static final int STANDARD_value

TOPBOTTOM

public static final com.sun.star.table.CellOrientation TOPBOTTOM

TOPBOTTOM_value

public static final int TOPBOTTOM_value

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA
Constructor Detail

CellOrientation

private CellOrientation(int i)
Method Detail

fromInt

public static com.sun.star.table.CellOrientation fromInt(int i)

getDefault

public static com.sun.star.table.CellOrientation getDefault()

StarOffice 5.2 API
reverse engineered by classdoc