com.aspose.slides
Class WheelTransition

java.lang.Object
  extended by com.aspose.slides.TransitionValueBase
      extended by com.aspose.slides.WheelTransition
All Implemented Interfaces:
ITransitionValueBase, IWheelTransition

public class WheelTransition
extends TransitionValueBase
implements IWheelTransition

Wheel slide transition effect.


Method Summary
 long getSpokes()
           Number spokes of wheel transition.
 void setSpokes(long value)
           Number spokes of wheel transition.
 
Methods inherited from class com.aspose.slides.TransitionValueBase
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSpokes

public long getSpokes()

Number spokes of wheel transition. Read/write long.

Specified by:
getSpokes in interface IWheelTransition

setSpokes

public void setSpokes(long value)

Number spokes of wheel transition. Read/write long.

Use values of UInt32 type for the "value" parameter.

Specified by:
setSpokes in interface IWheelTransition


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