Class PAPX

  • All Implemented Interfaces:
    java.lang.Comparable<PAPX>, org.apache.poi.common.Duplicatable

    @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!
    • Constructor Detail

      • PAPX

        public PAPX​(PAPX other)
      • PAPX

        public PAPX​(int charStart,
                    int charEnd,
                    byte[] papx,
                    ParagraphHeight phe,
                    byte[] dataStream)
      • PAPX

        public PAPX​(int charStart,
                    int charEnd,
                    SprmBuffer buf)
    • Method Detail

      • getGrpprl

        public byte[] getGrpprl()
      • getIstd

        public short getIstd()
      • toString

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

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