Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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.

Properties' 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.

Properties' Details

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

Top of Page