org.apache.poi.xssf.usermodel
public final class XSSFChildAnchor extends XSSFAnchor
Constructor and Description |
---|
XSSFChildAnchor(CTTransform2D t2d) |
XSSFChildAnchor(int x,
int y,
int cx,
int cy) |
public XSSFChildAnchor(int x, int y, int cx, int cy)
public XSSFChildAnchor(CTTransform2D t2d)
@Internal public CTTransform2D getCTTransform2D()
public int getDx1()
getDx1
in class XSSFAnchor
public void setDx1(int dx1)
setDx1
in class XSSFAnchor
public int getDy1()
getDy1
in class XSSFAnchor
public void setDy1(int dy1)
setDy1
in class XSSFAnchor
public int getDy2()
getDy2
in class XSSFAnchor
public void setDy2(int dy2)
setDy2
in class XSSFAnchor
public int getDx2()
getDx2
in class XSSFAnchor
public void setDx2(int dx2)
setDx2
in class XSSFAnchor
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.