org.apache.poi.hwpf.model
Class FSPA
java.lang.Object
org.apache.poi.hwpf.model.FSPA
public class FSPA
- extends java.lang.Object
File Shape Address structure
- Author:
- Squeeself
Constructor Summary |
FSPA()
|
FSPA(byte[] bytes,
int offset)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FSPA_SIZE
public static final int FSPA_SIZE
- See Also:
- Constant Field Values
FSPA
public FSPA()
FSPA
public FSPA(byte[] bytes,
int offset)
getSpid
public int getSpid()
getXaLeft
public int getXaLeft()
getYaTop
public int getYaTop()
getXaRight
public int getXaRight()
getYaBottom
public int getYaBottom()
isFHdr
public boolean isFHdr()
getBx
public short getBx()
getBy
public short getBy()
getWr
public short getWr()
getWrk
public short getWrk()
isFRcaSimple
public boolean isFRcaSimple()
isFBelowText
public boolean isFBelowText()
isFAnchorLock
public boolean isFAnchorLock()
getCTxbx
public int getCTxbx()
toByteArray
public byte[] toByteArray()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.