Class Ref3DPtg

    • Constructor Detail

      • Ref3DPtg

        public Ref3DPtg​(Ref3DPtg other)
      • Ref3DPtg

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

      • getSid

        public byte getSid()
        Specified by:
        getSid in class Ptg
        Returns:
        structure id of the parsed thing, or -1 if the record has no sid
      • 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
      • copy

        public Ref3DPtg copy()
        Specified by:
        copy in interface org.apache.poi.common.Duplicatable
        Specified by:
        copy in class OperandPtg