public final class FormFieldType
extends com.aspose.ms.System.Enum
Enumerates the formfield types.
Modifier and Type | Field and Description |
---|---|
static int |
CheckBox
CheckBox formfield type.
|
static int |
Combo
Combo formfield type
|
static int |
List
List formfield type.
|
static int |
PushButton
Button formfield type.
|
static int |
RadioButton
RadioButton formfield type.
|
static int |
Text
Text formfield type.
|
public static final int PushButton
Button formfield type.
public static final int RadioButton
RadioButton formfield type.
public static final int List
List formfield type.
public static final int CheckBox
CheckBox formfield type.
public static final int Combo
Combo formfield type
public static final int Text
Text formfield type.
Copyright © 2016 Aspose. All Rights Reserved.