org.apache.poi.hwpf.model
public final class FSPA extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FSPA_SIZE |
Modifier and Type | Method and Description |
---|---|
short |
getBx() |
short |
getBy() |
int |
getCTxbx() |
int |
getSpid() |
short |
getWr() |
short |
getWrk() |
int |
getXaLeft() |
int |
getXaRight() |
int |
getYaBottom() |
int |
getYaTop() |
boolean |
isFAnchorLock() |
boolean |
isFBelowText() |
boolean |
isFHdr() |
boolean |
isFRcaSimple() |
byte[] |
toByteArray() |
java.lang.String |
toString() |
public static final int FSPA_SIZE
public int getSpid()
public int getXaLeft()
public int getYaTop()
public int getXaRight()
public int getYaBottom()
public boolean isFHdr()
public short getBx()
public short getBy()
public short getWr()
public short getWrk()
public boolean isFRcaSimple()
public boolean isFBelowText()
public boolean isFAnchorLock()
public int getCTxbx()
public byte[] toByteArray()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.