org.apache.poi.xssf.usermodel
Class XSSFAnchor
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFAnchor
-
- Direct Known Subclasses:
- XSSFChildAnchor, XSSFClientAnchor
public abstract class XSSFAnchor extends java.lang.ObjectAn anchor is what specifics the position of a shape within a client object or within another containing shape.
-
-
Constructor Summary
Constructors Constructor and Description XSSFAnchor()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract intgetDx1()abstract intgetDx2()abstract intgetDy1()abstract intgetDy2()abstract voidsetDx1(int dx1)abstract voidsetDx2(int dx2)abstract voidsetDy1(int dy1)abstract voidsetDy2(int dy2)
-
-
-
Method Detail
-
getDx1
public abstract int getDx1()
-
setDx1
public abstract void setDx1(int dx1)
-
getDy1
public abstract int getDy1()
-
setDy1
public abstract void setDy1(int dy1)
-
getDy2
public abstract int getDy2()
-
setDy2
public abstract void setDy2(int dy2)
-
getDx2
public abstract int getDx2()
-
setDx2
public abstract void setDx2(int dx2)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG