service CustomPresentationAccess in module com::sun::star::presentation::

(Global Index)

Syntax

service CustomPresentationAccess;

Description

This is a container for custom presentations.

Exported Interfaces

com::sun::star::container::XNameContainer

Description

This is the container of the custom presentations.

Each instance in this container implements the service CustomPresentation .

The methods insertByName and replaceByName both replace the name of the given CustomPresentation


com::sun::star::lang::XSingleServiceFactory

Description

This interface lets you create empty instances of the service CustomPresentation .

These services are needed for the insertByName and replaceByName methods of this service XNameContainer interface.


Top of Page