com.sun.star.table
Interface XCell
- All Superinterfaces:
- com.sun.star.uno.XInterface
- public abstract interface XCell
- extends com.sun.star.uno.XInterface
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.lib.uno.typeinfo.TypeInfo[] |
UNOTYPEINFO
|
Method Summary |
abstract int |
getError()
|
abstract java.lang.String |
getFormula()
|
abstract com.sun.star.table.CellContentType |
getType()
|
abstract double |
getValue()
|
abstract void |
setFormula(java.lang.String s)
|
abstract void |
setValue(double d)
|
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
UNOTYPEINFO
public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
getError
public abstract int getError()
throws com.sun.star.uno.RuntimeException
getFormula
public abstract java.lang.String getFormula()
throws com.sun.star.uno.RuntimeException
getType
public abstract com.sun.star.table.CellContentType getType()
throws com.sun.star.uno.RuntimeException
getValue
public abstract double getValue()
throws com.sun.star.uno.RuntimeException
setFormula
public abstract void setFormula(java.lang.String s)
throws com.sun.star.uno.RuntimeException
setValue
public abstract void setValue(double d)
throws com.sun.star.uno.RuntimeException