public interface IRevealTransition extends ITransitionValueBase
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.
|
int getDirection()
Direction of transition.
Read/write TransitionLeftRightDirectionType.
void setDirection(int value)
Direction of transition.
Read/write TransitionLeftRightDirectionType.
boolean getThroughBlack()
Specifies whether the transition fades through black.
Read/write boolean.
void setThroughBlack(boolean value)
Specifies whether the transition fades through black.
Read/write boolean.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.