Package org.apache.poi.hwpf.model
Class FFDataBase
- java.lang.Object
-
- org.apache.poi.hwpf.model.types.FFDataBaseAbstractType
-
- org.apache.poi.hwpf.model.FFDataBase
-
@Internal public class FFDataBase extends FFDataBaseAbstractType
The FFData structure specifies form field data for a text box, check box, or drop-down list box.Class and fields descriptions are quoted from [MS-DOC] -- v20121003 Word (.doc) Binary File Format; Copyright (c) 2012 Microsoft Corporation; Release: October 8, 2012
This class is internal. It content or properties may change without notice due to changes in our knowledge of internal Microsoft Word binary structures.
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hwpf.model.types.FFDataBaseAbstractType
ITYPE_CHCK, ITYPE_DROP, ITYPE_TEXT, ITYPETXT_CURDATE, ITYPETXT_CURTIME, ITYPETXT_DATE, ITYPETXT_NUM, ITYPETXT_REG
-
-
Constructor Summary
Constructors Constructor Description FFDataBase()
FFDataBase(byte[] std, int offset)
-
Method Summary
-
Methods inherited from class org.apache.poi.hwpf.model.types.FFDataBaseAbstractType
equals, getBits, getCch, getHps, getIRes, getIType, getITypeTxt, getSize, getVersion, hashCode, isFHasListBox, isFOwnHelp, isFOwnStat, isFProt, isFRecalc, isISize, serialize, serialize, setBits, setCch, setFHasListBox, setFOwnHelp, setFOwnStat, setFProt, setFRecalc, setHps, setIRes, setISize, setIType, setITypeTxt, setVersion, toString
-
-