Class AreaCommand

java.lang.Object
org.jxls.command.AbstractCommand
org.jxls.builder.xls.AreaCommand
All Implemented Interfaces:
Command

public class AreaCommand extends AbstractCommand
A container area command used in XlsCommentAreaBuilder to enclose other commands
Author:
Leonid Vysochyn
  • Field Details

  • Constructor Details

    • AreaCommand

      public AreaCommand()
  • Method Details

    • getName

      public String getName()
      Returns:
      command name
    • applyAt

      public Size applyAt(CellRef cellRef, Context context)
      Description copied from interface: Command
      Applies a command at the given cell reference
      Parameters:
      cellRef - cell reference where the command must be applied
      context - bean context to use
      Returns:
      size of enclosing command area after transformation
    • setSheetStreaming

      public void setSheetStreaming(String ignored)