:: com :: sun :: star :: configuration ::

interface XTemplateInstance
Description
is implemented by objects that are instances of a named template to provide information about the template.

Template names are similar to service names, but apply to structure and content, rather than to type.

Often a template description can be retrieved from a repository and then be interpreted by a factory object. Templates provide a means to build new kinds of objects dynamically.

See also
XTemplateContainer

Methods' Summary
getTemplateName retrieves the name of the template  
Methods' Details
getTemplateName
string
getTemplateName();

Description
retrieves the name of the template
Returns
the name of the template this object was built from or conforms to.
Top of Page