Package | Description |
---|---|
net.sf.jett.model |
Provides value objects for JETT processing and enumerated objects for
things like style values.
|
net.sf.jett.tag |
Provides Tag functionality, including the
Tag interface and
all built-in tag classes, plus the TagLibrary interface and
TagLibraryRegistry classes for custom tag creation and
registration. |
Modifier and Type | Method | Description |
---|---|---|
Block.Direction |
Block.getDirection() |
Returns the specific
Direction of this Block . |
static Block.Direction |
Block.Direction.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Block.Direction[] |
Block.Direction.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Block.setDirection(Block.Direction dir) |
Sets the specific
Direction of this Block . |
Modifier and Type | Method | Description |
---|---|---|
void |
BaseLoopTag.setGroupDirection(Block.Direction direction) |
Sets the directionality of the Excel Group to be created, if any.
|
Copyright © 2012–2018 Jett Team. All rights reserved.