|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hssf.usermodel.HSSFAnchor
org.apache.poi.hssf.usermodel.HSSFChildAnchor
public final class HSSFChildAnchor
| Constructor Summary | |
|---|---|
HSSFChildAnchor()
|
|
HSSFChildAnchor(int dx1,
int dy1,
int dx2,
int dy2)
|
|
| Method Summary | |
|---|---|
boolean |
isHorizontallyFlipped()
|
boolean |
isVerticallyFlipped()
|
void |
setAnchor(int dx1,
int dy1,
int dx2,
int dy2)
|
| Methods inherited from class org.apache.poi.hssf.usermodel.HSSFAnchor |
|---|
getDx1, getDx2, getDy1, getDy2, setDx1, setDx2, setDy1, setDy2 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HSSFChildAnchor()
public HSSFChildAnchor(int dx1,
int dy1,
int dx2,
int dy2)
| Method Detail |
|---|
public void setAnchor(int dx1,
int dy1,
int dx2,
int dy2)
public boolean isHorizontallyFlipped()
isHorizontallyFlipped in class HSSFAnchorpublic boolean isVerticallyFlipped()
isVerticallyFlipped in class HSSFAnchor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||