:: com :: sun :: star :: frame :: status ::

unpublished struct ClipboardFormats
Usage Restrictions
not published
Description
contains a list of format ID's and names which are part of the system clipboard.
Since
OOo 2.0

Elements' Summary
Identifiers specifies a sequence of format IDs which are contained in the system clipboard.  
Names specifies a sequence of format names which are contained in the system clipboard.  
Elements' Details
Identifiers
sequence< hyper > Identifiers;
Description
specifies a sequence of format IDs which are contained in the system clipboard.
Names
sequence< string > Names;
Description
specifies a sequence of format names which are contained in the system clipboard.
Top of Page