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.SignatureTypeEnum
SignTextOptions.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(java.lang.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
|
java.lang.String |
getLogoFilePath() |
Gets or sets the QR-code logo image file name.
|
java.lang.String |
getQrCodeType() |
Get or set QRCode type.
|
java.lang.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(java.lang.String logoFilePath) |
|
SignQRCodeOptions |
qrCodeType(java.lang.String qrCodeType) |
|
void |
setCodeTextAlignment(SignQRCodeOptions.CodeTextAlignmentEnum codeTextAlignment) |
|
void |
setInnerMargins(Padding innerMargins) |
|
void |
setLogoFilePath(java.lang.String logoFilePath) |
|
void |
setQrCodeType(java.lang.String qrCodeType) |
|
void |
setTransparency(java.lang.Double transparency) |
|
java.lang.String |
toString() |
|
SignQRCodeOptions |
transparency(java.lang.Double transparency) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
allPages, getAllPages, getPage, getPagesSetup, getSignatureType, page, pagesSetup, setAllPages, setPage, setPagesSetup, setSignatureType, signatureType
appearance, 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, zorder
public SignQRCodeOptions qrCodeType(java.lang.String qrCodeType)
public java.lang.String getQrCodeType()
public void setQrCodeType(java.lang.String qrCodeType)
public SignQRCodeOptions transparency(java.lang.Double transparency)
public java.lang.Double getTransparency()
public void setTransparency(java.lang.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(java.lang.String logoFilePath)
public java.lang.String getLogoFilePath()
public void setLogoFilePath(java.lang.String logoFilePath)
public boolean equals(java.lang.Object o)
equals
in class SignTextOptions
public int hashCode()
hashCode
in class SignTextOptions
public java.lang.String toString()
toString
in class SignTextOptions
Copyright © 2021. All rights reserved.