| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TextAnchorPosition |
TextAnchor.getPosition() |
static TextAnchorPosition |
TextAnchorPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextAnchorPosition[] |
TextAnchorPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextAnchor.setPosition(TextAnchorPosition position) |
| Modifier and Type | Method and Description |
|---|---|
TextAnchorBuilder |
TextAnchorBuilder.atPosition(TextAnchorPosition position)
Set the position relative to the bounding box of the searched string the
position offset is calculated from.
|
Copyright 2022 OneSpan All rights reserved.