Class Ref3DPtg

    • Constructor Detail

      • Ref3DPtg

        public Ref3DPtg​(java.lang.String cellref,
                        int externIdx)
    • Method Detail

      • toString

        public java.lang.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 Ptg
      • getSize

        public int getSize()
        Specified by:
        getSize in class Ptg
        Returns:
        the encoded length of this Ptg, including the initial Ptg type identifier byte.
      • setExternSheetIndex

        public void setExternSheetIndex​(int index)
      • format2DRefAsString

        public java.lang.String format2DRefAsString()
        Specified by:
        format2DRefAsString in interface ExternSheetReferenceToken
        Returns:
        formula text for this reference token without the qualifying sheet name
      • toFormulaString

        public java.lang.String toFormulaString()
        Description copied from class: Ptg
        return a string representation of this token alone
        Specified by:
        toFormulaString in class Ptg