Class AreaErrPtg


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

  • Constructor Details

  • Method Details

    • 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
    • clone

      public Object clone()
      Overrides:
      clone in class AreaPtg