Package | Description |
---|---|
net.sf.jett.event |
Provides support for event-based processing of template spreadsheets.
|
net.sf.jett.expression |
Provides the classes necessary for JETT to interface to JEXL and evaluate
Expressions . |
net.sf.jett.model |
Provides value objects for JETT processing and enumerated objects for
things like style values.
|
net.sf.jett.parser |
Provides classes for scanning and parsing any text-based value in JETT.
|
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.transform |
Provides the classes and API necessary to transform pre-existing Excel
template spreadsheets (.xls and .xlsx are supported) into new spreadsheets
that are fully populated with user data.
|
net.sf.jett.util |
Provides utility functionality for JETT.
|
Class | Description |
---|---|
Block |
A
Block object represents a rectangular block of
Cells . |
Class | Description |
---|---|
WorkbookContext |
A
WorkbookContext object holds data relevant to the context of
a Workbook . |
Class | Description |
---|---|
Alignment |
Alignments represent the built-in horizontal alignment names
that correspond with Excel's horizontal alignment scheme. |
BaseLoopTagStatus |
A
BaseLoopTagStatus represents information about the current iteration
of a looping tag. |
Block |
A
Block object represents a rectangular block of
Cells . |
Block.Direction |
Possible directionalities of the
Block . |
BorderType |
BorderTypes represent the built-in border type names that
correspond with Excel's border type scheme. |
CellStyleCache |
A
CellStyleCache is used internally to keep track of
CellStyles . |
ExcelColor |
Colors represent the built-in color names that correspond
with Excel's indexed color scheme. |
FillPattern |
FillPatterns represent the built-in fill pattern names that
correspond with Excel's indexed fill pattern scheme. |
FontBoldweight |
FontBoldweights represent the built-in boldweight names
that correspond with Excel's font boldness scheme. |
FontCache |
A
FontCache is used internally to keep track of
Fonts . |
FontCharset |
Charsets represent the built-in type charset names that
correspond with Excel's charset scheme. |
FontTypeOffset |
FontTypeOffsets represent the built-in type offset names
that correspond with Excel's type offset scheme. |
FontUnderline |
FontUnderlines represent the built-in underline names that
correspond with Excel's underlining scheme. |
LoopTagStatus |
A
LoopTagStatus object gives information about the current
loop's status. |
MissingCloneSheetProperties |
As it turns out,
Workbook#cloneSheet doesn't clone all the
properties of a Sheet , specifically missing things such as
Print Setup properties. |
PastEndAction |
A
PastEndAction enumerated value specifies a possible action
when dealing with expressions that reference collection items beyond the end
of the iteration. |
PastEndValue |
A
PastEndValue represents the fact that an expression
references a collection item beyond the end of the iteration. |
RangedLoopTagStatus |
A
RangedLoopTagStatus is a LoopTagStatus with a
range (start/end) and a step (change per iteration). |
Style |
A
Style object holds desired properties and property values for
later reference. |
VerticalAlignment |
VerticalAlignments represent the built-in vertical alignment
names that correspond with Excel's vertical alignment scheme. |
Class | Description |
---|---|
Style |
A
Style object holds desired properties and property values for
later reference. |
Class | Description |
---|---|
BaseLoopTagStatus |
A
BaseLoopTagStatus represents information about the current iteration
of a looping tag. |
Block |
A
Block object represents a rectangular block of
Cells . |
Block.Direction |
Possible directionalities of the
Block . |
ForLoopTagStatus |
A
ForLoopTagStatus is a BaseLoopTagStatus that is
also a RangedLoopTagStatus . |
PastEndAction |
A
PastEndAction enumerated value specifies a possible action
when dealing with expressions that reference collection items beyond the end
of the iteration. |
WorkbookContext |
A
WorkbookContext object holds data relevant to the context of
a Workbook . |
Class | Description |
---|---|
WorkbookContext |
A
WorkbookContext object holds data relevant to the context of
a Workbook . |
Class | Description |
---|---|
Block |
A
Block object represents a rectangular block of
Cells . |
CellStyleCache |
A
CellStyleCache is used internally to keep track of
CellStyles . |
FontCache |
A
FontCache is used internally to keep track of
Fonts . |
Group |
A
Group is a group of objects that shares some common values
for some properties. |
PastEndAction |
A
PastEndAction enumerated value specifies a possible action
when dealing with expressions that reference collection items beyond the end
of the iteration. |
WorkbookContext |
A
WorkbookContext object holds data relevant to the context of
a Workbook . |
Copyright © 2012–2018 Jett Team. All rights reserved.