com.aspose.slides
Class CommandEffect

java.lang.Object
  extended by com.aspose.slides.Behavior
      extended by com.aspose.slides.CommandEffect
All Implemented Interfaces:
IBehavior, ICommandEffect

public class CommandEffect
extends Behavior
implements ICommandEffect

Represents a command effect for an animation behavior.


Constructor Summary
CommandEffect()
           
 
Method Summary
 java.lang.String getCommandString()
           Defines command string.
 IShape getShapeTarget()
           Defines shape target of command effect.
 byte getType()
           Defines command effect type of behavior.
 void setCommandString(java.lang.String value)
           Defines command string.
 void setShapeTarget(IShape value)
           Defines shape target of command effect.
 void setType(byte value)
           Defines command effect type of behavior.
 
Methods inherited from class com.aspose.slides.Behavior
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

Constructor Detail

CommandEffect

public CommandEffect()
Method Detail

getType

public byte getType()

Defines command effect type of behavior. Read/write CommandEffectType.

Specified by:
getType in interface ICommandEffect

setType

public void setType(byte value)

Defines command effect type of behavior. Read/write CommandEffectType.

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

Specified by:
setType in interface ICommandEffect

getCommandString

public java.lang.String getCommandString()

Defines command string. Read/write String.

Specified by:
getCommandString in interface ICommandEffect

setCommandString

public void setCommandString(java.lang.String value)

Defines command string. Read/write String.

Specified by:
setCommandString in interface ICommandEffect

getShapeTarget

public IShape getShapeTarget()

Defines shape target of command effect. Read/write IShape.

Specified by:
getShapeTarget in interface ICommandEffect

setShapeTarget

public void setShapeTarget(IShape value)

Defines shape target of command effect. Read/write IShape.

Specified by:
setShapeTarget in interface ICommandEffect


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