:: com :: sun :: star :: frame ::

interface XTitle
Description
an interface representing an entity with a modifyable title.

Methods' Summary
getTitle Returns the title of the object. * *  
setTitle Sets the title of the object. * *  
Methods' Details
getTitle
string
getTitle();

Description
Returns the title of the object. * *
Returns
* The title.
setTitle
void
setTitle( [in] string  sTitle );

Description
Sets the title of the object. * *
Parameter sTitle
* The title.
Top of Page