public abstract class AbstractExcelPicture
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected com.fr.third.org.apache.poi.ddf.EscherClientAnchorRecord |
clientAnchor |
构造器和说明 |
---|
AbstractExcelPicture() |
限定符和类型 | 方法和说明 |
---|---|
protected int |
getCenter(int[] a,
int d1,
int d2)
给定各线段的长度,以及起点相对于起点段的偏移量,终点相对于终点段的偏移量,
求中心点所在的线段
|
com.fr.third.org.apache.poi.ddf.EscherClientAnchorRecord |
getClientAnchor() |
short |
getCol1()
左上角所在列
|
short |
getCol2()
右下角所在的列
|
ColumnRow |
getColumnRow()
取单元格内图片的格子
如果图片是在单元格范围内的 返回所在单元格
|
abstract byte[] |
getData()
获取图片字节
|
short |
getDx1()
左上角的相对偏移量
|
short |
getDx2()
右下角的相对偏移量
|
short |
getDy1()
左上角的相对偏移量
|
short |
getDy2()
右下角的相对偏移量
|
ColumnRow |
getLeftTopColumnRow()
左上角所在格子
|
short |
getRow1()
左上角所在的行
|
short |
getRow2()
右下角所在的行
|
public abstract byte[] getData()
public com.fr.third.org.apache.poi.ddf.EscherClientAnchorRecord getClientAnchor()
public ColumnRow getColumnRow()
public ColumnRow getLeftTopColumnRow()
protected int getCenter(int[] a, int d1, int d2)
a
- the a 各线段的长度d1
- the d1 起点相对于起点段d2
- the d2 终点相对于终点段的偏移量public short getCol1()
public short getCol2()
public short getRow1()
public short getRow2()
public short getDx1()
public short getDx2()
public short getDy1()
public short getDy2()