Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

unpublished interface XTransitionFactory
Usage Restrictions
not published
Description
TransitionFactory interface to request optional custom Transition instances for slideshow transitions.

This interface provides the necessary methods to query and create optional transition effects for a SlideShow

Since
OOo 2.4

Methods' Summary
hasTransition Checks whether this instance provides an implementation for given transition id. 
createTransition Actually create a transition for the given transition id  
Methods' Details
hasTransition
boolean
hasTransition( [in] short  transitionType,
[in] short  transitionSubType );

Description
Checks whether this instance provides an implementation for given transition id.

createTransition
XTransition
createTransition( [in] short  transitionType,
[in] short  transitionSubType,
[in] XSlideShowView  view,
[in] ::com::sun::star::rendering::XBitmap  leavingBitmap,
[in] ::com::sun::star::rendering::XBitmap  enteringBitmap );

Description
Actually create a transition for the given transition id
Parameter transitionType
Main type of transition (
Parameter transitionSubType
Subtype for the transition (
Parameter view
Slideshow view to display on
Parameter leavingBitmap
Bitmap of the slide that's going to leave the screen
Parameter enteringBitmap
Bitmap of the slide that's going to enter the screen
Parameter slideOffset
Offset in pixel from the top, left edge of the view, such that the slide displays similar to normal slideshow
See also
::com::sun::star::animation::TransitionType), ::com::sun::star::animation::TransitionSubType)
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.