|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Sequence
public final class Sequence
Represent sequence (collection of effects).
Method Summary | |
---|---|
IEffect |
addEffect(IShape shape,
int effectType,
int subtype,
int triggerType)
Add new effect to the end of sequence. |
void |
clear()
Removes all effects from a collection. |
IEffect |
get_Item(int index)
Returns an effect at the specified index. |
int |
getCount()
Returns the number of effects in a sequense. |
int |
getCount(IShape shape)
Returns count of effects for the specified shape. |
IEffect[] |
getEffectsByShape(IShape shape)
Returns array of effects by specify shape. |
IShape |
getTriggerShape()
Returns or set shape target for INTERACTIVE sequence. |
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an iterator for a collection. |
void |
remove(IEffect item)
Removes specified effect from a collection. |
void |
removeAt(int index)
Removes an effect from a collection. |
void |
removeByShape(IShape shape)
Remove effect by specify shape. |
void |
setTriggerShape(IShape value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Returns the number of effects in a sequense.
getCount
in interface ISequence
public void remove(IEffect item)
Removes specified effect from a collection.
remove
in interface ISequence
item
- Effect to remove.public void removeAt(int index)
Removes an effect from a collection.
removeAt
in interface ISequence
index
- public void clear()
Removes all effects from a collection.
clear
in interface ISequence
public IEffect get_Item(int index)
Returns an effect at the specified index.
get_Item
in interface ISequence
index
-
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an iterator for a collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
public IShape getTriggerShape()
Returns or set shape target for INTERACTIVE sequence.
If sequence is not interactive then returns null.
Read/write Shape
.
getTriggerShape
in interface ISequence
public void setTriggerShape(IShape value)
setTriggerShape
in interface ISequence
public void removeByShape(IShape shape)
Remove effect by specify shape.
removeByShape
in interface ISequence
public IEffect[] getEffectsByShape(IShape shape)
Returns array of effects by specify shape.
getEffectsByShape
in interface ISequence
public int getCount(IShape shape)
Returns count of effects for the specified shape.
getCount
in interface ISequence
public IEffect addEffect(IShape shape, int effectType, int subtype, int triggerType)
Add new effect to the end of sequence.
addEffect
in interface ISequence
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |