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

enum PresentationRange
Description
specifies which part of the presentation is to show.

Values
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
PRESENTATIONRANGE_ALL,
Description
use all slides.
PRESENTATIONRANGE_FROM_PAGE
PRESENTATIONRANGE_FROM_PAGE,
Description
use only the active slide.
PRESENTATIONRANGE_INDIVIDUAL
PRESENTATIONRANGE_INDIVIDUAL,
Description
use an individual choice of slides.
Top of Page