:: com :: sun :: star :: ucb ::

struct Link
Description
defines a link.
See also
XCommandProcessor

Elements' Summary
Source contains the source URI of the link.  
Destination contains the destination URI of the link.  
Elements' Details
Source
string Source;
Description
contains the source URI of the link.
Destination
string Destination;
Description
contains the destination URI of the link.
Top of Page