Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.
com::sun::star::document::XLinkTargetSupplier
Description
Optional, this object could also have children that can be the target of a link.

Properties' Summary

LinkDisplayName Contrary to the name of this link, this property should be a human readable name for this object that could be displayed in a user interface

Properties' Details

LinkDisplayName
 
[ readonly ] string LinkDisplayName;
Description
Contrary to the name of this link, this property should be a human readable name for this object that could be displayed in a user interface

Top of Page