public class CellsBarcodeSignOptions extends BarcodeSignOptions implements ICellsPosition
Represents the Barcode Signature Options for Cells Documents.
Constructor and Description |
---|
CellsBarcodeSignOptions()
Initializes a new instance of the CellsBarcodeSignOptions class with default values.
|
CellsBarcodeSignOptions(String text)
Initializes a new instance of the CellsBarcodeSignOptions 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()
Gets or sets the position of the left edge of the Signature area in pixels.
|
int |
getLocationMeasureType()
Measure type (pixels, percents or millimeters) for Left and Top properties.
|
Padding |
getMargin()
Gets or sets the space between Sign and worksheet edges.
|
int |
getMarginMeasureType()
Measure type (pixels, percents or millimeters) for Margin.
|
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()
Measure type (pixels, percents or millimeters) for Width and Height properties.
|
int |
getTop()
Gets or sets the position of the top edge of the Signature area in pixels.
|
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)
Gets or sets the position of the left edge of the Signature area in pixels.
|
void |
setLocationMeasureType(int value)
Measure type (pixels, percents or millimeters) for Left and Top properties.
|
void |
setMargin(Padding value)
Gets or sets the space between Sign and worksheet edges.
|
void |
setMarginMeasureType(int value)
Measure type (pixels, percents or millimeters) for Margin.
|
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)
Measure type (pixels, percents or millimeters) for Width and Height properties.
|
void |
setTop(int value)
Gets or sets the position of the top edge of the Signature area in pixels.
|
getBackgroundBrushStyle, getBackgroundColor, getBorderColor, getBorderDashStyle, getBorderVisiblity, getBorderWeight, getCodeTextAlignment, getEncodeType, getForeColor, getImageHelper, getInnerMargins, getOpacity, setBackgroundBrushStyle, setBackgroundColor, setBorderColor, setBorderDashStyle, setBorderVisiblity, setBorderWeight, setCodeTextAlignment, setEncodeType, setForeColor, setInnerMargins, setOpacity, toString
getFont, getHeight, getHorizontalAlignment, getRotationAngle, getSignAllPages, getStretch, getText, getVerticalAlignment, getWidth, setFont, setHeight, setHorizontalAlignment, setRotationAngle, setSignAllPages, setStretch, setText, setVerticalAlignment, setWidth
getAppearance, getExtensions, getPagesSetup, setAppearance, setPagesSetup
public CellsBarcodeSignOptions()
Initializes a new instance of the CellsBarcodeSignOptions class with default values.
public CellsBarcodeSignOptions(String text)
Initializes a new instance of the CellsBarcodeSignOptions class with text.
text
- Signature textpublic final int getColumnNumber()
Gets or sets the left column number of signature (min value is 0). This property is mutually exclusive with Top property. When ColumnNumber is set Left property will be reset to 0.
getColumnNumber
in interface ICellsPosition
public int getDocumentPageNumber()
Gets or sets worksheet number for signing. Minimal value is 1.
getDocumentPageNumber
in class SignOptions
public int getLeft()
Gets or sets the position of the left edge of the Signature area in pixels. This property is mutually exclusive with Column property. If Left property is set ColumnNumber will be reset to 0.
getLeft
in interface IRectangle
getLeft
in class SignTextOptions
public int getLocationMeasureType()
Measure type (pixels, percents or millimeters) for Left and Top properties. If measure type is percents signature location is calculated according to worksheet area where cells with data or style are located.
getLocationMeasureType
in interface IRectangle
getLocationMeasureType
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 int getMarginMeasureType()
Measure type (pixels, percents or millimeters) for Margin. If measure type is percents signature margin is calculated according to worksheet area where cells with data or style are located.
getMarginMeasureType
in interface IAlignment
getMarginMeasureType
in class SignTextOptions
public final int getRowNumber()
Gets or sets the top row number of signature (min value is 0). This property is mutually exclusive with Left property. When RowNumber is set Top property will be reset to 0.
getRowNumber
in interface ICellsPosition
public final int getSheetNumber()
Gets or sets worksheet number for signing.
public int getSizeMeasureType()
Measure type (pixels, percents or millimeters) for Width and Height properties. If measure type is percents signature size is calculated according to worksheet area where cells with data or style are located.
getSizeMeasureType
in interface IRectangle
getSizeMeasureType
in class SignTextOptions
public int getTop()
Gets or sets the position of the top edge of the Signature area in pixels. This property is mutually exclusive with Row property. If Top property is set RowNumber will be reset to 0.
getTop
in interface IRectangle
getTop
in class SignTextOptions
public final void setColumnNumber(int value)
Gets or sets the left column number of signature (min value is 0). This property is mutually exclusive with Top property. When ColumnNumber is set Left property will be reset to 0.
setColumnNumber
in interface ICellsPosition
public void setDocumentPageNumber(int value)
Gets or sets worksheet number for signing. Minimal value is 1.
setDocumentPageNumber
in class SignOptions
public void setLeft(int value)
Gets or sets the position of the left edge of the Signature area in pixels. This property is mutually exclusive with Column property. If Left property is set ColumnNumber will be reset to 0.
setLeft
in interface IRectangle
setLeft
in class SignTextOptions
public void setLocationMeasureType(int value)
Measure type (pixels, percents or millimeters) for Left and Top properties. If measure type is percents signature location is calculated according to worksheet area where cells with data or style are located.
setLocationMeasureType
in interface IRectangle
setLocationMeasureType
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 void setMarginMeasureType(int value)
Measure type (pixels, percents or millimeters) for Margin. If measure type is percents signature margin is calculated according to worksheet area where cells with data or style are located.
setMarginMeasureType
in interface IAlignment
setMarginMeasureType
in class SignTextOptions
public final void setRowNumber(int value)
Gets or sets the top row number of signature (min value is 0). This property is mutually exclusive with Left property. When RowNumber is set Top property will be reset to 0.
setRowNumber
in interface ICellsPosition
public final void setSheetNumber(int value)
Gets or sets worksheet number for signing.
public void setSizeMeasureType(int value)
Measure type (pixels, percents or millimeters) for Width and Height properties. If measure type is percents signature size is calculated according to worksheet area where cells with data or style are located.
setSizeMeasureType
in interface IRectangle
setSizeMeasureType
in class SignTextOptions
public void setTop(int value)
Gets or sets the position of the top edge of the Signature area in pixels. This property is mutually exclusive with Row property. If Top property is set RowNumber will be reset to 0.
setTop
in interface IRectangle
setTop
in class SignTextOptions
Copyright © 2019. All rights reserved.