Modifier and Type | Method and Description |
---|---|
static SignApi.Behaviour.Zoom.Level |
SignApi.Behaviour.Zoom.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignApi.Behaviour.Zoom.Level |
SignApi.Behaviour.Zoom.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignApi.Behaviour.Zoom.Level[] |
SignApi.Behaviour.Zoom.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static SignApi.Behaviour.Zoom.Level[] |
SignApi.Behaviour.Zoom.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SignApi.Behaviour.DocSign.Rectangle.Builder |
SignApi.Behaviour.DocSign.Rectangle.Builder.fromBottomLeft(int bottom,
int left,
SignApi.Behaviour.Zoom.Level level)
The signature rectangle is to be shown with the given zoom level
with respect to the lower left corner of the device display.
|
static SignApi.Behaviour.DocSign.Rectangle.Builder |
SignApi.Behaviour.DocSign.Rectangle.Builder.fromBottomLeft(int bottom,
int left,
SignApi.Behaviour.Zoom.Level level)
The signature rectangle is to be shown with the given zoom level
with respect to the lower left corner of the device display.
|
static SignApi.Behaviour.DocSign.Rectangle.Builder |
SignApi.Behaviour.DocSign.Rectangle.Builder.fromBottomRight(int bottom,
int right,
SignApi.Behaviour.Zoom.Level level)
The signature rectangle is to be shown with the given zoom level
with respect to the lower right corner of the device display.
|
static SignApi.Behaviour.DocSign.Rectangle.Builder |
SignApi.Behaviour.DocSign.Rectangle.Builder.fromBottomRight(int bottom,
int right,
SignApi.Behaviour.Zoom.Level level)
The signature rectangle is to be shown with the given zoom level
with respect to the lower right corner of the device display.
|
static SignApi.Behaviour.DocSign.Rectangle.Builder |
SignApi.Behaviour.DocSign.Rectangle.Builder.fromTopLeft(int top,
int left,
SignApi.Behaviour.Zoom.Level level)
The signature rectangle is to be shown with the given zoom level
with respect to the upper left corner of the device display.
|
static SignApi.Behaviour.DocSign.Rectangle.Builder |
SignApi.Behaviour.DocSign.Rectangle.Builder.fromTopLeft(int top,
int left,
SignApi.Behaviour.Zoom.Level level)
The signature rectangle is to be shown with the given zoom level
with respect to the upper left corner of the device display.
|
static SignApi.Behaviour.DocSign.Rectangle.Builder |
SignApi.Behaviour.DocSign.Rectangle.Builder.fromTopRight(int top,
int right,
SignApi.Behaviour.Zoom.Level level)
The signature rectangle is to be shown with the given zoom level
with respect to the upper right corner of the device display.
|
static SignApi.Behaviour.DocSign.Rectangle.Builder |
SignApi.Behaviour.DocSign.Rectangle.Builder.fromTopRight(int top,
int right,
SignApi.Behaviour.Zoom.Level level)
The signature rectangle is to be shown with the given zoom level
with respect to the upper right corner of the device display.
|
static boolean |
SignApi.viewDocument(int pageNumber,
SignApi.Behaviour.Zoom.Level zoomLevel,
boolean startSignatureButtonEnabled)
Displays the loaded document on the device.
|
static boolean |
SignApi.viewDocument(int pageNumber,
SignApi.Behaviour.Zoom.Level zoomLevel,
boolean startSignatureButtonEnabled)
Displays the loaded document on the device.
|
Copyright © 2024. All rights reserved.