Class CHPX

  • All Implemented Interfaces:
    java.lang.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 Detail

      • CHPX

        public CHPX​(CHPX other)
    • Method Detail

      • getGrpprl

        public byte[] getGrpprl()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • copy

        public CHPX copy()
        Specified by:
        copy in interface org.apache.poi.common.Duplicatable
        Specified by:
        copy in class PropertyNode<CHPX>