| Package | Description |
|---|---|
| org.jxls.command |
| Modifier and Type | Method and Description |
|---|---|
EachCommand.Direction |
EachCommand.getDirection()
Gets iteration directino
|
static EachCommand.Direction |
EachCommand.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EachCommand.Direction[] |
EachCommand.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EachCommand.setDirection(EachCommand.Direction direction)
Sets iteration direction
|
| Constructor and Description |
|---|
EachCommand(String var,
String items,
Area area,
EachCommand.Direction direction) |
EachCommand(String var,
String items,
EachCommand.Direction direction) |
Copyright © 2018. All rights reserved.