com.aspose.slides
Interface ICommandEffect

All Superinterfaces:
IBehavior
All Known Implementing Classes:
CommandEffect

public interface ICommandEffect
extends IBehavior


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 interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

Method Detail

getType

byte getType()

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


setType

void setType(byte value)

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


getCommandString

java.lang.String getCommandString()

Defines command string. Read/write String.


setCommandString

void setCommandString(java.lang.String value)

Defines command string. Read/write String.


getShapeTarget

IShape getShapeTarget()

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


setShapeTarget

void setShapeTarget(IShape value)

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



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