Package org.apache.poi.xssf.usermodel
Class XSSFAnchor
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFAnchor
-
- All Implemented Interfaces:
ChildAnchor
- Direct Known Subclasses:
XSSFChildAnchor
,XSSFClientAnchor
public abstract class XSSFAnchor extends Object implements ChildAnchor
An anchor is what specifics the position of a shape within a client object or within another containing shape.
-
-
Constructor Summary
Constructors Constructor Description XSSFAnchor()
-