public class CellsQRCodeSignOptions extends QRCodeSignOptions
Represents the QRCode Signature Options for Cells Documents.
DEFAULT_BKGR_COLOR, DEFAULT_FORE_COLOR
DEFAULT_PPM, imageBorderData
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.
|
int |
getLeft()
Deprecated.
|
int |
getLocationMeasureType()
Deprecated.
|
Padding |
getMargin()
Gets or sets the space between Sign and worksheet edges.
|
int |
getMarginMeasureType()
Deprecated.
|
int |
getRowNumber()
Gets or sets the top row number of signature (min value is 0).
|
int |
getSheetNumber()
Gets or sets worksheet number for signing.
|
int |
getSizeMeasureType()
Deprecated.
|
int |
getTop()
Deprecated.
|
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 |
setLeft(int value)
Deprecated.
|
void |
setLocationMeasureType(int value)
Deprecated.
|
void |
setMargin(Padding value)
Gets or sets the space between Sign and worksheet edges.
|
void |
setMarginMeasureType(int value)
Deprecated.
|
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.
|
void |
setSizeMeasureType(int value)
Deprecated.
|
void |
setTop(int value)
Deprecated.
|
getBorderDashStyle, getBorderVisiblity, getBorderWeight, getEncodeType, getImageBorder, getImageHelper, getOpacity, setBorderDashStyle, setBorderVisiblity, setBorderWeight, setEncodeType, setOpacity, toString, validate
getBackgroundColor, getBackgroundColorInternal, getBorderColor, getBorderColorInternal, getFont, getForeColor, getForeColorInternal, getHeight, getHorizontalAlignment, getImageStream, getRotationAngle, getSignAllPages, getSignPages, getText, getVerticalAlignment, getWidth, isHorizontalAlignmentSet, isVerticalAlignmentSet, release, setBackgroundColor, setBorderColor, setFont, setForeColor, setHeight, setHorizontalAlignment, setRotationAngle, setSignAllPages, setText, setVerticalAlignment, setWidth
getAppearance, getDocumentPPM, getPagesSetup, getPropertyOrDefault, getPropertyOrDefault, getSignatureConfig, getSignPagesQueue, getSpecificRectangle, isRotationChanged, onError, setAppearance, setPagesSetup, setRotationChanged, setSignatureConfig, setSpecificRectangle
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 text@Deprecated public int getLocationMeasureType()
Measure type (pixels or percent) for Left and Top properties.
getLocationMeasureType
in interface IRectangle
getLocationMeasureType
in class SignTextOptions
@Deprecated public void setLocationMeasureType(int value)
Measure type (pixels or percent) for Left and Top properties.
setLocationMeasureType
in interface IRectangle
setLocationMeasureType
in class SignTextOptions
@Deprecated public int getSizeMeasureType()
Measure type (pixels or percent) for Width and Height properties.
getSizeMeasureType
in interface IRectangle
getSizeMeasureType
in class SignTextOptions
@Deprecated public void setSizeMeasureType(int value)
Measure type (pixels or percent) for Width and Height properties.
setSizeMeasureType
in interface IRectangle
setSizeMeasureType
in class SignTextOptions
@Deprecated public int getMarginMeasureType()
Gets or sets the measure type (pixels or percent) for Margin.
getMarginMeasureType
in interface IAlignment
getMarginMeasureType
in class SignTextOptions
@Deprecated public void setMarginMeasureType(int value)
Gets or sets the measure type (pixels or percent) for Margin.
setMarginMeasureType
in interface IAlignment
setMarginMeasureType
in class SignTextOptions
@Deprecated public int getLeft()
Left intent columns (works if horizontal alignment is not specified).
getLeft
in interface IRectangle
getLeft
in class SignTextOptions
@Deprecated public void setLeft(int value)
Left intent columns (works if horizontal alignment is not specified).
setLeft
in interface IRectangle
setLeft
in class SignTextOptions
@Deprecated public int getTop()
Top intent rows (works if vertical alignment is not specified).
getTop
in interface IRectangle
getTop
in class SignTextOptions
@Deprecated public void setTop(int value)
Top intent rows (works if vertical alignment is not specified).
setTop
in interface IRectangle
setTop
in class SignTextOptions
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 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 int getDocumentPageNumber()
Gets or sets worksheet number for signing.
getDocumentPageNumber
in class SignOptions
public void setDocumentPageNumber(int value)
Gets or sets worksheet number for signing.
setDocumentPageNumber
in class SignOptions
public int getSheetNumber()
Gets or sets worksheet number for signing.
public void setSheetNumber(int value)
Gets or sets worksheet number for signing.
public int getRowNumber()
Gets or sets the top row number of signature (min value is 0).
public void setRowNumber(int value)
Gets or sets the top row number of signature (min value is 0).
public int getColumnNumber()
Gets or sets the left column number of signature (min value is 0).
public void setColumnNumber(int value)
Gets or sets the left column number of signature (min value is 0).
Copyright © 2017. All rights reserved.