Provides value objects for JETT processing and enumerated objects for things like style values.
Interface | Description |
---|---|
LoopTagStatus |
A
LoopTagStatus object gives information about the current
loop's status. |
RangedLoopTagStatus |
A
RangedLoopTagStatus is a LoopTagStatus with a
range (start/end) and a step (change per iteration). |
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 . |
CellStyleCache |
A
CellStyleCache is used internally to keep track of
CellStyles . |
FontCache |
A
FontCache is used internally to keep track of
Fonts . |
ForLoopTagStatus |
A
ForLoopTagStatus is a BaseLoopTagStatus that is
also a RangedLoopTagStatus . |
Group |
A
Group is a group of objects that shares some common values
for some properties. |
HashMapWrapper<K,V> |
A
HashMapWrapper is a HashMap that "wraps" another
HashMap . |
MissingCloneSheetProperties |
As it turns out,
Workbook#cloneSheet doesn't clone all the
properties of a Sheet , specifically missing things such as
Print Setup properties. |
PastEndValue |
A
PastEndValue represents the fact that an expression
references a collection item beyond the end of the iteration. |
Style |
A
Style object holds desired properties and property values for
later reference. |
WorkbookContext |
A
WorkbookContext object holds data relevant to the context of
a Workbook . |
Enum | Description |
---|---|
Alignment |
Alignments represent the built-in horizontal alignment names
that correspond with Excel's horizontal alignment scheme. |
Block.Direction |
Possible directionalities of the
Block . |
BorderType |
BorderTypes represent the built-in border type names that
correspond with Excel's border type scheme. |
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. |
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. |
PastEndAction |
A
PastEndAction enumerated value specifies a possible action
when dealing with expressions that reference collection items beyond the end
of the iteration. |
VerticalAlignment |
VerticalAlignments represent the built-in vertical alignment
names that correspond with Excel's vertical alignment scheme. |
Copyright © 2012–2018 Jett Team. All rights reserved.