| Package | Description |
|---|---|
| com.silanis.esl.sdk |
The eSignLive Java SDK base package containing the EslClient and model classes.
|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| com.silanis.esl.sdk.internal.converter |
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
TextAnchor |
Signature.getTextAnchor() |
TextAnchor |
Field.getTextAnchor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Signature.setTextAnchor(TextAnchor textAnchor) |
void |
Field.setTextAnchor(TextAnchor textAnchor) |
| Modifier and Type | Method and Description |
|---|---|
TextAnchor |
TextAnchorBuilder.build()
Builds the text anchor.
|
| Modifier and Type | Method and Description |
|---|---|
FieldBuilder |
FieldBuilder.withPositionAnchor(TextAnchor textAnchor)
Informs the eSignLive document engine that the position of the field
must be defined relative to the position of a certain text string on the document.
|
SignatureBuilder |
SignatureBuilder.withPositionAnchor(TextAnchor textAnchor)
Enables positioning the signature relative to a text string in the
original document.
|
| Modifier and Type | Method and Description |
|---|---|
TextAnchor |
TextAnchorConverter.toSDKTextAnchor()
Convert from API to SDK object.
|
| Constructor and Description |
|---|
TextAnchorConverter(TextAnchor textAnchor)
Construct with SDK object involved in conversion.
|
Copyright 2022 OneSpan All rights reserved.