Package org.apache.poi.hwpf.model
Class SEPX
- java.lang.Object
-
- org.apache.poi.hwpf.model.PropertyNode<SEPX>
-
- org.apache.poi.hwpf.model.SEPX
-
- All Implemented Interfaces:
java.lang.Comparable<SEPX>,org.apache.poi.common.Duplicatable
@Internal public final class SEPX extends PropertyNode<SEPX>
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hwpf.model.PropertyNode
EndComparator, StartComparator
-
-
Constructor Summary
Constructors Constructor Description SEPX(SectionDescriptor sed, int start, int end, byte[] grpprl)SEPX(SEPX other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SEPXcopy()booleanequals(java.lang.Object o)byte[]getGrpprl()SectionDescriptorgetSectionDescriptor()SectionPropertiesgetSectionProperties()inthashCode()java.lang.StringtoString()-
Methods inherited from class org.apache.poi.hwpf.model.PropertyNode
adjustForDelete, compareTo, getEnd, getStart, setEnd, setStart
-
-
-
-
Constructor Detail
-
SEPX
public SEPX(SEPX other)
-
SEPX
public SEPX(SectionDescriptor sed, int start, int end, 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:
equalsin classPropertyNode<SEPX>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPropertyNode<SEPX>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
copy
public SEPX copy()
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classPropertyNode<SEPX>
-
-