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

interface XNamed
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XNamed
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