:: com :: sun :: star :: presentation ::

service CustomPresentationAccess
Description
This is a container for custom presentations.
Developers Guide
Drawings - Custom Slide Show

Exported Interfaces - Summary
::com::sun::star::container::XNameContainer

This is the container of the custom presentations. (details)

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

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

Exported Interfaces - Details
::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 ::com::sun::star::container::XNameContainer interface.


 
Top of Page