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

service CustomPresentationAccess
Description
This is a container for custom presentations.
Developers Guide
Exported Interfaces
::com::sun::star::container::XNameContainer
Description
This is the container of the custom presentations.

Each instance in this container implements the service ::com::sun::star::presentation::CustomPresentation .

The methods insertByName and replaceByName both replace the name of the given ::com::sun::star::presentation::CustomPresentation

::com::sun::star::lang::XSingleServiceFactory
Description
This interface lets you create empty instances of the service ::com::sun::star::presentation::CustomPresentation .

These services are needed for the insertByName and replaceByName methods of this service ::com::sun::star::container::XNameContainer interface.


 
Top of Page