|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.AnimationSettings
public final class AnimationSettings
Represents an animation effects you can apply to the specified shape.
Method Summary | |
---|---|
int |
getAdvanceMode()
Returns the value that indicates whether the specified shape animation advances only when clicked or automatically after a specified amount of time. |
double |
getAdvanceTime()
Returns the amount of time, in seconds, after which the specified shape animation will occur. |
int |
getAfterEffect()
Determines whether the specified slide advances automatically after a specified amount of time has elapsed. |
int |
getAnimationOrder()
Returns the integer that represents the position of the specified shape within the collection of shapes to be animated. |
int |
getAnimationSlideCount()
Returns the number of slides where shape will be animated. |
int |
getEntryEffect()
Returns the special effect applied to the specified shape animation. |
int |
getTextLevelEffect()
Returns the constant that indicates whether the text in the specified shape is animated by first-level paragraphs, second-level paragraphs, or some other level (up to fifth-level paragraphs). |
int |
getTextUnitEffect()
Returns the constant that indicates whether the text in the specified shape is animated paragraph by paragraph, word by word, or letter by letter. |
boolean |
isAnimateBackground()
Determines whether the shape is animated together with the text it contains. |
boolean |
isAnimateTextInReverse()
Determines whether the specified shape is animated in reverse order. |
void |
setAdvanceMode(int value)
Sets the value that indicates whether the specified shape animation advances only when clicked or automatically after a specified amount of time. |
void |
setAdvanceTime(double value)
Sets the amount of time, in seconds, after which the specified shape animation will occur. |
void |
setAfterEffect(int value)
Sets whether the specified slide advances automatically after a specified amount of time has elapsed. |
void |
setAnimateBackground(boolean value)
Sets whether the shape is animated together with the text it contains. |
void |
setAnimateTextInReverse(boolean value)
Sets whether the specified shape is animated in reverse order. |
void |
setAnimationOrder(int value)
Sets the integer that represents the position of the specified shape within the collection of shapes to be animated. |
void |
setAnimationSlideCount(int value)
Sets the number of slides where shape will be animated. |
void |
setEntryEffect(int value)
Sets the special effect applied to the specified shape animation. |
void |
setTextLevelEffect(int value)
Sets the constant that indicates whether the text in the specified shape is animated by first-level paragraphs, second-level paragraphs, or some other level (up to fifth-level paragraphs). |
void |
setTextUnitEffect(int value)
Sets the constant that indicates whether the text in the specified shape is animated paragraph by paragraph, word by word, or letter by letter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getEntryEffect()
ShapeEntryEffect
.public void setEntryEffect(int value)
value
- new entry effect. See ShapeEntryEffect
.public int getAnimationOrder()
public void setAnimationOrder(int value)
value
- new animation order.public int getAnimationSlideCount()
public void setAnimationSlideCount(int value)
value
- the number of slides.public double getAdvanceTime()
public void setAdvanceTime(double value)
value
- new advance time.public int getAdvanceMode()
ShapeAdvanceMode
.public void setAdvanceMode(int value)
value
- new advance mode. See ShapeAdvanceMode
.public int getAfterEffect()
ShapeAfterEffect
.public void setAfterEffect(int value)
value
- new after effect. See ShapeAfterEffect
.public int getTextUnitEffect()
TextUnitEffect
.public void setTextUnitEffect(int value)
value
- new text unit effect. See TextUnitEffect
.public int getTextLevelEffect()
TextLevelEffect
.public void setTextLevelEffect(int value)
value
- new text level effect. See TextLevelEffect
.public boolean isAnimateTextInReverse()
public void setAnimateTextInReverse(boolean value)
value
- true to set text animation in reverse order.public boolean isAnimateBackground()
public void setAnimateBackground(boolean value)
value
- true if the shape is animated together with text.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |