Package | Description |
---|---|
com.groupdocs.cloud.signature.model |
Modifier and Type | Method | Description |
---|---|---|
static FormFieldSignature.TypeEnum |
FormFieldSignature.TypeEnum.fromValue(java.lang.String text) |
|
FormFieldSignature.TypeEnum |
FormFieldSignature.getType() |
Specifies Form field type
|
FormFieldSignature.TypeEnum |
FormFieldSignature.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
|
static FormFieldSignature.TypeEnum |
FormFieldSignature.TypeEnum.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FormFieldSignature.TypeEnum[] |
FormFieldSignature.TypeEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FormFieldSignature.setType(FormFieldSignature.TypeEnum type) |
|
FormFieldSignature |
FormFieldSignature.type(FormFieldSignature.TypeEnum type) |
|
void |
FormFieldSignature.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
FormFieldSignature.TypeEnum enumeration) |
Copyright © 2021. All rights reserved.