public final class TransitionMorphType
extends com.aspose.ms.System.Enum
Represent a type of morph transition.
Modifier and Type | Field and Description |
---|---|
static int |
ByChar
Morph transition will be performed with transferring text by characters where possible.
|
static int |
ByObject
Morph transition will be performed considering shapes as indivisible objects.
|
static int |
ByWord
Morph transition will be performed with transferring text by words where possible.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int ByObject
Morph transition will be performed considering shapes as indivisible objects.
public static final int ByWord
Morph transition will be performed with transferring text by words where possible.
public static final int ByChar
Morph transition will be performed with transferring text by characters where possible.