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

interface XNamed
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XNamed
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
specifies the name of the object.

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

Developers Guide
9.3.4 Drawing Documents and Presentation Documents - Working with Drawing Documents - 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
[oneway] void
setName( [in] string  aName );

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