service LinkTarget in module com::sun::star::document::

(Global Index)

Syntax

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.


Property 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

Property Details



LinkDisplayName

Syntax

[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