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

interface XNamed
Developers Guide
Drawings - Navigating

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

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

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