public class CellsSignDigitalOptions extends SignDigitalOptions
Represents the Digital Signature Options for Cells Documents.
DEFAULT_PPM, imageBorderData
Constructor and Description |
---|
CellsSignDigitalOptions()
Initializes a new instance of the CellsSignDigitalOptions class with default values.
|
CellsSignDigitalOptions(FileDescription pfxFileName,
InputStream appearenceImageStream)
Deprecated.
|
CellsSignDigitalOptions(FileDescription pfxFileName,
String appearenceImageGuid)
Deprecated.
|
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.
|
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.
|
getAsposeDigitalSignature, getCertificateGuid, getCertificateStream, getDigitalCertificate, getPassword, getSignature, release, setCertificateGuid, setCertificateStream, setDigitalCertificate, setPassword, setSignature, toString
getHeight, getHorizontalAlignment, getImageBorder, getImageFileName, getImageGuid, getImageHelper, getImageStream, getImageStreamInternal, getOpacity, getRectangle, getRotationAngle, getSignAllPages, getSignPages, getStream, getVerticalAlignment, getWidth, hasImage, isHorizontalAlignmentSet, isVerticalAlignmentSet, setHeight, setHorizontalAlignment, setImage, setImage, setImageFileName, setImageGuid, setImageInternal, setImageStream, setImageStreamInternal, setOpacity, setRotationAngle, setSignAllPages, setVerticalAlignment, setWidth
getAppearance, getDocumentPPM, getPagesSetup, getPropertyOrDefault, getPropertyOrDefault, getSignatureConfig, getSignPagesQueue, getSpecificRectangle, isRotationChanged, onError, setAppearance, setPagesSetup, setRotationChanged, setSignatureConfig, setSpecificRectangle
@Deprecated public CellsSignDigitalOptions(FileDescription pfxFileName, String appearenceImageGuid) throws Exception
Initializes a new instance of the CellsSignDigitalOptions class with certificate file and image file.
pfxFileName
- File Description of Digital CertificateappearenceImageGuid
- Signature Appearance image file GUIDException
@Deprecated public CellsSignDigitalOptions(FileDescription pfxFileName, InputStream appearenceImageStream) throws Exception
Initializes a new instance of the CellsSignDigitalOptions class with certificate file and image stream.
pfxFileName
- File Description of Digital CertificateappearenceImageStream
- Signature Appearance image streamException
public CellsSignDigitalOptions() throws Exception
Initializes a new instance of the CellsSignDigitalOptions class with default values.
Exception
public CellsSignDigitalOptions(String certificateGuid) throws Exception
Initializes a new instance of the CellsSignDigitalOptions class with certificate file.
certificateGuid
- Digital certificate file GUIDException
public CellsSignDigitalOptions(InputStream certificateStream) throws Exception
Initializes a new instance of the CellsSignDigitalOptions class with certificate stream.
certificateStream
- Digital Certificate streamException
public CellsSignDigitalOptions(String certificateGuid, String appearenceImageGuid) throws Exception
Initializes a new instance of the CellsSignDigitalOptions class with certificate file and image file.
certificateGuid
- Digital certificate file GUIDappearenceImageGuid
- Signature Appearance image file GUIDException
public CellsSignDigitalOptions(String certificateGuid, InputStream appearenceImageStream) throws Exception
Initializes a new instance of the CellsSignDigitalOptions class with certificate file and image stream.
certificateGuid
- Digital certificate file GUIDappearenceImageStream
- Signature Appearance image streamException
public CellsSignDigitalOptions(InputStream certificateStream, String appearenceImageGuid) throws Exception
Initializes a new instance of the CellsSignDigitalOptions class with certificate stream and image file.
certificateStream
- Digital Certificate streamappearenceImageGuid
- Signature Appearance image file GUIDException
public CellsSignDigitalOptions(InputStream certificateStream, InputStream appearenceImageStream) throws Exception
Initializes a new instance of the CellsSignDigitalOptions class with certificate stream and image stream.
certificateStream
- Digital Certificate streamappearenceImageStream
- Signature Appearance image streamException
@Deprecated public int getLocationMeasureType()
Location Measure Type for Left and Top properties.
getLocationMeasureType
in interface IRectangle
getLocationMeasureType
in class SignImageOptions
@Deprecated public void setLocationMeasureType(int value)
Location Measure Type for Left and Top properties.
setLocationMeasureType
in interface IRectangle
setLocationMeasureType
in class SignImageOptions
@Deprecated public int getSizeMeasureType()
Size of Image measurement type for Width and Height properties.
getSizeMeasureType
in interface IRectangle
getSizeMeasureType
in class SignImageOptions
@Deprecated public void setSizeMeasureType(int value)
Size of Image measurement type for Width and Height properties.
setSizeMeasureType
in interface IRectangle
setSizeMeasureType
in class SignImageOptions
@Deprecated public int getMarginMeasureType()
Gets or sets the measure type (pixels or percent) for Margin.
getMarginMeasureType
in interface IAlignment
getMarginMeasureType
in class SignImageOptions
@Deprecated public void setMarginMeasureType(int value)
Gets or sets the measure type (pixels or percent) for Margin.
setMarginMeasureType
in interface IAlignment
setMarginMeasureType
in class SignImageOptions
@Deprecated public int getLeft()
Left intent columns (works if horizontal alignment is not specified).
getLeft
in interface IRectangle
getLeft
in class SignImageOptions
@Deprecated public void setLeft(int value)
Left intent columns (works if horizontal alignment is not specified).
setLeft
in interface IRectangle
setLeft
in class SignImageOptions
@Deprecated public int getTop()
Top intent rows (works if vertical alignment is not specified).
getTop
in interface IRectangle
getTop
in class SignImageOptions
@Deprecated public void setTop(int value)
Top intent rows (works if vertical alignment is not specified).
setTop
in interface IRectangle
setTop
in class SignImageOptions
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 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 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.