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

service DrawPage
Description
This is the service provided by a ::com::sun::star::drawing::DrawPage inside a PresentationDocument .
See also
PresentationDocument
Developers Guide
9.5.1 Drawing Documents and Presentation Documents - Working with Presentation Documents - Presentation Document
9.5.2 Drawing Documents and Presentation Documents - Working with Presentation Documents - Presentation Settings - Slide Transition

Included Services
::com::sun::star::drawing::DrawPage
This service specifies a page for the actual draw pages to contain the drawings.
::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 ::com::sun::star::drawing::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 ::com::sun::star::drawing::DrawPage::Change is set to 1, this is the time in seconds this page is shown before switching to the next page.
Effect
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
AnimationSpeed Speed;
Description
defines the speed of the fade-in effect of this page.

 
Top of Page