Generated by
JDiff

Class com.itextpdf.signatures.PdfSignatureAppearance

Added Methods
SignatureFieldAppearance  getSignatureAppearance() Gets the signature layout element.
PdfSignatureAppearance  setFontFamily( String[]) Sets the preferable font families for the signature content.
PdfSignatureAppearance  setFontProvider( FontProvider) Sets FontProvider.
PdfSignatureAppearance  setSignatureAppearance( SignatureFieldAppearance) Sets the signature layout element.
 

Changed Methods
PdfFormXObject  getAppearance() Change in exceptions thrown from java.io.IOException to com.itextpdf.io.exceptions.IOException.
Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance}.
Certificate  getCertificate() Documentation changed from old to new.
Now deprecated.
in favour of {@link SignedAppearanceText} that should be used for {@link SignatureFieldAppearance}.
String  getContact() Documentation changed from old to new.
Now deprecated.
Use {@link PdfSigner#getContact()} instead.
ImageData  getImage() Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance#setBackgroundImage(BackgroundImage)}.
float  getImageScale() Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance#setBackgroundImage(BackgroundImage)}.
PdfFormXObject  getLayer0() Documentation changed from old to new.
Now deprecated.
will be deleted in the next major release.
PdfFormXObject  getLayer2() Documentation changed from old to new.
Now deprecated.
will be deleted in the next major release.
PdfFont  getLayer2Font() Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance}.
Color  getLayer2FontColor() Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance}.
float  getLayer2FontSize() Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance}.
String  getLayer2Text() Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance}.
String  getLocation() Documentation changed from old to new.
Now deprecated.
in favour of {@link SignedAppearanceText} that should be used for {@link SignatureFieldAppearance}.
int  getPageNumber() Documentation changed from old to new.
Now deprecated.
won't be public in the next major release.
Rectangle  getPageRect() Documentation changed from old to new.
Now deprecated.
won't be public in the next major release.
String  getReason() Documentation changed from old to new.
Now deprecated.
in favour of {@link SignedAppearanceText} that should be used for {@link SignatureFieldAppearance}.
RenderingMode  getRenderingMode() Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance}, rendering mode will be detected depending on specified {@code setContent} method parameters.
Calendar  getSignDate() Documentation changed from old to new.
Now deprecated.
in favour of {@link SignedAppearanceText} that should be used for {@link SignatureFieldAppearance}.
String  getSignatureCreator() Documentation changed from old to new.
Now deprecated.
Use {@link PdfSigner#getSignatureCreator()} instead.
ImageData  getSignatureGraphic() Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance}.
boolean  isInvisible() Documentation changed from old to new.
Now deprecated.
won't be public in the next major release.
PdfSignatureAppearance  setCertificate( Certificate) Documentation changed from old to new.
Now deprecated.
in favour of {@link SignedAppearanceText} that should be used for {@link SignatureFieldAppearance}.
PdfSignatureAppearance  setContact( String) Documentation changed from old to new.
Now deprecated.
Use {@link PdfSigner#setContact(String)} instead.
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.
Now deprecated.
in favour of {@link SignatureFieldAppearance#setBackgroundImage(BackgroundImage)}.
PdfSignatureAppearance  setImageScale( float) Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance#setBackgroundImage(BackgroundImage)}.
PdfSignatureAppearance  setLayer2Font( PdfFont) Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance#setFont(PdfFont)}.
PdfSignatureAppearance  setLayer2FontColor( Color) Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance#setFontColor(Color)}.
PdfSignatureAppearance  setLayer2FontSize( float) Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance#setFontSize(float)}.
PdfSignatureAppearance  setLayer2Text( String) Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance}.
PdfSignatureAppearance  setLocation( String) Documentation changed from old to new.
Now deprecated.
in favour of {@link SignedAppearanceText} that should be used for {@link SignatureFieldAppearance}.
PdfSignatureAppearance  setLocationCaption( String) Documentation changed from old to new.
Now deprecated.
in favour of {@link SignedAppearanceText} that should be used for {@link SignatureFieldAppearance}.
PdfSignatureAppearance  setPageNumber( int) Documentation changed from old to new.
Now deprecated.
won't be public in the next major release.
PdfSignatureAppearance  setPageRect( Rectangle) Documentation changed from old to new.
Now deprecated.
won't be public in the next major release.
PdfSignatureAppearance  setReason( String) Documentation changed from old to new.
Now deprecated.
in favour of {@link SignedAppearanceText} that should be used for {@link SignatureFieldAppearance}.
PdfSignatureAppearance  setReasonCaption( String) Documentation changed from old to new.
Now deprecated.
in favour of {@link SignedAppearanceText} that should be used for {@link SignatureFieldAppearance}.
PdfSignatureAppearance  setRenderingMode( RenderingMode) Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance}, rendering mode will be detected depending on specified {@code setContent} method parameters.
PdfSignatureAppearance  setReuseAppearance( boolean) Documentation changed from old to new.
Now deprecated.
in favour of {@link PdfSignatureFormField#setReuseAppearance(boolean)}.
PdfSignatureAppearance  setSignDate( Calendar) Documentation changed from old to new.
Now deprecated.
in favour of {@link SignedAppearanceText} that should be used for {@link SignatureFieldAppearance}.
PdfSignatureAppearance  setSignatureCreator( String) Documentation changed from old to new.
Now deprecated.
Use {@link PdfSigner#setSignatureCreator(String)} instead.
PdfSignatureAppearance  setSignatureGraphic( ImageData) Documentation changed from old to new.
Now deprecated.
in favour of {@link SignatureFieldAppearance#setContent(ImageData)} or {@link SignatureFieldAppearance#setContent(String, ImageData)}.