|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.interactive.digitalsignatures.PdfSignatureAppearance
public class PdfSignatureAppearance
Provide a custom signature appearance implemation
| Constructor Summary | |
|---|---|
PdfSignatureAppearance(PdfSignature signature)
Initialize a new instance. |
|
| Method Summary | |
|---|---|
void |
generate(PdfCanvas g)
Generate custom signature appearance by a graphics context. |
java.lang.String |
getContactInfoLabel()
Get the label of signature's contactInfo. |
java.lang.String |
getDateLabel()
Get the label of signature's date. |
GraphicMode |
getGraphicMode()
Get the Grapphic render/display mode. |
java.lang.String |
getLocationLabel()
Get the label of signature's location. |
java.lang.String |
getNameLabel()
Get the label of The name of the person or authority signing the document. |
java.lang.String |
getReasonLabel()
Get the label of signature's reason. |
PdfImage |
getSignatureImage()
Get the signature image. |
SignImageLayout |
getSignImageLayout()
Get the sign image layout. |
void |
setContactInfoLabel(java.lang.String value)
Set the label of signature's contactInfo. |
void |
setDateLabel(java.lang.String value)
Set the label of signature's date. |
void |
setGraphicMode(GraphicMode value)
Set the Grapphic render/display mode. |
void |
setLocationLabel(java.lang.String value)
Set the label of signature's location |
void |
setNameLabel(java.lang.String value)
Set the label of The name of the person or authority signing the document. |
void |
setReasonLabel(java.lang.String value)
Set the label of signature's reason |
void |
setSignatureImage(PdfImage value)
Set the signature image. |
void |
setSignImageLayout(SignImageLayout value)
Set the sign image layout. |
| Constructor Detail |
|---|
public PdfSignatureAppearance(PdfSignature signature)
signature - The signature.| Method Detail |
|---|
public java.lang.String getNameLabel()
public void setNameLabel(java.lang.String value)
value - The name label.public java.lang.String getReasonLabel()
public void setReasonLabel(java.lang.String value)
value - the labelpublic java.lang.String getLocationLabel()
public void setLocationLabel(java.lang.String value)
value - The labelpublic java.lang.String getContactInfoLabel()
public void setContactInfoLabel(java.lang.String value)
value - The label.public java.lang.String getDateLabel()
public void setDateLabel(java.lang.String value)
value - The label.public PdfImage getSignatureImage()
public void setSignatureImage(PdfImage value)
value - The signature image.public GraphicMode getGraphicMode()
public void setGraphicMode(GraphicMode value)
value - The mode.public SignImageLayout getSignImageLayout()
public void setSignImageLayout(SignImageLayout value)
value - The sign image layout.public void generate(PdfCanvas g)
generate in interface IPdfSignatureAppearanceg - A graphics context of signature appearance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||