TransitionMorphType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TransitionMorphType extends System.Enum
Represent a type of morph transition.
Fields
Field | Description |
---|---|
ByObject | Morph transition will be performed considering shapes as indivisible objects. |
ByWord | Morph transition will be performed with transferring text by words where possible. |
ByChar | Morph transition will be performed with transferring text by characters where possible. |
ByObject
public static final int ByObject
Morph transition will be performed considering shapes as indivisible objects.
ByWord
public static final int ByWord
Morph transition will be performed with transferring text by words where possible.
ByChar
public static final int ByChar
Morph transition will be performed with transferring text by characters where possible.