Package org.apache.poi.hwpf.model
Class FieldDescriptor
- java.lang.Object
-
- org.apache.poi.hwpf.model.types.FLDAbstractType
-
- org.apache.poi.hwpf.model.FieldDescriptor
-
@Internal public final class FieldDescriptor extends FLDAbstractType
Class for the FLD structure.
-
-
Field Summary
Fields Modifier and Type Field Description static int
FIELD_BEGIN_MARK
static int
FIELD_END_MARK
static int
FIELD_SEPARATOR_MARK
-
Constructor Summary
Constructors Constructor Description FieldDescriptor(byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBoundaryType()
int
getFieldType()
boolean
isHasSep()
boolean
isLocked()
boolean
isNested()
boolean
isPrivateResult()
boolean
isResultDirty()
boolean
isResultEdited()
boolean
isZombieEmbed()
-
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 Detail
-
FIELD_BEGIN_MARK
public static final int FIELD_BEGIN_MARK
- See Also:
- Constant Field Values
-
FIELD_SEPARATOR_MARK
public static final int FIELD_SEPARATOR_MARK
- See Also:
- Constant Field Values
-
FIELD_END_MARK
public static final int FIELD_END_MARK
- See Also:
- Constant Field Values
-
-
Method Detail
-
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()
-
-