com.sun.star.sheet
Interface XAreaLink
- All Superinterfaces:
- com.sun.star.uno.XInterface
- public abstract interface XAreaLink
- 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 com.sun.star.table.CellRangeAddress |
getDestArea()
|
abstract java.lang.String |
getSourceArea()
|
abstract void |
setDestArea(com.sun.star.table.CellRangeAddress cra)
|
abstract void |
setSourceArea(java.lang.String s)
|
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
getDestArea
public abstract com.sun.star.table.CellRangeAddress getDestArea()
throws com.sun.star.uno.RuntimeException
getSourceArea
public abstract java.lang.String getSourceArea()
throws com.sun.star.uno.RuntimeException
setDestArea
public abstract void setDestArea(com.sun.star.table.CellRangeAddress cra)
throws com.sun.star.uno.RuntimeException
setSourceArea
public abstract void setSourceArea(java.lang.String s)
throws com.sun.star.uno.RuntimeException