|
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.
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.
Syntax
com::sun::star::presentation::FadeEffect Effect;
Description
This is the effect that is used to fade in this page.
Syntax
short Layout;
Description
If this property is not ZERO, this number specifies a presentation
layout for this page.
Syntax
com::sun::star::presentation::AnimationSpeed Speed;
Description
defines the speed of the fade-in effect of this page.
|