Class Area3DPxg

  • All Implemented Interfaces:
    Cloneable, AreaI, Pxg, Pxg3D

    public final class Area3DPxg
    extends AreaPtgBase
    implements Pxg3D

    Title: XSSF Area 3D Reference (Sheet + Area)

    Description: Defined an area in an external or different sheet.

    REFERENCE:

    This is XSSF only, as it stores the sheet / book references in String form. The HSSF equivalent using indexes is Area3DPtg

    • 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 Ptg
      • setSheetName

        public void setSheetName​(String sheetName)
        Specified by:
        setSheetName in interface Pxg
      • format2DRefAsString

        public String format2DRefAsString()
      • getSize

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