public class CellsSignImageOptions extends SignImageOptions
Represents the Image Signature Options for Cells Documents.
| Constructor and Description |
|---|
CellsSignImageOptions()
Initializes a new instance of the CellsSignImageOptions class with default values.
|
CellsSignImageOptions(InputStream imageStream)
Initializes a new instance of the CellsSignImageOptions class with image stream.
|
CellsSignImageOptions(String guid)
Initializes a new instance of the CellsSignImageOptions class with image file GUID.
|
| 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.
|
String |
toString()
Override string conversion.
|
getHeight, getHorizontalAlignment, getImageGuid, getImageHelper, getImageStream, getLeft, getLocationMeasureType, getMarginMeasureType, getOpacity, getRectangle, getRotationAngle, getSignAllPages, getSizeMeasureType, getStretch, getTop, getVerticalAlignment, getWidth, setHeight, setHorizontalAlignment, setImageGuid, setImageStream, setLeft, setLocationMeasureType, setMarginMeasureType, setOpacity, setRotationAngle, setSignAllPages, setSizeMeasureType, setStretch, setTop, setVerticalAlignment, setWidthgetAppearance, getExtensions, getPagesSetup, release, setAppearance, setPagesSetup, validatepublic CellsSignImageOptions()
Initializes a new instance of the CellsSignImageOptions class with default values.
public CellsSignImageOptions(InputStream imageStream)
Initializes a new instance of the CellsSignImageOptions class with image stream.
imageStream - Image Streampublic CellsSignImageOptions(String guid)
Initializes a new instance of the CellsSignImageOptions class with image file GUID.
guid - Image file GUIDpublic 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 SignOptionspublic Padding getMargin()
Gets or sets the space between Sign and worksheet edges. (works ONLY if horizontal or vertical alignment are specified).
getMargin in interface IAlignmentgetMargin in class SignImageOptionspublic 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 SignOptionspublic 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 IAlignmentsetMargin in class SignImageOptionspublic 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.
public String toString()
Override string conversion.
toString in class SignImageOptionsCopyright © 2018. All rights reserved.