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

(Global Index)

Syntax

service DrawPage;

Description

This is the service provided by a DrawPage inside a PresentationDocument .

See also

PresentationDocument

Included Services

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

com::sun::star::document::LinkTarget

Description

Every page is a link target inside the document object model.


Property Summary

Change specifies how the page change is triggered.

Duration If the property DrawPage::Change is set to 1, this is the time in seconds this page is shown before switching to the next page.

Effect This is the effect that is used to fade in this page.

Layout If this property is not ZERO, this number specifies a presentation layout for this page.

Speed defines the speed of the fade-in effect of this page.

Property Details



Change

Syntax

long Change;

Description

specifies how the page change is triggered.

If this is 0, the user must click to start each object animation and to change the page. If set to 1, the page is automatically switched. If it is set to 2, all object effects run automatically, but the user has to click on the page to change it.


Duration

Syntax

long Duration;

Description

If the property DrawPage::Change is set to 1, this is the time in seconds this page is shown before switching to the next page.


Effect

Syntax

com::sun::star::presentation::FadeEffect Effect;

Description

This is the effect that is used to fade in this page.


Layout

Syntax

short Layout;

Description

If this property is not ZERO, this number specifies a presentation layout for this page.


Speed

Syntax

com::sun::star::presentation::AnimationSpeed Speed;

Description

defines the speed of the fade-in effect of this page.

Top of Page