public final class XSSFChildAnchor extends XSSFAnchor
| Constructor | Description |
|---|---|
XSSFChildAnchor(int x,
int y,
int cx,
int cy) |
|
XSSFChildAnchor(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D t2d) |
| Modifier and Type | Method | 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()
getDx1 in class XSSFAnchorpublic void setDx1(int dx1)
setDx1 in class XSSFAnchorpublic int getDy1()
getDy1 in class XSSFAnchorpublic void setDy1(int dy1)
setDy1 in class XSSFAnchorpublic int getDy2()
getDy2 in class XSSFAnchorpublic void setDy2(int dy2)
setDy2 in class XSSFAnchorpublic int getDx2()
getDx2 in class XSSFAnchorpublic void setDx2(int dx2)
setDx2 in class XSSFAnchorCopyright 2018 The Apache Software Foundation or its licensors, as applicable.