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

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

interface XTemplateContainer

Base Interface
com::sun::star::uno::XInterface

Description
implemented by objects that contain instances of a named template.

An implementation will also implement XSingleServiceFactory , in which case that interface creates instances of the specified template.

If multiple templates are supported, the supported factory interface may be XMultiServiceFactory , in which case the string returned from XTemplateContainer::getElementTemplateName can be used as the service name parameter.

See also
XTemplateInstance


Known Services which Export this Interface

com::sun::star::configuration::SimpleSetAccess provides access to a dynamic, homogeneous, nonhierarchical set of values or objects.

Methods' Summary

getElementTemplateName

Methods' Details

getElementTemplateName
 
string
getElementTemplateName();
Returns
the name of the element's template.

If instances of multiple templates are accepted by the container, this is the name of the basic or primary template.

Instances of the template must be created using an appropriate factory.


Top of Page