SpreadsheetPosition
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.signature.domain.extensions.signoptions.SignatureExtension
public class SpreadsheetPosition extends SignatureExtension
Defines signature position for Spreadsheet documents.
| Constructor | Description |
|---|---|
| SpreadsheetPosition(int row, int column) | Creates Spreadsheer siganture position with predefined row and column. |
| Method | Description |
|---|---|
| getRow() | Gets or sets the top row number of signature (min value is 0). |
| setRow(int value) | Gets or sets the top row number of signature (min value is 0). |
| getColumn() | Gets or sets the left column number of signature (min value is 0). |
| setColumn(int value) | Gets or sets the left column number of signature (min value is 0). |
public SpreadsheetPosition(int row, int column)
Creates Spreadsheer siganture position with predefined row and column.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| row | int | |
| column | int |
public final int getRow()
Gets or sets the top row number of signature (min value is 0).
Returns: int
public final void setRow(int value)
Gets or sets the top row number of signature (min value is 0).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final int getColumn()
Gets or sets the left column number of signature (min value is 0).
Returns: int
public final void setColumn(int value)
Gets or sets the left column number of signature (min value is 0).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.