org.apache.poi.hwpf.model
Class FieldsTables

java.lang.Object
  extended by org.apache.poi.hwpf.model.FieldsTables

public class FieldsTables
extends java.lang.Object

This class provides access to all the fields Plex.

Author:
Cedric Bosdonnat

Field Summary
static int PLCFFLDATN
           
static int PLCFFLDEDN
           
static int PLCFFLDFTN
           
static int PLCFFLDHDR
           
static int PLCFFLDHDRTXBX
           
static int PLCFFLDMOM
           
static int PLCFFLDTXBX
           
 
Constructor Summary
FieldsTables(byte[] tableStream, FileInformationBlock fib)
           
 
Method Summary
 java.util.ArrayList<PlexOfField> getFieldsPLCF(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLCFFLDATN

public static final int PLCFFLDATN
See Also:
Constant Field Values

PLCFFLDEDN

public static final int PLCFFLDEDN
See Also:
Constant Field Values

PLCFFLDFTN

public static final int PLCFFLDFTN
See Also:
Constant Field Values

PLCFFLDHDR

public static final int PLCFFLDHDR
See Also:
Constant Field Values

PLCFFLDHDRTXBX

public static final int PLCFFLDHDRTXBX
See Also:
Constant Field Values

PLCFFLDMOM

public static final int PLCFFLDMOM
See Also:
Constant Field Values

PLCFFLDTXBX

public static final int PLCFFLDTXBX
See Also:
Constant Field Values
Constructor Detail

FieldsTables

public FieldsTables(byte[] tableStream,
                    FileInformationBlock fib)
Method Detail

getFieldsPLCF

public java.util.ArrayList<PlexOfField> getFieldsPLCF(int type)


Copyright 2011 The Apache Software Foundation or its licensors, as applicable.