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. |
net.sf.jett.util |
Provides utility functionality for JETT.
|
Modifier and Type | Method | Description |
---|---|---|
static PastEndAction |
PastEndAction.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PastEndAction[] |
PastEndAction.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
protected PastEndAction |
BaseLoopTag.getPastEndAction() |
Returns the
PastEndAction , which is controlled by the
attribute specified by ATTR_PAST_END_ACTION . |
Modifier and Type | Method | Description |
---|---|---|
void |
BaseLoopTag.setPastEndAction(PastEndAction pae) |
Sets the
PastEndAction . |
Modifier and Type | Method | Description |
---|---|---|
static void |
SheetUtil.takePastEndAction(org.apache.poi.ss.usermodel.Sheet sheet,
Block block,
java.util.List<java.lang.String> pastEndRefs,
PastEndAction pastEndAction,
java.lang.String replacementValue) |
Takes the given
PastEndAction on all Cells
found inside the given Block on the given Sheet
that contain any of the given expressions. |
Copyright © 2012–2018 Jett Team. All rights reserved.