Package org.apache.poi.hwpf.model
Class PAPX
- All Implemented Interfaces:
Comparable<PAPX>
,org.apache.poi.common.Duplicatable
DANGER - works in bytes!
Make sure you call getStart() / getEnd() when you want characters
(normal use), but getStartByte() / getEndByte() when you're
reading in / writing out!
-
Field Summary
Fields inherited from class org.apache.poi.hwpf.model.PropertyNode
EndComparator, StartComparator
-
Constructor Summary
ConstructorsConstructorDescriptionPAPX
(int charStart, int charEnd, byte[] papx, ParagraphHeight phe, byte[] dataStream) PAPX
(int charStart, int charEnd, SprmBuffer buf) -
Method Summary
Methods inherited from class org.apache.poi.hwpf.model.BytePropertyNode
getEndBytes, getStartBytes
Methods inherited from class org.apache.poi.hwpf.model.PropertyNode
adjustForDelete, compareTo, getEnd, getStart, setEnd, setStart
-
Constructor Details
-
PAPX
-
PAPX
-
PAPX
-
-
Method Details
-
getParagraphHeight
-
getGrpprl
public byte[] getGrpprl() -
getIstd
public short getIstd() -
getSprmBuf
-
getParagraphProperties
Deprecated. -
equals
- Overrides:
equals
in classPropertyNode<PAPX>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPropertyNode<PAPX>
-
toString
-
copy
- Specified by:
copy
in interfaceorg.apache.poi.common.Duplicatable
- Specified by:
copy
in classPropertyNode<PAPX>
-