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

service CustomPresentationAccess
Description
This is a container for custom presentations.
Developers Guide
10.5.2 Drawing Documents and Presentation Documents - Working with Presentation Documents - Presentation Settings - Custom Slide Show

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


 
Top of Page