Package org.apache.poi.hwpf.model
Class CHPX
- All Implemented Interfaces:
Comparable<CHPX>
,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
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
getCharacterProperties
(StyleSheet ss, short istd) byte[]
toString()
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, setEnd, setStart
-
Constructor Details
-
CHPX
-
-
Method Details
-
getGrpprl
public byte[] getGrpprl() -
getSprmBuf
-
getCharacterProperties
-
toString
-
copy
- Specified by:
copy
in interfaceorg.apache.poi.common.Duplicatable
- Specified by:
copy
in classPropertyNode<CHPX>
-