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

interface XNamed
Description
specifies the name of the object.

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

Developers Guide
Methods' Summary
getName  
setName sets the programmatic name of the object.  
Methods' Details
getName
string
getName();

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

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