| Package | Description |
|---|---|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| 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.
|
static TextAnchorBuilder |
TextAnchorBuilder.newTextAnchor(String anchorText)
Creates a new textanchor for a given text string
|
TextAnchorBuilder |
TextAnchorBuilder.withCharacter(int character)
Set character index of the anchor text for which to position the signature relative to.
|
TextAnchorBuilder |
TextAnchorBuilder.withOccurence(int occurence)
Set the index of the occurrence of the text string we want to use for
text anchor.
|
TextAnchorBuilder |
TextAnchorBuilder.withOffset(int x,
int y)
Offset in pixel, relative to the TextAnchorPosition
atPosition(TextAnchorPosition) where the signature or field will
be positioned. |
TextAnchorBuilder |
TextAnchorBuilder.withSize(int width,
int height)
Size, in pixel, of the signature of form field.
|
| Modifier and Type | Method and Description |
|---|---|
FieldBuilder |
FieldBuilder.withPositionAnchor(TextAnchorBuilder builder)
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(TextAnchorBuilder builder)
Enables positioning the signature relative to a text string in the
original document.
|
Copyright 2022 OneSpan All rights reserved.