Class AreaPtg

All Implemented Interfaces:
org.apache.poi.common.Duplicatable, GenericRecord, AreaI

public final class AreaPtg extends Area2DPtgBase
Specifies a rectangular area of cells A1:A4 for instance.
  • Field Details

  • Constructor Details

    • AreaPtg

      public AreaPtg(int firstRow, int lastRow, int firstColumn, int lastColumn, boolean firstRowRelative, boolean lastRowRelative, boolean firstColRelative, boolean lastColRelative)
    • AreaPtg

      public AreaPtg(AreaPtg other)
    • AreaPtg

      public AreaPtg(LittleEndianInput in)
    • AreaPtg

      public AreaPtg(AreaReference arearef)
  • Method Details

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

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