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

interface XTemplateContainer

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

Description
retrieves the name of the 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.

Returns
the name of the (default) template for elements.
Top of Page