Package io.keikai.api

Class SheetAnchor

    • Constructor Detail

      • SheetAnchor

        public SheetAnchor​(int row,
                           int column,
                           int lastRow,
                           int lastColumn)
      • SheetAnchor

        public SheetAnchor​(int row,
                           int column,
                           int xOffset,
                           int yOffset,
                           int lastRow,
                           int lastColumn,
                           int lastXOffset,
                           int lastYOffset)
      • SheetAnchor

        public SheetAnchor​(int row,
                           int column,
                           int xOffset,
                           int yOffset,
                           int lastRow,
                           int lastColumn,
                           int lastXOffset,
                           int lastYOffset,
                           SheetAnchor.AnchorType anchorType)
    • Method Detail

      • getRow

        public int getRow()
      • getColumn

        public int getColumn()
      • getXOffset

        public int getXOffset()
      • getYOffset

        public int getYOffset()
      • getLastRow

        public int getLastRow()
      • getLastColumn

        public int getLastColumn()
      • getLastXOffset

        public int getLastXOffset()
      • getLastYOffset

        public int getLastYOffset()