Package org.apache.poi.hwpf.model
Class FieldsTables
- java.lang.Object
-
- org.apache.poi.hwpf.model.FieldsTables
-
@Internal public class FieldsTables extends java.lang.Object
This class provides access to all the fields Plex.
-
-
Field Summary
Fields Modifier and Type Field Description static intPLCFFLDATNDeprecated.static intPLCFFLDEDNDeprecated.static intPLCFFLDFTNDeprecated.static intPLCFFLDHDRDeprecated.static intPLCFFLDHDRTXBXDeprecated.static intPLCFFLDMOMDeprecated.static intPLCFFLDTXBXDeprecated.
-
Constructor Summary
Constructors Constructor Description FieldsTables(byte[] tableStream, FileInformationBlock fib)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.ArrayList<PlexOfField>getFieldsPLCF(int partIndex)Deprecated.java.util.ArrayList<PlexOfField>getFieldsPLCF(FieldsDocumentPart part)voidwrite(FileInformationBlock fib, java.io.ByteArrayOutputStream tableStream)
-
-
-
Field Detail
-
PLCFFLDATN
@Deprecated public static final int PLCFFLDATN
Deprecated.annotation subdocument- See Also:
- Constant Field Values
-
PLCFFLDEDN
@Deprecated public static final int PLCFFLDEDN
Deprecated.endnote subdocument- See Also:
- Constant Field Values
-
PLCFFLDFTN
@Deprecated public static final int PLCFFLDFTN
Deprecated.footnote subdocument- See Also:
- Constant Field Values
-
PLCFFLDHDR
@Deprecated public static final int PLCFFLDHDR
Deprecated.header subdocument- See Also:
- Constant Field Values
-
PLCFFLDHDRTXBX
@Deprecated public static final int PLCFFLDHDRTXBX
Deprecated.header textbox subdoc- See Also:
- Constant Field Values
-
PLCFFLDMOM
@Deprecated public static final int PLCFFLDMOM
Deprecated.main document- See Also:
- Constant Field Values
-
PLCFFLDTXBX
@Deprecated public static final int PLCFFLDTXBX
Deprecated.textbox subdoc- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FieldsTables
public FieldsTables(byte[] tableStream, FileInformationBlock fib)
-
-
Method Detail
-
getFieldsPLCF
public java.util.ArrayList<PlexOfField> getFieldsPLCF(FieldsDocumentPart part)
-
getFieldsPLCF
@Deprecated public java.util.ArrayList<PlexOfField> getFieldsPLCF(int partIndex)
Deprecated.
-
write
public void write(FileInformationBlock fib, java.io.ByteArrayOutputStream tableStream) throws java.io.IOException
- Throws:
java.io.IOException
-
-