Class Area3DPtg

    • Constructor Detail

      • Area3DPtg

        public Area3DPtg​(java.lang.String arearef,
                         int externIdx)
      • Area3DPtg

        public Area3DPtg​(Area3DPtg other)
      • Area3DPtg

        public Area3DPtg​(int firstRow,
                         int lastRow,
                         int firstColumn,
                         int lastColumn,
                         boolean firstRowRelative,
                         boolean lastRowRelative,
                         boolean firstColRelative,
                         boolean lastColRelative,
                         int externalSheetIndex)
      • Area3DPtg

        public Area3DPtg​(AreaReference arearef,
                         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
        Overrides:
        toFormulaString in class AreaPtgBase
      • copy

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