Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: drawing ::

unpublished interface XSlideSorterBase
Base Interfaces
XSlideSorterBase
┣ ::com::sun::star::drawing::framework::XView
┃ ┗ ::com::sun::star::drawing::framework::XResourceXDrawView

::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
::com::sun::star::util::Color 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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.