Class StartAnchorPoint
java.lang.Object
com.independentsoft.office.spreadsheet.drawing.StartAnchorPoint
The Class StartAnchorPoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the column.Gets the column offset.intgetRow()Gets the row.Gets the row offset.voidsetColumn(int column)Sets the column.voidsetColumnOffset(Unit columnOffset)Sets the column offset.voidsetRow(int row)Sets the row.voidsetRowOffset(Unit rowOffset)Sets the row offset.toString()
-
Constructor Details
-
StartAnchorPoint
public StartAnchorPoint()Instantiates a new start anchor point.
-
-
Method Details
-
clone
-
toString
-
getColumn
public int getColumn()Gets the column.- Returns:
- the column
-
setColumn
public void setColumn(int column)Sets the column.- Parameters:
column- the new column
-
getRow
public int getRow()Gets the row.- Returns:
- the row
-
setRow
public void setRow(int row)Sets the row.- Parameters:
row- the new row
-
getColumnOffset
Gets the column offset.- Returns:
- the column offset
-
setColumnOffset
Sets the column offset.- Parameters:
columnOffset- the new column offset
-
getRowOffset
Gets the row offset.- Returns:
- the row offset
-
setRowOffset
Sets the row offset.- Parameters:
rowOffset- the new row offset
-