enum PresentationRange in module com::sun::star::presentation::

(Global Index)

Syntax

enum PresentationRange;

Description

specifies which part of the presentation is to show.

Values Summary

PRESENTATIONRANGE_ALL use all slides.

PRESENTATIONRANGE_FROM_PAGE use only the active slide.

PRESENTATIONRANGE_INDIVIDUAL use an individual choice of slides.

Values Details



PRESENTATIONRANGE_ALL

Syntax

PRESENTATIONRANGE_ALL,

Description

use all slides.


PRESENTATIONRANGE_FROM_PAGE

Syntax

PRESENTATIONRANGE_FROM_PAGE,

Description

use only the active slide.


PRESENTATIONRANGE_INDIVIDUAL

Syntax

PRESENTATIONRANGE_INDIVIDUAL,

Description

use an individual choice of slides.

Top of Page