public class PDFSignatureAppearenceOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PDFSignatureAppearenceOptions.PDFSignatureAppearanceType |
static class |
PDFSignatureAppearenceOptions.TextDirection |
Constructor and Description |
---|
PDFSignatureAppearenceOptions(PDFSignatureAppearenceOptions.PDFSignatureAppearanceType appearanceType,
Document logoPDF,
double logoOpacity,
Document graphicPDF,
boolean showName,
boolean showLocation,
boolean showDN,
boolean showReason,
boolean showDate,
boolean showLabels,
boolean showDefaultLogo,
PDFSignatureAppearenceOptions.TextDirection textDirection) |
Modifier and Type | Method and Description |
---|---|
PDFSignatureAppearenceOptions.PDFSignatureAppearanceType |
getAppearanceType() |
Document |
getGraphicPDF() |
double |
getLogoOpacity() |
Document |
getLogoPDF() |
SigningFormat |
getSigningFormat() |
PDFSignatureAppearenceOptions.TextDirection |
getTextDirection() |
boolean |
isShowDate() |
boolean |
isShowDefaultLogo() |
boolean |
isShowDN() |
boolean |
isShowLabels() |
boolean |
isShowLocation() |
boolean |
isShowName() |
boolean |
isShowReason() |
void |
setShowReason(boolean showReason) |
void |
setSigningFormat(SigningFormat signingFormat) |
public PDFSignatureAppearenceOptions(PDFSignatureAppearenceOptions.PDFSignatureAppearanceType appearanceType, Document logoPDF, double logoOpacity, Document graphicPDF, boolean showName, boolean showLocation, boolean showDN, boolean showReason, boolean showDate, boolean showLabels, boolean showDefaultLogo, PDFSignatureAppearenceOptions.TextDirection textDirection)
public PDFSignatureAppearenceOptions.PDFSignatureAppearanceType getAppearanceType()
public Document getGraphicPDF()
public double getLogoOpacity()
public Document getLogoPDF()
public boolean isShowDate()
public boolean isShowDefaultLogo()
public boolean isShowDN()
public boolean isShowLabels()
public boolean isShowLocation()
public boolean isShowName()
public boolean isShowReason()
public PDFSignatureAppearenceOptions.TextDirection getTextDirection()
public void setShowReason(boolean showReason)
public SigningFormat getSigningFormat()
public void setSigningFormat(SigningFormat signingFormat)
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.