:: com :: sun :: star :: chart2 ::

unpublished interface XTitled
Usage Restrictions
not published
Description
Interface to be implemented by objects that support having a title of type XTitle.

Methods' Summary
getTitleObject get the object holding the title's content and formatting  
setTitleObject set a new title object replacing the former one  
Methods' Details
getTitleObject
XTitle
getTitleObject();

Description
get the object holding the title's content and formatting
setTitleObject
void
setTitleObject( [in] XTitle  Title );

Description
set a new title object replacing the former one
Top of Page