|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hwpf.model.FieldsTables
public class FieldsTables
This class provides access to all the fields Plex.
Field Summary | |
---|---|
static int |
PLCFFLDATN
annotation subdocument |
static int |
PLCFFLDEDN
endnote subdocument |
static int |
PLCFFLDFTN
footnote subdocument |
static int |
PLCFFLDHDR
header subdocument |
static int |
PLCFFLDHDRTXBX
header textbox subdoc |
static int |
PLCFFLDMOM
main document |
static int |
PLCFFLDTXBX
textbox subdoc |
Constructor Summary | |
---|---|
FieldsTables(byte[] tableStream,
FileInformationBlock fib)
|
Method Summary | |
---|---|
java.util.ArrayList |
getFieldsPLCF(FieldsDocumentPart part)
|
java.util.ArrayList |
getFieldsPLCF(int partIndex)
|
void |
write(FileInformationBlock fib,
HWPFOutputStream tableStream)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PLCFFLDATN
public static final int PLCFFLDEDN
public static final int PLCFFLDFTN
public static final int PLCFFLDHDR
public static final int PLCFFLDHDRTXBX
public static final int PLCFFLDMOM
public static final int PLCFFLDTXBX
Constructor Detail |
---|
public FieldsTables(byte[] tableStream, FileInformationBlock fib)
Method Detail |
---|
public java.util.ArrayList getFieldsPLCF(FieldsDocumentPart part)
public java.util.ArrayList getFieldsPLCF(int partIndex)
public void write(FileInformationBlock fib, HWPFOutputStream tableStream) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |