Language
The Free and Open Productivity Suite
:: 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
- 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
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.