|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.FIBLongHandler
@Internal public final class FIBLongHandler
Handles the fibRgLw / The FibRgLw97 part of the FIB (File Information Block)
Field Summary | |
---|---|
static int |
CBMAC
|
static int |
CCPATN
Pointer to length of annotation subdocument text stream |
static int |
CCPEDN
Pointer to length of endnote subdocument text stream |
static int |
CCPFTN
Pointer to length of footnote subdocument text stream |
static int |
CCPHDD
Pointer to length of header subdocument text stream |
static int |
CCPHDRTXBX
Length of header textbox subdocument text stream |
static int |
CCPMCR
Pointer to length of macro subdocument text stream, which should now always be 0 |
static int |
CCPTEXT
Pointer to length of main document text stream 1 |
static int |
CCPTXBX
Pointer to length of textbox subdocument text stream |
static int |
CPNBTECHP
|
static int |
CPNBTELVC
|
static int |
CPNBTEPAP
|
static int |
FCISLANDFIRST
|
static int |
FCISLANDLIM
|
static int |
PNCHPFIRST
|
static int |
PNFBPCHPFIRST
|
static int |
PNFBPLVCFIRST
|
static int |
PNFBPPAPFIRST
|
static int |
PNLVCFIRST
|
static int |
PNPAPFIRST
|
static int |
PRODUCTCREATED
|
static int |
PRODUCTREVISED
|
Constructor Summary | |
---|---|
FIBLongHandler(byte[] mainStream,
int offset)
|
Method Summary | |
---|---|
int |
getLong(int longCode)
Refers to a 32 bit windows "long" same as a Java int |
void |
setLong(int longCode,
int value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CBMAC
public static final int PRODUCTCREATED
public static final int PRODUCTREVISED
public static final int CCPTEXT
public static final int CCPFTN
public static final int CCPHDD
public static final int CCPMCR
public static final int CCPATN
public static final int CCPEDN
public static final int CCPTXBX
public static final int CCPHDRTXBX
public static final int PNFBPCHPFIRST
public static final int PNCHPFIRST
public static final int CPNBTECHP
public static final int PNFBPPAPFIRST
public static final int PNPAPFIRST
public static final int CPNBTEPAP
public static final int PNFBPLVCFIRST
public static final int PNLVCFIRST
public static final int CPNBTELVC
public static final int FCISLANDFIRST
public static final int FCISLANDLIM
Constructor Detail |
---|
public FIBLongHandler(byte[] mainStream, int offset)
Method Detail |
---|
public int getLong(int longCode)
longCode
- FIXME: Document this!
public void setLong(int longCode, int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |