Attributes' Summary |
DocumentSlides |
The set of slides that are displayed by the implementing object.
|
IsHighlightCurrentSlide |
Set this flag to `TRUE` in order to have the current slide
highlighted.
|
IsShowSelection |
Set this flag to `TRUE` in order to visualize the selection of
slides (typically a bold frame around the selected slides).
|
IsShowFocus |
Set this flag to `TRUE` to visualize to where the focus is by
showing a dotted rectangle around the focused slide.
|
IsCenterSelection |
When this flag has the value `TRUE` then every time the current
slide is changed the visual area is shifted so that the new current
slide is display in the center of the slide sorter window.
|
IsSuspendPreviewUpdatesDuringFullScreenPresentation |
This flag controls whether updates of previews are created during
full screen presentations (`FALSE`) or not (`TRUE`). The
suspension of preview creations is an optimization for not slowing
down a running presentation.
|
IsOrientationVertical |
The orientation of a slide sorter can be either vertical (`TRUE`)
or horizontal (`FALSE`).
|
IsSmoothScrolling |
This flag is a hint to make scrolling look smooth.
|
BackgroundColor |
|
TextColor |
|
SelectionColor |
|
HighlightColor |
|
IsUIReadOnly |
This flag controls whether the model can be modified by using
keyboard or mouse.
|
Attributes' Details |
DocumentSlides
::com::sun::star::container::XIndexAccess DocumentSlides;
- Description
- The set of slides that are displayed by the implementing object.
The default value is the set of all slides of the document for
which a slide sorter is created.
|
|
IsHighlightCurrentSlide
boolean IsHighlightCurrentSlide;
- Description
- Set this flag to `TRUE` in order to have the current slide
highlighted.
The default value is `FALSE`.
|
|
IsShowSelection
boolean IsShowSelection;
- Description
- Set this flag to `TRUE` in order to visualize the selection of
slides (typically a bold frame around the selected slides).
The default value is `TRUE`.
|
|
IsShowFocus
boolean IsShowFocus;
- Description
- Set this flag to `TRUE` to visualize to where the focus is by
showing a dotted rectangle around the focused slide.
The default value is `TRUE`.
|
|
IsCenterSelection
boolean IsCenterSelection;
- Description
- When this flag has the value `TRUE` then every time the current
slide is changed the visual area is shifted so that the new current
slide is display in the center of the slide sorter window.
It is not always possible to move the current slide into the
exact center of the window, for example when slides are located near
the start or end of a document.
The default value is `FALSE`.
|
|
IsSuspendPreviewUpdatesDuringFullScreenPresentation
boolean IsSuspendPreviewUpdatesDuringFullScreenPresentation;
- Description
- This flag controls whether updates of previews are created during
full screen presentations (`FALSE`) or not (`TRUE`). The
suspension of preview creations is an optimization for not slowing
down a running presentation.
The default value is `TRUE`.
|
|
IsOrientationVertical
boolean IsOrientationVertical;
- Description
- The orientation of a slide sorter can be either vertical (`TRUE`)
or horizontal (`FALSE`).
|
|
IsSmoothScrolling
boolean IsSmoothScrolling;
- Description
- This flag is a hint to make scrolling look smooth.
|
|
BackgroundColor
::com::sun::star::util::Color BackgroundColor;
|
|
TextColor
|
SelectionColor
::com::sun::star::util::Color SelectionColor;
|
|
HighlightColor
::com::sun::star::util::Color HighlightColor;
|
|
IsUIReadOnly
boolean IsUIReadOnly;
- Description
- This flag controls whether the model can be modified by using
keyboard or mouse.
The default value is `TRUE`.
|
|
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.