FormTextFieldType
Inheritance: java.lang.Object
public final class FormTextFieldType
Defines types of text for WordsProcessing document form fields.
Fields
Field | Description |
---|---|
AllTextTypes | Form field with any type. |
PlainText | Form field with plain text type. |
RichText | Form field with rich text type. |
AllTextTypes
public static final int AllTextTypes
Form field with any type.
PlainText
public static final int PlainText
Form field with plain text type.
RichText
public static final int RichText
Form field with rich text type.