Package | Description |
---|---|
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 | Class | Description |
---|---|---|
class |
AggTag |
An
AggTag represents possibly many aggregate values
calculated from a List of values already exposed to the
context. |
class |
AnaTag |
An
AnaTag represents analytic values calculated from a
List of values already exposed to the context. |
class |
BaseHideTag |
A
BaseHideTag represents something that can be hidden conditionally. |
class |
BaseLoopTag |
The abstract class
BaseLoopTag is the base class for all tags
that represent loops. |
class |
CommentTag |
A
CommentTag represents a Cell that needs to have an Excel
Comment attached to it. |
class |
ForEachTag |
A
ForEachTag represents a repetitively placed
Block of Cells , with each repetition corresponding
to an element of a Collection . |
class |
FormulaTag |
A
FormulaTag represents a dynamically generated Excel
Formula. |
class |
ForTag |
A
ForTag represents a repetitively placed Block
of Cells , with each repetition corresponding to an increment of
an index. |
class |
GroupTag |
A
GroupTag represents a set of rows or a set of columns that
needs an Excel "group" associated with it. |
class |
HideColsTag |
A
HideColsTag is a BaseHideTag that hides a
range of columns. |
class |
HideRowsTag |
A
HideRowsTag is a BaseHideTag that hides a
range of rows. |
class |
HideSheetTag |
A
HideSheetTag is a BaseHideTag that hides an
entire sheet. |
class |
HyperlinkTag |
A
HyperlinkTag represents a Cell that needs to have a
hyperlink on the cell. |
class |
IfTag |
An
IfTag represents a conditionally placed
Block of Cells . |
class |
ImageTag |
An
ImageTag represents an image to be placed on the sheet. |
class |
MultiForEachTag |
A
MultiForEachTag represents a repetitively placed
Block of Cells , with each repetition corresponding
to the same index into multiple Collections . |
class |
NameTag |
A
NameTag indicates an association between an Excel named
range and a JETT formula. |
class |
NullTag |
A
NullTag does nothing to its Block except mark
its Cells as processed. |
class |
PageBreakTag |
A
PageBreakTag turns on or turns off whether a column or a
row has a page break on it. |
class |
RickrollTag |
A
RickrollTag is a HyperlinkTag that forces the
type to be "url" and the address to be a URL that shows Rick Astley's "Never
Gonna Give You Up" video. |
class |
SetTag |
A
SetTag has no direct effect on the resultant spreadsheet. |
class |
SpanTag |
A
SpanTag represents a cell or merged region that will span
extra rows and/or extra columns, depending on growth and/or adjustment
factors. |
class |
StyleTag |
A
StyleTag represents a dynamically determined style for a
Cell . |
class |
TotalTag |
A
TotalTag represents an aggregate value calculated from a
List of values already exposed to the context. |
Copyright © 2012–2018 Jett Team. All rights reserved.