Package org.apache.poi.hwpf.model
Class PAPX
- java.lang.Object
-
- org.apache.poi.hwpf.model.PropertyNode<T>
-
- org.apache.poi.hwpf.model.BytePropertyNode<PAPX>
-
- org.apache.poi.hwpf.model.PAPX
-
- All Implemented Interfaces:
java.lang.Cloneable
,java.lang.Comparable<PAPX>
@Internal public final class PAPX extends BytePropertyNode<PAPX>
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!
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.poi.hwpf.model.PropertyNode
PropertyNode.EndComparator, PropertyNode.StartComparator
-
-
Constructor Summary
Constructors Constructor Description PAPX(int charStart, int charEnd, byte[] papx, ParagraphHeight phe, byte[] dataStream)
PAPX(int charStart, int charEnd, SprmBuffer buf)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
byte[]
getGrpprl()
short
getIstd()
ParagraphHeight
getParagraphHeight()
ParagraphProperties
getParagraphProperties(StyleSheet ss)
Deprecated.SprmBuffer
getSprmBuf()
int
hashCode()
java.lang.String
toString()
-
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, setEnd, setStart
-
-
-
-
Constructor Detail
-
PAPX
public PAPX(int charStart, int charEnd, byte[] papx, ParagraphHeight phe, byte[] dataStream)
-
PAPX
public PAPX(int charStart, int charEnd, SprmBuffer buf)
-
-
Method Detail
-
getParagraphHeight
public ParagraphHeight getParagraphHeight()
-
getGrpprl
public byte[] getGrpprl()
-
getIstd
public short getIstd()
-
getSprmBuf
public SprmBuffer getSprmBuf()
-
getParagraphProperties
@Deprecated @Internal public ParagraphProperties getParagraphProperties(StyleSheet ss)
Deprecated.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classPropertyNode<PAPX>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPropertyNode<PAPX>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-