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

FieldDescription
ByObjectMorph transition will be performed considering shapes as indivisible objects.
ByWordMorph transition will be performed with transferring text by words where possible.
ByCharMorph 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.