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) |
| Modifier and Type | Method and Description |
|---|---|
org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D |
getCTTransform2D() |
int |
getDx1() |
int |
getDx2() |
int |
getDy1() |
int |
getDy2() |
void |
setDx1(int dx1) |
void |
setDx2(int dx2) |
void |
setDy1(int dy1) |
void |
setDy2(int dy2) |
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)
public int getDy1()
public void setDy1(int dy1)
public int getDy2()
public void setDy2(int dy2)
public int getDx2()
public void setDx2(int dx2)