org.apache.poi.hwpf.model
Class SEPX

java.lang.Object
  extended by org.apache.poi.hwpf.model.PropertyNode
      extended by org.apache.poi.hwpf.model.BytePropertyNode
          extended by org.apache.poi.hwpf.model.SEPX
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable

public final class SEPX
extends BytePropertyNode


Field Summary
 
Fields inherited from class org.apache.poi.hwpf.model.PropertyNode
_buf
 
Constructor Summary
SEPX(SectionDescriptor sed, int start, int end, CharIndexTranslator translator, byte[] grpprl)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 byte[] getGrpprl()
           
 SectionDescriptor getSectionDescriptor()
           
 SectionProperties getSectionProperties()
           
 
Methods inherited from class org.apache.poi.hwpf.model.BytePropertyNode
getEndBytes, getStartBytes
 
Methods inherited from class org.apache.poi.hwpf.model.PropertyNode
adjustForDelete, clone, compareTo, getEnd, getStart, limitsAreEqual, setEnd, setStart
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SEPX

public SEPX(SectionDescriptor sed,
            int start,
            int end,
            CharIndexTranslator translator,
            byte[] grpprl)
Method Detail

getGrpprl

public byte[] getGrpprl()

getSectionDescriptor

public SectionDescriptor getSectionDescriptor()

getSectionProperties

public SectionProperties getSectionProperties()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class PropertyNode


Copyright 2012 The Apache Software Foundation or its licensors, as applicable.