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

interface XLinkTargetSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XLinkTargetSupplier
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 .

Developers Guide
7.4.7 Text Documents - Overall Document Features - Link targets

Methods' Summary
getLinks
Methods' Details
getLinks
::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