Package org.apache.poi.hwpf.model
Class FSPA
- java.lang.Object
-
- org.apache.poi.hwpf.model.types.FSPAAbstractType
-
- org.apache.poi.hwpf.model.FSPA
-
@Internal public final class FSPA extends FSPAAbstractType
File Shape Address structure
-
-
Field Summary
Fields Modifier and Type Field Description static int
FSPA_SIZE
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
toByteArray()
-
Methods inherited from class org.apache.poi.hwpf.model.types.FSPAAbstractType
getBx, getBy, getCTxbx, getFlags, getSize, getSpid, getWr, getWrk, getXaLeft, getXaRight, getYaBottom, getYaTop, isFAnchorLock, isFBelowText, isFHdr, isFRcaSimple, serialize, setBx, setBy, setCTxbx, setFAnchorLock, setFBelowText, setFHdr, setFlags, setFRcaSimple, setSpid, setWr, setWrk, setXaLeft, setXaRight, setYaBottom, setYaTop, toString
-
-
-
-
Field Detail
-
FSPA_SIZE
@Deprecated public static final int FSPA_SIZE
Deprecated.
-
-