Content for OpenOffice.org version 3.3.
:: 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 © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.