org.apache.poi.xssf.usermodel
public final class XSSFChildAnchor extends XSSFAnchor
Constructor and Description |
---|
XSSFChildAnchor(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D t2d) |
XSSFChildAnchor(int x,
int y,
int cx,
int cy) |
public XSSFChildAnchor(int x, int y, int cx, int cy)
public XSSFChildAnchor(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D t2d)
@Internal public org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D getCTTransform2D()
public int getDx1()
public void setDx1(int dx1)
dx1
- x coordinate of the left up cornerpublic int getDy1()
public void setDy1(int dy1)
dy1
- y coordinate of the left up cornerpublic int getDy2()
public void setDy2(int dy2)
dy2
- y coordinate of the right down cornerpublic int getDx2()
public void setDx2(int dx2)
dx2
- x coordinate of the right down cornerCopyright 2017 The Apache Software Foundation or its licensors, as applicable.