public final class FormTextFieldType extends Object
Defines types of text for WordsProcessing document form fields.
Modifier and Type | Field and Description |
---|---|
static int |
AllTextTypes
Form field with any type.
|
static int |
PlainText
Form field with plain text type.
|
static int |
RichText
Form field with rich text type.
|
public static final int AllTextTypes
Form field with any type.
public static final int PlainText
Form field with plain text type.
public static final int RichText
Form field with rich text type.