com.sun.star.chaos
Interface XAnchor
- All Superinterfaces:
- com.sun.star.container.XChild, com.sun.star.uno.XInterface, com.sun.star.chaos.XURLContent
- public abstract interface XAnchor
- extends com.sun.star.chaos.XURLContent
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 void |
addAnchorEventListener(com.sun.star.chaos.XAnchorEventListener xael)
|
abstract com.sun.star.chaos.XAnchor |
create(java.lang.String s)
|
abstract com.sun.star.chaos.ContentType[] |
queryCreatableTypes()
|
abstract void |
removeAnchorEventListener(com.sun.star.chaos.XAnchorEventListener xael)
|
Methods inherited from interface com.sun.star.chaos.XURLContent |
getURL, initialize |
Methods inherited from interface com.sun.star.container.XChild |
getParent, setParent |
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
addAnchorEventListener
public abstract void addAnchorEventListener(com.sun.star.chaos.XAnchorEventListener xael)
throws com.sun.star.uno.RuntimeException
create
public abstract com.sun.star.chaos.XAnchor create(java.lang.String s)
throws com.sun.star.uno.RuntimeException
queryCreatableTypes
public abstract com.sun.star.chaos.ContentType[] queryCreatableTypes()
throws com.sun.star.uno.RuntimeException
removeAnchorEventListener
public abstract void removeAnchorEventListener(com.sun.star.chaos.XAnchorEventListener xael)
throws com.sun.star.uno.RuntimeException