Interface Anchor
@Immutable
public interface Anchor
-
Method Summary
Modifier and TypeMethodDescriptionint
fromCol()
int
int
fromRow()
int
static Anchor
of
(int fromCol, int fromColDx, int fromRow, int fromRowDy, int toCol, int toColDx, int toRow, int toRowDy) default boolean
static Anchor
Produce an anchor from a string as represented inside Excel's XML.int
toCol()
int
toColDx()
int
toRow()
int
toRowDy()
-
Method Details
-
fromCol
int fromCol() -
fromColDx
int fromColDx() -
fromRow
int fromRow() -
fromRowDy
int fromRowDy() -
toCol
int toCol() -
toColDx
int toColDx() -
toRow
int toRow() -
toRowDy
int toRowDy() -
of
static Anchor of(int fromCol, int fromColDx, int fromRow, int fromRowDy, int toCol, int toColDx, int toRow, int toRowDy) -
parse
Produce an anchor from a string as represented inside Excel's XML. Anchor: 6, 10, 15, 7, 7, 4, 15, 21 = fromCol, fromColDx, fromRow, fromRowDy, toCol, toColDx, toRow, toRowDy -
overlaps
-