com.aspose.slides
Interface IShredTransition

All Superinterfaces:
ITransitionValueBase
All Known Implementing Classes:
ShredTransition

public interface IShredTransition
extends ITransitionValueBase

Shred slide transition effect.


Method Summary
 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.
 

Method Detail

getDirection

int getDirection()

Direction of transition. Read/write TransitionInOutDirectionType.


setDirection

void setDirection(int value)

Direction of transition. Read/write TransitionInOutDirectionType.


getPattern

int getPattern()

Specifies the shape of the visuals used during the transition. Read/write TransitionShredPattern.


setPattern

void setPattern(int value)

Specifies the shape of the visuals used during the transition. Read/write TransitionShredPattern.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.