TransitionMorphType
TransitionMorphType enum
Represent a type of morph transition.
enum class TransitionMorphType
Values
| Name | Value | Description |
|---|---|---|
| ByObject | 0 | Morph transition will be performed considering shapes as indivisible objects. |
| ByWord | 1 | Morph transition will be performed with transferring text by words where possible. |
| ByChar | 2 | Morph transition will be performed with transferring text by characters where possible. |
See Also
- Namespace Aspose::Slides::SlideShow
- Library Aspose.Slides