Package org.jxls.area

Class CommandData

java.lang.Object
org.jxls.area.CommandData

public class CommandData extends Object
A command holder class
Author:
Leonid Vysochyn
  • Constructor Details

  • Method Details

    • getAreaRef

      public AreaRef getAreaRef()
    • getStartCellRef

      public CellRef getStartCellRef()
    • getSize

      public Size getSize()
    • getCommand

      public Command getCommand()
    • setStartCellRef

      public void setStartCellRef(CellRef startCellRef)
    • getSourceStartCellRef

      public CellRef getSourceStartCellRef()
    • setSourceStartCellRef

      public void setSourceStartCellRef(CellRef sourceStartCellRef)
    • getSourceSize

      public Size getSourceSize()
    • setSourceSize

      public void setSourceSize(Size sourceSize)