public class CellsSignDigitalOptions extends SignDigitalOptions
Represents the Digital Signature Options for Cells Documents.
Constructor and Description |
---|
CellsSignDigitalOptions()
Initializes a new instance of the CellsSignDigitalOptions class with default values.
|
CellsSignDigitalOptions(InputStream certificateStream)
Initializes a new instance of the CellsSignDigitalOptions class with certificate stream.
|
CellsSignDigitalOptions(InputStream certificateStream,
InputStream appearenceImageStream)
Initializes a new instance of the CellsSignDigitalOptions class with certificate stream and image stream.
|
CellsSignDigitalOptions(InputStream certificateStream,
String appearenceImageGuid)
Initializes a new instance of the CellsSignDigitalOptions class with certificate stream and image file.
|
CellsSignDigitalOptions(String certificateGuid)
Initializes a new instance of the CellsSignDigitalOptions class with certificate file.
|
CellsSignDigitalOptions(String certificateGuid,
InputStream appearenceImageStream)
Initializes a new instance of the CellsSignDigitalOptions class with certificate file and image stream.
|
CellsSignDigitalOptions(String certificateGuid,
String appearenceImageGuid)
Initializes a new instance of the CellsSignDigitalOptions class with certificate file and image file.
|
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.
|
getCertificateGuid, getCertificateStream, getPassword, getSignature, setCertificateGuid, setCertificateStream, setPassword, setSignature, toString
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, setWidth
getAppearance, getExtensions, getPagesSetup, isRotationChanged, setAppearance, setPagesSetup, setRotationChanged
public CellsSignDigitalOptions()
Initializes a new instance of the CellsSignDigitalOptions class with default values.
public CellsSignDigitalOptions(InputStream certificateStream)
Initializes a new instance of the CellsSignDigitalOptions class with certificate stream.
certificateStream
- Digital Certificate stream.public CellsSignDigitalOptions(InputStream certificateStream, InputStream appearenceImageStream)
Initializes a new instance of the CellsSignDigitalOptions class with certificate stream and image stream.
certificateStream
- Digital Certificate stream.appearenceImageStream
- Signature Appearance image stream.public CellsSignDigitalOptions(InputStream certificateStream, String appearenceImageGuid)
Initializes a new instance of the CellsSignDigitalOptions class with certificate stream and image file.
certificateStream
- Digital Certificate stream.appearenceImageGuid
- Signature Appearance image file GUID.public CellsSignDigitalOptions(String certificateGuid)
Initializes a new instance of the CellsSignDigitalOptions class with certificate file.
certificateGuid
- Digital certificate file GUID.public CellsSignDigitalOptions(String certificateGuid, InputStream appearenceImageStream)
Initializes a new instance of the CellsSignDigitalOptions class with certificate file and image stream.
certificateGuid
- Digital certificate file GUID.appearenceImageStream
- Signature Appearance image stream.public CellsSignDigitalOptions(String certificateGuid, String appearenceImageGuid)
Initializes a new instance of the CellsSignDigitalOptions class with certificate file and image file.
certificateGuid
- Digital certificate file GUID.appearenceImageGuid
- Signature Appearance image file GUID.public 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 SignImageOptions
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 SignImageOptions
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.