org.apache.poi.ss.usermodel
public interface ChildAnchor
An anchor is what specifics the position of a shape within a client object or within another containing shape.
int getDx1()
void setDx1(int dx1)
dx1
- x coordinate of the left up cornerint getDy1()
void setDy1(int dy1)
dy1
- y coordinate of the left up cornerint getDy2()
void setDy2(int dy2)
dy2
- y coordinate of the right down cornerint getDx2()
void setDx2(int dx2)
dx2
- x coordinate of the right down cornerCopyright 2017 The Apache Software Foundation or its licensors, as applicable.