public final class FormTarget
extends com.aspose.ms.System.Enum
Indicates where to display the form response after submitting the form. The value must be _blank or _top.
Modifier and Type | Field and Description |
---|---|
static int |
Blank
Display in new window.
|
static int |
Top
Displays on top of window.
|
static int |
Undefined
Undefined.
|
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 Undefined
Undefined.
public static final int Blank
Display in new window.
public static final int Top
Displays on top of window.