| Changed Methods |
PdfFormXObject
getAppearance()
|
Documentation changed from old to new. |
Constructs appearance (top-level) for a signature. |
PdfSignatureAppearance
setCertificate(
Certificate)
|
Documentation changed from old to new. |
Sets the certificate used to provide the text in the appearance. |
PdfSignatureAppearance
setContact(
String)
|
Documentation changed from old to new. |
Sets the signing contact. |
PdfSignatureAppearance
setFieldName(
String)
|
Documentation changed from old to new. |
Set the field name of the appearance. |
PdfSignatureAppearance
setImage(
ImageData)
|
Documentation changed from old to new. |
Sets the background image for the layer 2. |
PdfSignatureAppearance
setImageScale(
float)
|
Documentation changed from old to new. |
Sets the scaling to be applied to the background image. |
PdfSignatureAppearance
setLayer2Font(
PdfFont)
|
Documentation changed from old to new. |
Sets the n2 and n4 layer font. |
PdfSignatureAppearance
setLayer2FontColor(
Color)
|
Documentation changed from old to new. |
Sets the n2 and n4 layer font color. |
PdfSignatureAppearance
setLayer2FontSize(
float)
|
Documentation changed from old to new. |
Sets the n2 and n4 layer font size. |
PdfSignatureAppearance
setLayer2Text(
String)
|
Documentation changed from old to new. |
Sets the signature text identifying the signer. |
PdfSignatureAppearance
setLocation(
String)
|
Documentation changed from old to new. |
Sets the signing location. |
PdfSignatureAppearance
setLocationCaption(
String)
|
Documentation changed from old to new. |
Sets the caption for the signing location. |
PdfSignatureAppearance
setPageNumber(
int)
|
Documentation changed from old to new. |
Sets the page number of the signature field which this signature appearance is associated with. |
PdfSignatureAppearance
setPageRect(
Rectangle)
|
Documentation changed from old to new. |
Sets the rectangle that represent the position and dimension of the signature field in the page. |
PdfSignatureAppearance
setReason(
String)
|
Documentation changed from old to new. |
Sets the signing reason. |
PdfSignatureAppearance
setReasonCaption(
String)
|
Documentation changed from old to new. |
Sets the caption for the signing reason. |
PdfSignatureAppearance
setRenderingMode(
RenderingMode)
|
Documentation changed from old to new. |
Sets the rendering mode for this signature. |
PdfSignatureAppearance
setReuseAppearance(
boolean)
|
Documentation changed from old to new. |
Indicates that the existing appearances needs to be reused as layer 0. |
PdfSignatureAppearance
setSignDate(
Calendar)
|
Documentation changed from old to new. |
Sets the signature date. |
PdfSignatureAppearance
setSignatureCreator(
String)
|
Documentation changed from old to new. |
Sets the name of the application used to create the signature. |
PdfSignatureAppearance
setSignatureGraphic(
ImageData)
|
Documentation changed from old to new. |
Sets the Image object to render when Render is set to RenderingMode.GRAPHIC or RenderingMode.GRAPHIC_AND_DESCRIPTION. |