Class PlexOfField

java.lang.Object
org.apache.poi.hwpf.model.PlexOfField

@Internal public class PlexOfField extends Object
Structure describing the Plex for fields (contained plclfd* in the spec).
  • Constructor Details

    • PlexOfField

      @Deprecated public PlexOfField(int fcStart, int fcEnd, byte[] data)
      Deprecated.
    • PlexOfField

      public PlexOfField(GenericPropertyNode propertyNode)
  • Method Details

    • getFcStart

      public int getFcStart()
    • getFcEnd

      public int getFcEnd()
    • getFld

      public FieldDescriptor getFld()
    • toString

      public String toString()
      Overrides:
      toString in class Object