Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTemplateInstance

Base Interface
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


Known Services which Export this Interface

com::sun::star::configuration::SetElement provides information about a dynamic element that can be inserted into a homogeneous set of elements within a (by name) hierarchy.

Methods' Summary

getTemplateName

Methods' Details

getTemplateName
 
string
getTemplateName();
Returns
the name of the template this object was built from or conforms to.

Top of Page