public class SignaturePlaceholderData extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ID_KEY |
static String |
PROFILE_KEY |
static String |
SIG_KEY_KEY |
static String |
TYPE_KEY |
Constructor and Description |
---|
SignaturePlaceholderData(String profile,
String type,
String sigKey,
String id) |
Modifier and Type | Method and Description |
---|---|
String |
getId()
The id associated with this placeholder.
|
String |
getKey()
The key identifier for MOA signature.
|
String |
getPlaceholderName()
The name of the placeholder image.
|
String |
getProfile()
The profile name.
|
TablePos |
getTablePos()
Get the table position for the signature block.
The table position is created from the page number, the upper left corner and the width of the placeholder image. |
String |
getType()
The signature type: "textual" or "binary".
|
String |
toString() |
public static final String ID_KEY
public static final String PROFILE_KEY
public static final String TYPE_KEY
public static final String SIG_KEY_KEY
public TablePos getTablePos()
public String getProfile()
public String getType()
public String getKey()
public String getPlaceholderName()
public String getId()