Class SectionDescriptor

java.lang.Object
org.apache.poi.hwpf.model.SectionDescriptor
All Implemented Interfaces:
org.apache.poi.common.Duplicatable

@Internal public final class SectionDescriptor extends Object implements org.apache.poi.common.Duplicatable
Section Descriptor (SED) See page 186 for details.
  • Constructor Details

    • SectionDescriptor

      public SectionDescriptor()
    • SectionDescriptor

      public SectionDescriptor(SectionDescriptor other)
    • SectionDescriptor

      public SectionDescriptor(byte[] buf, int offset)
  • Method Details

    • getFc

      public int getFc()
    • setFc

      public void setFc(int fc)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toByteArray

      public byte[] toByteArray()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • copy

      public SectionDescriptor copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable