public class CellsQRCodeSignOptions extends QRCodeSignOptions
Represents the QRCode Signature Options for Cells Documents.
Constructor and Description |
---|
CellsQRCodeSignOptions()
Initializes a new instance of the CellsQRCodeSignOptions class with default values.
|
CellsQRCodeSignOptions(String text)
Initializes a new instance of the CellsQRCodeSignOptions class with text.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber()
Gets or sets the left column number of signature (min value is 0).
|
int |
getDocumentPageNumber()
Gets or sets worksheet number for signing.
|
Padding |
getMargin()
Gets or sets the space between Sign and worksheet edges.
|
int |
getRowNumber()
Gets or sets the top row number of signature (min value is 0).
|
int |
getSheetNumber()
Gets or sets worksheet number for signing.
|
void |
setColumnNumber(int value)
Gets or sets the left column number of signature (min value is 0).
|
void |
setDocumentPageNumber(int value)
Gets or sets worksheet number for signing.
|
void |
setMargin(Padding value)
Gets or sets the space between Sign and worksheet edges.
|
void |
setRowNumber(int value)
Gets or sets the top row number of signature (min value is 0).
|
void |
setSheetNumber(int value)
Gets or sets worksheet number for signing.
|
getBackgroundColor, getBorderColor, getBorderDashStyle, getBorderVisiblity, getBorderWeight, getCodeTextAlignment, getEncodeType, getForeColor, getImageHelper, getInnerMargins, getLogoGuid, getLogoStream, getOpacity, setBackgroundColor, setBorderColor, setBorderDashStyle, setBorderVisiblity, setBorderWeight, setCodeTextAlignment, setEncodeType, setForeColor, setInnerMargins, setLogoGuid, setLogoStream, setOpacity, toString
getFont, getHeight, getHorizontalAlignment, getLeft, getLocationMeasureType, getMarginMeasureType, getRotationAngle, getSignAllPages, getSizeMeasureType, getStretch, getText, getTop, getVerticalAlignment, getWidth, setFont, setHeight, setHorizontalAlignment, setLeft, setLocationMeasureType, setMarginMeasureType, setRotationAngle, setSignAllPages, setSizeMeasureType, setStretch, setText, setTop, setVerticalAlignment, setWidth
getAppearance, getExtensions, getPagesSetup, isRotationChanged, setAppearance, setPagesSetup, setRotationChanged
public CellsQRCodeSignOptions()
Initializes a new instance of the CellsQRCodeSignOptions class with default values.
public CellsQRCodeSignOptions(String text)
Initializes a new instance of the CellsQRCodeSignOptions class with text.
text
- QRCode textpublic int getColumnNumber()
Gets or sets the left column number of signature (min value is 0).
public int getDocumentPageNumber()
Gets or sets worksheet number for signing. Minimal value is 1.
getDocumentPageNumber
in class SignOptions
public Padding getMargin()
Gets or sets the space between Sign and worksheet edges. (works ONLY if horizontal or vertical alignment are specified).
getMargin
in interface IAlignment
getMargin
in class SignTextOptions
public int getRowNumber()
Gets or sets the top row number of signature (min value is 0).
public int getSheetNumber()
Gets or sets worksheet number for signing.
public void setColumnNumber(int value)
Gets or sets the left column number of signature (min value is 0).
public void setDocumentPageNumber(int value)
Gets or sets worksheet number for signing. Minimal value is 1.
setDocumentPageNumber
in class SignOptions
public void setMargin(Padding value)
Gets or sets the space between Sign and worksheet edges. (works ONLY if horizontal or vertical alignment are specified).
setMargin
in interface IAlignment
setMargin
in class SignTextOptions
public void setRowNumber(int value)
Gets or sets the top row number of signature (min value is 0).
public void setSheetNumber(int value)
Gets or sets worksheet number for signing.
Copyright © 2018. All rights reserved.