service Presentation in module com::sun::star::presentation::

(Global Index)

Syntax

service Presentation;

Description

This service is a presentation that is available from a PresentationDocument via the XPresentationSupplier interface.

Exported Interfaces

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

Description

lets you start and stop a presentation.

It also gives you access to the more advanced features, like rehearse timing and the live modes.


com::sun::star::beans::XPropertySet

Description

This is the standard interface for access to the properties from this service.


Property Summary

AllowAnimations enables/disables the shape animations.

CustomShow If this string is not empty, it contains the name of a customized show that is used for the presentation.

FirstPage If this string is not empty, it contains the name of the page where the presentation is started.

IsAlwaysOnTop If this property is set to true , the window of the presentation is always on top of all other windows.

IsAutomatic If this property is true , all pages are changed automatically.

IsEndless If this property is set to true , the presentation is repeated endlessly.

IsFullScreen If this property is set to true , the presentation runs in full-screen mode.

IsLivePresentation With this property, you can set the presentation to live mode.

IsMouseVisible If this property is true , the mouse is visible during the presentation.

Pause is the duration of the black screen after the presentation has finished.

StartWithNavigator If this is set to true , the Navigator is opened at the start of the presentation.

UsePen If this is true , a pen is shown during presentation.

Property Details



AllowAnimations

Syntax

boolean AllowAnimations;

Description

enables/disables the shape animations.


CustomShow

Syntax

string CustomShow;

Description

If this string is not empty, it contains the name of a customized show that is used for the presentation.


FirstPage

Syntax

string FirstPage;

Description

If this string is not empty, it contains the name of the page where the presentation is started.


IsAlwaysOnTop

Syntax

boolean IsAlwaysOnTop;

Description

If this property is set to true , the window of the presentation is always on top of all other windows.


IsAutomatic

Syntax

boolean IsAutomatic;

Description

If this property is true , all pages are changed automatically.

This overrides the properties of the pages.


IsEndless

Syntax

boolean IsEndless;

Description

If this property is set to true , the presentation is repeated endlessly.


IsFullScreen

Syntax

boolean IsFullScreen;

Description

If this property is set to true , the presentation runs in full-screen mode.


IsLivePresentation

Syntax

boolean IsLivePresentation;

Description

With this property, you can set the presentation to live mode.


IsMouseVisible

Syntax

boolean IsMouseVisible;

Description

If this property is true , the mouse is visible during the presentation.


Pause

Syntax

long Pause;

Description

is the duration of the black screen after the presentation has finished.

If this is set to 0 , no black screen is shown.


StartWithNavigator

Syntax

boolean StartWithNavigator;

Description

If this is set to true , the Navigator is opened at the start of the presentation.


UsePen

Syntax

boolean UsePen;

Description

If this is true , a pen is shown during presentation.

You can draw on the presentation with this pen.

Top of Page