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
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.