Class CHPX

All Implemented Interfaces:
Comparable<CHPX>, org.apache.poi.common.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!

  • Constructor Details

    • CHPX

      public CHPX(CHPX other)
  • Method Details