:: com :: sun :: star :: container ::

interface XNamedEx
Base Interfaces
XNamedExXNamed

XNamed
(referenced interface's summary:)
specifies the name of the object.
Description
specifies the display name of the object.

The name is generally unique in the container of the object.


Methods' Summary
getDisplayName  
setDisplayName sets the display name of the object.  
Methods' Details
getDisplayName
string
getDisplayName();

Returns
the display name of the object.
setDisplayName
[oneway] void
setDisplayName( [in] string  aName );

Description
sets the display name of the object.
Top of Page