public class PadesVisualRepresentation
extends java.lang.Object
| Constructor and Description |
|---|
PadesVisualRepresentation() |
PadesVisualRepresentation(PadesVisualText text,
PadesVisualImage image,
PadesVisualPositioning position)
Creates a PAdES signature visual representation options
|
| Modifier and Type | Method and Description |
|---|---|
PadesVisualImage |
getImage() |
PadesVisualPositioning |
getPosition() |
PadesVisualText |
getText() |
void |
setImage(PadesVisualImage image)
Sets the image specifications for the signature visual representation
|
void |
setPosition(PadesVisualPositioning position)
Sets the position specifications for the signature visual representation
|
void |
setText(PadesVisualText text)
Sets the text specifications for the signature visual representation
|
public PadesVisualRepresentation()
public PadesVisualRepresentation(PadesVisualText text, PadesVisualImage image, PadesVisualPositioning position)
text - The text specifications for the signature visual representationimage - The image specifications for the signature visual representationposition - The position specifications for the signature visual representationpublic PadesVisualText getText()
public void setText(PadesVisualText text)
text - The text specifications for the signature visual representationpublic PadesVisualImage getImage()
public void setImage(PadesVisualImage image)
image - The image spacification for the signature visual representationpublic PadesVisualPositioning getPosition()
public void setPosition(PadesVisualPositioning position)
position - The position specifications for the signature visual representation