add documentation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
33cb2db6dd
commit
1f37d4db1a
@ -22,7 +22,6 @@ package org.apache.poi.hwpf.model;
|
|||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class provides access to all the fields Plex.
|
* This class provides access to all the fields Plex.
|
||||||
*
|
*
|
||||||
@ -31,12 +30,33 @@ import java.util.HashMap;
|
|||||||
*/
|
*/
|
||||||
public class FieldsTables
|
public class FieldsTables
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* annotation subdocument
|
||||||
|
*/
|
||||||
public static final int PLCFFLDATN = 0;
|
public static final int PLCFFLDATN = 0;
|
||||||
|
/**
|
||||||
|
* endnote subdocument
|
||||||
|
*/
|
||||||
public static final int PLCFFLDEDN = 1;
|
public static final int PLCFFLDEDN = 1;
|
||||||
|
/**
|
||||||
|
* footnote subdocument
|
||||||
|
*/
|
||||||
public static final int PLCFFLDFTN = 2;
|
public static final int PLCFFLDFTN = 2;
|
||||||
|
/**
|
||||||
|
* header subdocument
|
||||||
|
*/
|
||||||
public static final int PLCFFLDHDR = 3;
|
public static final int PLCFFLDHDR = 3;
|
||||||
|
/**
|
||||||
|
* header textbox subdoc
|
||||||
|
*/
|
||||||
public static final int PLCFFLDHDRTXBX = 4;
|
public static final int PLCFFLDHDRTXBX = 4;
|
||||||
|
/**
|
||||||
|
* main document
|
||||||
|
*/
|
||||||
public static final int PLCFFLDMOM = 5;
|
public static final int PLCFFLDMOM = 5;
|
||||||
|
/**
|
||||||
|
* textbox subdoc
|
||||||
|
*/
|
||||||
public static final int PLCFFLDTXBX = 6;
|
public static final int PLCFFLDTXBX = 6;
|
||||||
|
|
||||||
// The size in bytes of the FLD data structure
|
// The size in bytes of the FLD data structure
|
||||||
|
Loading…
Reference in New Issue
Block a user