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

(Global Index)

Syntax

service CustomPresentation;

Description

A custom presentation can show the pages of its presentation in a customized order.

Such a presentation can use certain pages more than once, but it does not necessarily use all of the pages.

Exported Interfaces

com::sun::star::container::XIndexContainer

Description

This is the container of the names of pages in this customized presentation.


com::sun::star::container::XNamed

Description

This gives you access to the name of this customized presentation.


Top of Page