Package org.jxls.builder.xls
Class AreaCommand
java.lang.Object
org.jxls.command.AbstractCommand
org.jxls.builder.xls.AreaCommand
- All Implemented Interfaces:
Command
A container area command used in
XlsCommentAreaBuilder to enclose other commands- Author:
- Leonid Vysochyn
-
Field Summary
FieldsFields inherited from class org.jxls.command.AbstractCommand
areaListFields inherited from interface org.jxls.command.Command
ADJACENT_SHIFT_MODE, INNER_SHIFT_MODE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jxls.command.AbstractCommand
addArea, getAreaList, getLockRange, getLogger, getShiftMode, getTransformer, reset, setLockRange, setLockRange, setShiftMode, transformToIterableObject
-
Field Details
-
COMMAND_NAME
- See Also:
-
-
Constructor Details
-
AreaCommand
public AreaCommand()
-
-
Method Details
-
getName
- Returns:
- command name
-
applyAt
Description copied from interface:CommandApplies a command at the given cell reference- Parameters:
cellRef- cell reference where the command must be appliedcontext- bean context to use- Returns:
- size of enclosing command area after transformation
-
setSheetStreaming
-