:: com :: sun :: star :: document ::

service LinkTarget
Description
This service is implemented by objects inside a document object model that can be the target of a link inside a document

Exported Interfaces - Summary
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
XLinkTargetSupplier

a link target may have child objects which can be link targets too. These are accessible by this optinonal interface. (details)

Properties' Summary
[ readonly ] string
LinkDisplayName
contains a human readable name for this object that could be displayed in a user interface.  
Exported Interfaces - Details
::com::sun::star::beans::XPropertySet
(referenced entity's summary:)
provides information about and access to the properties from an implementation.
XLinkTargetSupplier
Usage Restrictions
optional
Description
a link target may have child objects which can be link targets too. These are accessible by this optinonal interface.
Properties' Details
LinkDisplayName
[ readonly ] string LinkDisplayName;
Description
contains a human readable name for this object that could be displayed in a user interface.

 
Top of Page