Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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