package com.gwi.xls.resource.bean;
public class AnchorBean {
//起始单元格中的x,y坐标.
private int dx1;
private int dy1;
//结束单元格中的x,y坐标
private int dx2;
private int dy2;
//指定起始的单元格,下标从0开始
private short col1;
private int row1;
//指定结束的单元格 ,下标从0开始
private short col2;
private int row2;
private int anchorType;
public int getDx1() {
return dx1;
}
public void setDx1(int dx1) {
this.dx1 = dx1;
}
public int getDy1() {
return dy1;
}
public void setDy1(int dy1) {
this.dy1 = dy1;
}
public int getDx2() {
return dx2;
}
public void setDx2(int dx2) {
this.dx2 = dx2;
}
public int getDy2() {
return dy2;
}
public void setDy2(int dy2) {
this.dy2 = dy2;
}
public short getCol1() {
return col1;
}
public void setCol1(short col1) {
this.col1 = col1;
}
public int getRow1() {
return row1;
}
public void setRow1(int row1) {
this.row1 = row1;
}
public short getCol2() {
return col2;
}
public void setCol2(short col2) {
this.col2 = col2;
}
public int getRow2() {
return row2;
}
public void setRow2(int row2) {
this.row2 = row2;
}
public int getAnchorType() {
return anchorType;
}
public void setAnchorType(int anchorType) {
this.anchorType = anchorType;
}
public String toString(){
return "dx1:"+dx1+"dy1:"+dy1+"dx2:"+dx2+"dy2:"+dy2+"col1:"+col1+"row1:"+row1+"col2:"+col2+"row2:"+row2+"anchorType:"+anchorType;
}
}
最近下载更多
chocchow LV2
2022年9月5日
zy2858223209 LV1
2022年8月17日
wade Heng LV1
2022年5月5日
zhangchengyi LV1
2022年3月18日
zhouhainan LV1
2022年1月26日
微信网友_5764299473358848 LV1
2021年12月28日
五条悟先森 LV1
2021年12月14日
陈小哥
2021年10月31日
暂无贡献等级
zilongwuhui LV1
2021年10月19日
章鱼哥508 LV1
2021年10月18日
最近浏览更多
readqwe
2023年5月19日
暂无贡献等级
微信网友_6467077197238272 LV1
2023年5月8日
微信网友_6145740972576768 LV2
2022年12月21日
chocchow LV2
2022年9月5日
zy2858223209 LV1
2022年8月17日
wangbadan123 LV1
2022年6月13日
wade Heng LV1
2022年5月5日
fclfcl
2022年5月4日
暂无贡献等级
刘123456789 LV8
2022年4月2日
zhangchengyi LV1
2022年3月18日

