org.apache.poi.hwpf.model
Class FieldDescriptor
java.lang.Object
org.apache.poi.hwpf.model.types.FLDAbstractType
org.apache.poi.hwpf.model.FieldDescriptor
- All Implemented Interfaces:
- org.apache.poi.hdf.model.hdftypes.HDFType
@Internal
public final class FieldDescriptor
- extends FLDAbstractType
Class for the FLD structure.
- Author:
- Cedric Bosdonnat
Methods inherited from class org.apache.poi.hwpf.model.types.FLDAbstractType |
fillFields, 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
FieldDescriptor
public FieldDescriptor(byte[] data)
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()
Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.