EffectSubtype
Overview
EffectSubtype is a enum in Aspose.Slides FOSS for Python.
Represents subtypes of animation effect.
Values
| Value | Description |
|---|---|
NONE | Represents no effect subtype |
ACROSS | Represents a motion across the slide |
BOTTOM | Represents a motion from the bottom |
BOTTOM_LEFT | |
BOTTOM_RIGHT | |
CENTER | Represents a motion toward the center |
OBJECT_CENTER | |
SLIDE_CENTER | |
CLOCKWISE | Represents a clockwise rotation effect |
COUNTER_CLOCKWISE | |
GRADUAL_AND_CYCLE_CLOCKWISE | Represents a gradual, cyclic clockwise rotation |
GRADUAL_AND_CYCLE_COUNTER_CLOCKWISE | |
DOWN | Represents a motion downward |
DOWN_LEFT | Represents a motion down and to the left |
DOWN_RIGHT | Represents a motion down and to the right |
FONT_ALL_CAPS | Represents a font style of all caps |
FONT_BOLD | Represents a bold font style |
FONT_ITALIC | Represents an italic font style |
FONT_SHADOW | Represents a font shadow effect |
FONT_STRIKETHROUGH | Represents a strikethrough font style |
FONT_UNDERLINE | Represents an underline font style |
GRADUAL | Represents a gradual transition effect |
HORIZONTAL | Represents a horizontal motion effect |
HORIZONTAL_IN | Represents a horizontal motion entering the slide |
HORIZONTAL_OUT | Represents a horizontal motion exiting the slide |
IN | Represents an entrance animation effect |
IN_BOTTOM | Represents an entrance from the bottom |
IN_CENTER | Represents an entrance from the center |
IN_SLIGHTLY | Represents a slight entrance motion |
INSTANT | Represents an instantaneous effect with no transition |
LEFT | |
ORDINAL_MASK | |
OUT | |
OUT_BOTTOM | |
OUT_CENTER | |
OUT_SLIGHTLY | |
RIGHT | |
SLIGHTLY | |
TOP | |
TOP_LEFT | |
TOP_RIGHT | |
UP | |
UP_LEFT | |
UP_RIGHT | |
VERTICAL | |
VERTICAL_IN | |
VERTICAL_OUT | |
WHEEL1 | |
WHEEL2 | |
WHEEL3 | |
WHEEL4 | |
WHEEL8 |