interface XLinkTargetSupplier in module com::sun::star::document::

(Global Index)

Syntax

interface XLinkTargetSupplier : com::sun::star::uno::XInterface ;

Description

interface is supplied by objects inside a document object model that have children that can be the target of a link inside a document.

These targets implement the service LinkTarget

Method Summary

getLinks

Known Services Which Export this Interface

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

com::sun::star::presentation::PresentationDocument

Method Details



getLinks

Syntax

com::sun::star::container::XNameAccess getLinks ();

Returns

the names of possible links to children of this object inside a document object model. It implements the service LinkTargets .
Top of Page