Class AreaErrPtg


  • public class AreaErrPtg
    extends AreaPtg
    AreaErr - handles deleted cell area references.
    Author:
    Daniel Noll (daniel at nuix dot com dot au)
    • Method Detail

      • toString

        public String toString()
        Description copied from class: Ptg
        Overridden toString method to ensure object hash is not printed. This helps get rid of gratuitous diffs when comparing two dumps Subclasses may output more relevant information by overriding this method
        Overrides:
        toString in class AreaPtg
      • writeBytes

        public void writeBytes​(byte[] array,
                               int offset)
        Description copied from class: Ptg
        write this Ptg to a byte array
        Overrides:
        writeBytes in class AreaPtg
      • toFormulaString

        public String toFormulaString​(Workbook book)
        Description copied from class: Ptg
        return a string representation of this token alone
        Overrides:
        toFormulaString in class AreaPtg