interface XTemplateInstance in module com::sun::star::configuration::

(Global Index)

Syntax

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

Description

implemented by objects that are instances of a named 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

Method Summary

getTemplateName

Known Services Which Export this Interface

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

Method Details



getTemplateName

Syntax

string getTemplateName ();

Returns

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