Package org.apache.poi.hwpf.model
Class CHPX
- java.lang.Object
-
- org.apache.poi.hwpf.model.PropertyNode<T>
-
- org.apache.poi.hwpf.model.BytePropertyNode<CHPX>
-
- org.apache.poi.hwpf.model.CHPX
-
- All Implemented Interfaces:
Comparable<CHPX>,Duplicatable
@Internal public final class CHPX extends BytePropertyNode<CHPX>
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
_buf, EndComparator, StartComparator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CHPXcopy()CharacterPropertiesgetCharacterProperties(StyleSheet ss, short istd)byte[]getGrpprl()SprmBuffergetSprmBuf()StringtoString()-
Methods inherited from class org.apache.poi.hwpf.model.BytePropertyNode
getEndBytes, getStartBytes
-
Methods inherited from class org.apache.poi.hwpf.model.PropertyNode
adjustForDelete, compareTo, equals, getEnd, getStart, hashCode, limitsAreEqual, setEnd, setStart
-
-
-
-
Constructor Detail
-
CHPX
public CHPX(CHPX other)
-
-
Method Detail
-
getGrpprl
public byte[] getGrpprl()
-
getSprmBuf
public SprmBuffer getSprmBuf()
-
getCharacterProperties
public CharacterProperties getCharacterProperties(StyleSheet ss, short istd)
-
copy
public CHPX copy()
- Specified by:
copyin interfaceDuplicatable- Specified by:
copyin classPropertyNode<CHPX>
-
-