Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: drawing ::
unpublished
interface XSlideSorterBase
Base Interfaces
XSlideSorterBase
┣ ::com::sun::star::drawing::framework ::XView
┃ ┗ ::com::sun::star::drawing::framework ::XResource
┗ XDrawView
::com::sun::star::drawing::framework ::XView
Description
This interface is included to mark a SlideSorter object
as view of the drawing framework and to provide a
::ResourceId.
XDrawView
Description
The XDrawView interface is included to provide access
to the current slide (especially write access).
Usage Restrictions
not published
Description
This interface exists only because services do not directly support
multiple inheritance and attributes.
It provides the interfaces and attributes that every object that
implements the SlideSorter service.
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 .
Top of Page Copyright © 2013, 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.