public class CellsSignImageOptions extends SignImageOptions
Represents the Image Signature Options for Cells Documents.
DEFAULT_PPM, imageBorderData
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.
|
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.
|
String |
toString()
Override string conversion
|
getHeight, getHorizontalAlignment, getImageBorder, getImageFileName, getImageGuid, getImageStream, getImageStreamInternal, getOpacity, getRectangle, getRotationAngle, getSignAllPages, getSignPages, getStream, getVerticalAlignment, getWidth, hasImage, isHorizontalAlignmentSet, isVerticalAlignmentSet, release, setHeight, setHorizontalAlignment, setImage, setImage, setImageFileName, setImageGuid, setImageInternal, setImageStream, setImageStreamInternal, setOpacity, setRotationAngle, setSignAllPages, setVerticalAlignment, setWidth
getAppearance, getDocumentPPM, getPagesSetup, getPropertyOrDefault, getPropertyOrDefault, getSignatureConfig, getSignPagesQueue, isRotationChanged, onError, setAppearance, setPagesSetup, setRotationChanged, setSignatureConfig
public 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 GUID@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).
public String toString()
Override string conversion
toString
in class SignImageOptions
Copyright © 2017. All rights reserved.