Package org.apache.poi.hwpf.model
Class FieldDescriptor
java.lang.Object
org.apache.poi.hwpf.model.types.FLDAbstractType
org.apache.poi.hwpf.model.FieldDescriptor
Class for the FLD structure.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.hwpf.model.types.FLDAbstractType
getCh, getChHolder, getFlt, getReserved, getSize, isFDiffer, isFHasSep, isFLocked, isFNested, isFPrivateResult, isFResultDirty, isFResultEdited, isFZombieEmbed, serialize, setCh, setChHolder, setFDiffer, setFHasSep, setFLocked, setFlt, setFNested, setFPrivateResult, setFResultDirty, setFResultEdited, setFZombieEmbed, setReserved, toString
-
Field Details
-
FIELD_BEGIN_MARK
public static final int FIELD_BEGIN_MARK- See Also:
-
FIELD_SEPARATOR_MARK
public static final int FIELD_SEPARATOR_MARK- See Also:
-
FIELD_END_MARK
public static final int FIELD_END_MARK- See Also:
-
-
Constructor Details
-
FieldDescriptor
public FieldDescriptor(byte[] data)
-
-
Method Details
-
getBoundaryType
public int getBoundaryType() -
getFieldType
public int getFieldType() -
isZombieEmbed
public boolean isZombieEmbed() -
isResultDirty
public boolean isResultDirty() -
isResultEdited
public boolean isResultEdited() -
isLocked
public boolean isLocked() -
isPrivateResult
public boolean isPrivateResult() -
isNested
public boolean isNested() -
isHasSep
public boolean isHasSep()
-