EffectRestartType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EffectRestartType extends System.Enum

Represent restart types for timing.

Fields

FieldDescription
NotDefined
Always
WhenNotActive
Never

NotDefined

public static final int NotDefined

Always

public static final int Always

WhenNotActive

public static final int WhenNotActive

Never

public static final int Never