interface XNamed in module com::sun::star::container::

(Global Index)

Syntax

interface XNamed : com::sun::star::uno::XInterface ;

Description

specifies the name of the object.

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

Method Summary

getName

setName sets the programmatic name of the object.

Method Details



getName

Syntax

string getName ();

Description

Returns

the programmatic name of the object.

setName

Syntax

oneway void setName (
string aName );

Description

sets the programmatic name of the object.

Top of Page