Package org.apache.poi.hssf.usermodel
Class HSSFAnchor
java.lang.Object
org.apache.poi.hssf.usermodel.HSSFAnchor
- All Implemented Interfaces:
ChildAnchor
- Direct Known Subclasses:
HSSFChildAnchor,HSSFClientAnchor
An anchor is what specifics the position of a shape within a client object
or within another containing shape.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HSSFAnchorcreateAnchorFromEscher(EscherContainerRecord container) protected abstract voidprotected abstract EscherRecordabstract booleanabstract boolean
-
Field Details
-
_isHorizontallyFlipped
protected boolean _isHorizontallyFlipped -
_isVerticallyFlipped
protected boolean _isVerticallyFlipped
-
-
Constructor Details
-
HSSFAnchor
public HSSFAnchor() -
HSSFAnchor
public HSSFAnchor(int dx1, int dy1, int dx2, int dy2)
-
-
Method Details
-
createAnchorFromEscher
-
isHorizontallyFlipped
public abstract boolean isHorizontallyFlipped()- Returns:
- whether this shape is horizontally flipped
-
isVerticallyFlipped
public abstract boolean isVerticallyFlipped()- Returns:
- whether this shape is vertically flipped
-
getEscherAnchor
-
createEscherAnchor
protected abstract void createEscherAnchor()
-