org.apache.poi.hssf.usermodel
Class HSSFChildAnchor
java.lang.Object
org.apache.poi.hssf.usermodel.HSSFAnchor
org.apache.poi.hssf.usermodel.HSSFChildAnchor
public class HSSFChildAnchor
- extends HSSFAnchor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HSSFChildAnchor
public HSSFChildAnchor()
HSSFChildAnchor
public HSSFChildAnchor(int dx1,
int dy1,
int dx2,
int dy2)
setAnchor
public void setAnchor(int dx1,
int dy1,
int dx2,
int dy2)
isHorizontallyFlipped
public boolean isHorizontallyFlipped()
- Specified by:
isHorizontallyFlipped
in class HSSFAnchor
isVerticallyFlipped
public boolean isVerticallyFlipped()
- Specified by:
isVerticallyFlipped
in class HSSFAnchor
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.