Package org.apache.poi.hwpf.model
Class PlexOfField
- java.lang.Object
-
- org.apache.poi.hwpf.model.PlexOfField
-
@Internal public class PlexOfField extends java.lang.Object
Structure describing the Plex for fields (contained plclfd* in the spec).
-
-
Constructor Summary
Constructors Constructor Description PlexOfField(int fcStart, int fcEnd, byte[] data)
Deprecated.PlexOfField(GenericPropertyNode propertyNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFcEnd()
int
getFcStart()
FieldDescriptor
getFld()
java.lang.String
toString()
-
-
-
Constructor Detail
-
PlexOfField
@Deprecated public PlexOfField(int fcStart, int fcEnd, byte[] data)
Deprecated.
-
PlexOfField
public PlexOfField(GenericPropertyNode propertyNode)
-
-
Method Detail
-
getFcStart
public int getFcStart()
-
getFcEnd
public int getFcEnd()
-
getFld
public FieldDescriptor getFld()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-