public final class PdfFormTextFieldType
extends com.aspose.ms.System.Enum
Define types of text PDF 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.
Copyright © 2018. All rights reserved.