Interface Anchor
@Immutable
public interface Anchor
-
Method Summary
Modifier and TypeMethodDescriptionintfromCol()intintfromRow()intstatic Anchorof(int fromCol, int fromColDx, int fromRow, int fromRowDy, int toCol, int toColDx, int toRow, int toRowDy) default booleanstatic AnchorProduce an anchor from a string as represented inside Excel's XML.inttoCol()inttoColDx()inttoRow()inttoRowDy()
-
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
-