public class RevealTransition extends TransitionValueBase implements IRevealTransition
Reveal slide transition effect.
| Modifier and Type | Method and Description |
|---|---|
int |
getDirection()
Direction of transition.
|
boolean |
getThroughBlack()
Specifies whether the transition fades through black.
|
void |
setDirection(int value)
Direction of transition.
|
void |
setThroughBlack(boolean value)
Specifies whether the transition fades through black.
|
equals, hashCodepublic final int getDirection()
Direction of transition.
Read/write TransitionLeftRightDirectionType.
getDirection in interface IRevealTransitionpublic final void setDirection(int value)
Direction of transition.
Read/write TransitionLeftRightDirectionType.
setDirection in interface IRevealTransitionpublic final boolean getThroughBlack()
Specifies whether the transition fades through black.
Read/write boolean.
getThroughBlack in interface IRevealTransitionpublic final void setThroughBlack(boolean value)
Specifies whether the transition fades through black.
Read/write boolean.
setThroughBlack in interface IRevealTransitionCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.