Class MergedArea

java.lang.Object
com.github.cla9.excel.reader.sheet.MergedArea

public class MergedArea
extends java.lang.Object
The type Merged area.
  • Constructor Summary

    Constructors 
    Constructor Description
    MergedArea​(int leftTopX, int leftTopY, int rightBottomX, int rightBottomY)
    Instantiates a new Merged area.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getHeader()
    Gets header.
    int getLeftTopX()
    Gets left top x.
    int getLeftTopY()
    Gets left top y.
    int getRightBottomX()
    Gets right bottom x.
    int getRightBottomY()
    Gets right bottom y.
    void setHeader​(java.lang.String header)
    Sets header.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MergedArea

      public MergedArea​(int leftTopX, int leftTopY, int rightBottomX, int rightBottomY)
      Instantiates a new Merged area.
      Parameters:
      leftTopX - the left top x
      leftTopY - the left top y
      rightBottomX - the right bottom x
      rightBottomY - the right bottom y
  • Method Details

    • getLeftTopX

      public int getLeftTopX()
      Gets left top x.
      Returns:
      the left top x
    • getLeftTopY

      public int getLeftTopY()
      Gets left top y.
      Returns:
      the left top y
    • getRightBottomX

      public int getRightBottomX()
      Gets right bottom x.
      Returns:
      the right bottom x
    • getRightBottomY

      public int getRightBottomY()
      Gets right bottom y.
      Returns:
      the right bottom y
    • getHeader

      public java.lang.String getHeader()
      Gets header.
      Returns:
      the header
    • setHeader

      public void setHeader​(java.lang.String header)
      Sets header.
      Parameters:
      header - the header