public class SignQRCodeOptions extends SignTextOptions
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SignQRCodeOptions.CodeTextAlignmentEnum |
Gets or sets the alignment of text in the result QR-code Default value is None
|
OptionsBase.SignatureTypeEnumSignTextOptions.HorizontalAlignmentEnum, SignTextOptions.LocationMeasureTypeEnum, SignTextOptions.MarginMeasureTypeEnum, SignTextOptions.SizeMeasureTypeEnum, SignTextOptions.StretchEnum, SignTextOptions.TextHorizontalAlignmentEnum, SignTextOptions.TextVerticalAlignmentEnum, SignTextOptions.VerticalAlignmentEnum| Constructor | Description |
|---|---|
SignQRCodeOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
SignQRCodeOptions |
codeTextAlignment(SignQRCodeOptions.CodeTextAlignmentEnum codeTextAlignment) |
|
boolean |
equals(Object o) |
|
SignQRCodeOptions.CodeTextAlignmentEnum |
getCodeTextAlignment() |
Gets or sets the alignment of text in the result QR-code Default value is None
|
Padding |
getInnerMargins() |
Gets or sets the space between QRCode elements and result image borders
|
String |
getLogoFilePath() |
Gets or sets the QR-code logo image file name.
|
String |
getQrCodeType() |
Get or set QRCode type.
|
Double |
getTransparency() |
Gets or sets the signature transparency (value from 0.0 (opaque) through 1.0 (clear)).
|
int |
hashCode() |
|
SignQRCodeOptions |
innerMargins(Padding innerMargins) |
|
SignQRCodeOptions |
logoFilePath(String logoFilePath) |
|
SignQRCodeOptions |
qrCodeType(String qrCodeType) |
|
void |
setCodeTextAlignment(SignQRCodeOptions.CodeTextAlignmentEnum codeTextAlignment) |
|
void |
setInnerMargins(Padding innerMargins) |
|
void |
setLogoFilePath(String logoFilePath) |
|
void |
setQrCodeType(String qrCodeType) |
|
void |
setTransparency(Double transparency) |
|
String |
toString() |
|
SignQRCodeOptions |
transparency(Double transparency) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitallPages, getAllPages, getPage, getPagesSetup, getSignatureType, page, pagesSetup, setAllPages, setPage, setPagesSetup, setSignatureType, signatureTypeappearance, getAppearance, setAppearance_native, backgroundBrush, backgroundColor, border, font, foreColor, getBackgroundBrush, getBackgroundColor, getBorder, getFont, getForeColor, getHeight, getHorizontalAlignment, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getNative, getRotationAngle, getSizeMeasureType, getStretch, getText, getTextHorizontalAlignment, getTextVerticalAlignment, getTop, getVerticalAlignment, getWidth, getZorder, height, horizontalAlignment, left, locationMeasureType, margin, marginMeasureType, rotationAngle, setBackgroundBrush, setBackgroundColor, setBorder, setFont, setForeColor, setHeight, setHorizontalAlignment, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setNative, setRotationAngle, setSizeMeasureType, setStretch, setText, setTextHorizontalAlignment, setTextVerticalAlignment, setTop, setVerticalAlignment, setWidth, setZorder, sizeMeasureType, stretch, text, textHorizontalAlignment, textVerticalAlignment, top, verticalAlignment, width, zorderpublic SignQRCodeOptions qrCodeType(String qrCodeType)
public String getQrCodeType()
public void setQrCodeType(String qrCodeType)
public SignQRCodeOptions transparency(Double transparency)
public Double getTransparency()
public void setTransparency(Double transparency)
public SignQRCodeOptions codeTextAlignment(SignQRCodeOptions.CodeTextAlignmentEnum codeTextAlignment)
public SignQRCodeOptions.CodeTextAlignmentEnum getCodeTextAlignment()
public void setCodeTextAlignment(SignQRCodeOptions.CodeTextAlignmentEnum codeTextAlignment)
public SignQRCodeOptions innerMargins(Padding innerMargins)
public Padding getInnerMargins()
public void setInnerMargins(Padding innerMargins)
public SignQRCodeOptions logoFilePath(String logoFilePath)
public String getLogoFilePath()
public void setLogoFilePath(String logoFilePath)
public boolean equals(Object o)
equals in class SignTextOptionspublic int hashCode()
hashCode in class SignTextOptionspublic String toString()
toString in class SignTextOptionsCopyright © 2025. All rights reserved.