public class GlitterTransition extends TransitionValueBase implements IGlitterTransition
Glitter slide transition effect.
| Modifier and Type | Method and Description |
|---|---|
int |
getDirection()
Direction of transition.
|
int |
getPattern()
Specifies the shape of the visuals used during the transition.
|
void |
setDirection(int value)
Direction of transition.
|
void |
setPattern(int value)
Specifies the shape of the visuals used during the transition.
|
equals, hashCodepublic final int getDirection()
Direction of transition.
Read/write TransitionSideDirectionType.
getDirection in interface IGlitterTransitionpublic final void setDirection(int value)
Direction of transition.
Read/write TransitionSideDirectionType.
setDirection in interface IGlitterTransitionpublic final int getPattern()
Specifies the shape of the visuals used during the transition.
Read/write TransitionPattern.
getPattern in interface IGlitterTransitionpublic final void setPattern(int value)
Specifies the shape of the visuals used during the transition.
Read/write TransitionPattern.
setPattern in interface IGlitterTransitionCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.