- ABBR_INDEX_VAR - Static variable in class net.sf.jett.parser.SheetNameMetadataParser
-
- ABBR_LIMIT - Static variable in class net.sf.jett.parser.SheetNameMetadataParser
-
- ABBR_REPLACE_VALUE - Static variable in class net.sf.jett.parser.SheetNameMetadataParser
-
- ABBR_VAR_STATUS - Static variable in class net.sf.jett.parser.SheetNameMetadataParser
-
- addCellListener(CellListener) - Method in class net.sf.jett.transform.ExcelTransformer
-
Registers the given CellListener
.
- addCssFile(String) - Method in class net.sf.jett.transform.ExcelTransformer
-
Register a file containing CSS-like style definitions.
- addCssText(String) - Method in class net.sf.jett.transform.ExcelTransformer
-
Register one or more style definitions, without having to read them
from a file.
- addFixedSizeCollectionName(String) - Method in class net.sf.jett.transform.ExcelTransformer
-
This particular named Collection
has a known size and does
not need to have other Cells
shifted out of the way for its
contents; space is already allocated.
- addSheetListener(SheetListener) - Method in class net.sf.jett.transform.ExcelTransformer
-
Registers the given SheetListener
.
- addSheetNameRefsAfterClone(WorkbookContext, String, String, int) - Static method in class net.sf.jett.util.FormulaUtil
-
After a sheet has been implicitly cloned, there is a sheet that is
unaccounted for in the template sheet names, new sheet names, the formula
map, and the cell ref map.
- addStyle(Style, String, String) - Static method in class net.sf.jett.parser.StyleParser
-
Depending on the given property, parse the given value and set the
appropriate attribute in the given Style
object.
- afterBlockProcessed(TagContext, Block, Object, int) - Method in class net.sf.jett.tag.BaseLoopTag
-
This method is called once per iteration loop, immediately after the
given Block
is processed.
- afterBlockProcessed(TagContext, Block, Object, int) - Method in class net.sf.jett.tag.ForEachTag
-
Remove the Iterator
item from the Map
of beans.
- afterBlockProcessed(TagContext, Block, Object, int) - Method in class net.sf.jett.tag.ForTag
-
Remove the index "item" from the Map
of beans.
- afterBlockProcessed(TagContext, Block, Object, int) - Method in class net.sf.jett.tag.MultiForEachTag
-
Remove the values from the List
of collection item values
from the Map
of beans.
- AggTag - Class in net.sf.jett.tag
-
An AggTag
represents possibly many aggregate values
calculated from a List
of values already exposed to the
context.
- AggTag() - Constructor for class net.sf.jett.tag.AggTag
-
- Alignment - Enum in net.sf.jett.model
-
Alignments
represent the built-in horizontal alignment names
that correspond with Excel's horizontal alignment scheme.
- AnaTag - Class in net.sf.jett.tag
-
An AnaTag
represents analytic values calculated from a
List
of values already exposed to the context.
- AnaTag() - Constructor for class net.sf.jett.tag.AnaTag
-
- ANSI - net.sf.jett.model.FontCharset
-
- apply(Style) - Method in class net.sf.jett.model.Style
-
Applies the given Style
to this Style
,
overwriting any properties in common.
- applyFont(RichTextString, Cell, CellStyleCache, FontCache) - Static method in class net.sf.jett.util.RichTextStringUtil
-
Take the first Font
from the given
RichTextString
and apply it to the given Cell's
CellStyle
.
- applySettings(Sheet) - Method in interface net.sf.jett.transform.SheetTransformer.AfterOffSheetProperties
-
Apply settings to the given Sheet
after all off-sheet
properties have been transformed.
- AQUA - net.sf.jett.model.ExcelColor
-
- ARABIC - net.sf.jett.model.FontCharset
-
- ASC - Static variable in class net.sf.jett.util.OrderByComparator
-
Sort ascending (default).
- ATTR_ADDRESS - Static variable in class net.sf.jett.tag.HyperlinkTag
-
Attribute that specifies the address of the link, e.g.
- ATTR_ADJUST - Static variable in class net.sf.jett.tag.SpanTag
-
Attribute for specifying an adjustment to the size of the merged region.
- ATTR_AGGS - Static variable in class net.sf.jett.tag.AggTag
-
Attribute that specifies the List
of AggregateFunctions to use.
- ATTR_AGGS_VAR - Static variable in class net.sf.jett.tag.AggTag
-
Attribute that specifies the name of the List
of exposed
aggregate functions.
- ATTR_ANALYTICS - Static variable in class net.sf.jett.tag.AnaTag
-
Attribute that specifies the List
of analytic functions to
use.
- ATTR_ANALYTICS_VAR - Static variable in class net.sf.jett.tag.AnaTag
-
Attribute that specifies the name of the List
of exposed
AnalyticAggregators.
- ATTR_AUTHOR - Static variable in class net.sf.jett.tag.CommentTag
-
Attribute that specifies the author of the Comment to be created.
- ATTR_BEAN - Static variable in class net.sf.jett.tag.FormulaTag
-
Attribute that specifies the bean name that contains the Expression
string to be evaluated by JETT that results in formula creation in the
cell.
- ATTR_CLASS - Static variable in class net.sf.jett.tag.StyleTag
-
Attribute that specifies the desired pre-defined style class to apply to
the current Cell
.
- ATTR_COLLAPSE - Static variable in class net.sf.jett.tag.BaseLoopTag
-
Attribute for specifying whether the group should be displayed collapsed.
- ATTR_COLLAPSE - Static variable in class net.sf.jett.tag.GroupTag
-
Attribute for specifying whether the group should be displayed collapsed.
- ATTR_COLLECTIONS - Static variable in class net.sf.jett.tag.MultiForEachTag
-
Attribute for specifying the Collections
over which to
iterate.
- ATTR_COLS - Static variable in class net.sf.jett.tag.ImageTag
-
Attribute for specifying the number of columns wide the image will be.
- ATTR_COMMENT - Static variable in class net.sf.jett.tag.CommentTag
-
Attribute that specifies the comment text.
- ATTR_COPY_RIGHT - Static variable in class net.sf.jett.tag.BaseLoopTag
-
Attribute for forcing "copy right" behavior.
- ATTR_CUBE - Static variable in class net.sf.jett.tag.AggTag
-
Attribute that specifies a data cube that should occur on the results.
- ATTR_DISPLAY - Static variable in class net.sf.jett.tag.PageBreakTag
-
Attribute that specifies the display value of the cell after this tag
has been processed, if any.
- ATTR_DISPLAY - Static variable in class net.sf.jett.tag.SetTag
-
Attribute that specifies the display value of the cell after this tag
has been processed, if any.
- ATTR_ELSE - Static variable in class net.sf.jett.tag.IfTag
-
Attribute for specifying the value of the Cell
if the
condition is false
(bodiless if-tag only).
- ATTR_ELSE_ACTION - Static variable in class net.sf.jett.tag.IfTag
-
Attribute for specifying the action to be taken if the condition is
false
(if-tags with a body only).
- ATTR_END - Static variable in class net.sf.jett.tag.ForTag
-
Attribute for specifying the ending value (included in the range).
- ATTR_EXPAND_RIGHT - Static variable in class net.sf.jett.tag.SpanTag
-
Attribute for forcing "expand right" behavior.
- ATTR_FACTOR - Static variable in class net.sf.jett.tag.SpanTag
-
Attribute for specifying the growth factor.
- ATTR_FIXED - Static variable in class net.sf.jett.tag.BaseLoopTag
-
Attribute for not shifting other content out of the way; works the same
as "fixed size collections".
- ATTR_FIXED - Static variable in class net.sf.jett.tag.SpanTag
-
Attribute that specifies the value of the cell/merged region.
- ATTR_FORMULA - Static variable in class net.sf.jett.tag.NameTag
-
Attribute that specifies the JETT formula to be applied to the named
range.
- ATTR_GROUP_BY - Static variable in class net.sf.jett.tag.AggTag
-
Attribute that specifies the List
of group-by properties.
- ATTR_GROUP_BY - Static variable in class net.sf.jett.tag.ForEachTag
-
Attribute for specifying the property or properties by which to group the
Collection
items, if any.
- ATTR_GROUP_DIR - Static variable in class net.sf.jett.tag.BaseLoopTag
-
Attribute for specifying the direction of the grouping.
- ATTR_GROUP_DIR - Static variable in class net.sf.jett.tag.GroupTag
-
Attribute for specifying the direction of the grouping.
- ATTR_GROUPING_SETS - Static variable in class net.sf.jett.tag.AggTag
-
Attribute that specifies the exact grouping sets that should occur on the
results.
- ATTR_IF_ERROR - Static variable in class net.sf.jett.tag.FormulaTag
-
Attribute that specifies the Expression string to be evaluated by JETT
to be used as alternative text in case an Excel error results.
- ATTR_INDEXVAR - Static variable in class net.sf.jett.tag.ForEachTag
-
Attribute for specifying the name of the variable to be exposed that
indicates the 0-based index position into the Collection
.
- ATTR_INDEXVAR - Static variable in class net.sf.jett.tag.MultiForEachTag
-
Attribute for specifying the name of the variable to be exposed that
indicates the 0-based index position into the Collection
.
- ATTR_ITEMS - Static variable in class net.sf.jett.tag.AggTag
-
Attribute that specifies the List
of items to aggregate.
- ATTR_ITEMS - Static variable in class net.sf.jett.tag.AnaTag
-
Attribute that specifies the List
of items to analyze.
- ATTR_ITEMS - Static variable in class net.sf.jett.tag.ForEachTag
-
Attribute for specifying the Collection
over which to
iterate.
- ATTR_ITEMS - Static variable in class net.sf.jett.tag.TotalTag
-
Attribute that specifies the List
of items to aggregate.
- ATTR_LIMIT - Static variable in class net.sf.jett.tag.ForEachTag
-
Attribute for specifying the number of iterations to be displayed.
- ATTR_LIMIT - Static variable in class net.sf.jett.tag.MultiForEachTag
-
Attribute for specifying the number of iterations to be displayed.
- ATTR_NAME - Static variable in class net.sf.jett.tag.NameTag
-
Attribute that specifies the name of the named range.
- ATTR_ON_LOOP_PROCESSED - Static variable in class net.sf.jett.tag.BaseLoopTag
-
Attribute for specifying a TagLoopListener
to listen for
TagLoopEvents
.
- ATTR_ON_PROCESSED - Static variable in class net.sf.jett.tag.BaseTag
-
Attribute for specifying a TagListener
to listen for
TagEvents
.
- ATTR_ORDER_BY - Static variable in class net.sf.jett.tag.ForEachTag
-
Attribute for specifying the property or properties by which to order the
Collection
items, if any.
- ATTR_PARALLEL - Static variable in class net.sf.jett.tag.AggTag
-
Attribute that specifies the degree of parallelism to use.
- ATTR_PARALLEL - Static variable in class net.sf.jett.tag.TotalTag
-
Attribute that specifies the degree of parallelism to use.
- ATTR_PAST_END_ACTION - Static variable in class net.sf.jett.tag.BaseLoopTag
-
Attribute for specifying the "past end action", an action for dealing
with content beyond the range of looping content.
- ATTR_PATHNAME - Static variable in class net.sf.jett.tag.ImageTag
-
Attribute for specifying the pathname of the image file, relative to the
current working directory.
- ATTR_PREFER_WORKBOOK_SCOPE - Static variable in class net.sf.jett.tag.NameTag
-
Attribute that specifies whether to prefer a named range with workbook
scope over a same-named named range with sheet scope.
- ATTR_REPLACE_VALUE - Static variable in class net.sf.jett.tag.BaseLoopTag
-
Attribute for specifying a replacement value for expressions that
reference a collection that is past the end of iteration.
- ATTR_ROLLUP - Static variable in class net.sf.jett.tag.AggTag
-
Attribute that specifies a rollup that should occur on the results.
- ATTR_ROLLUPS - Static variable in class net.sf.jett.tag.AggTag
-
Attribute that specifies multiple rollups that should occur on the
results.
- ATTR_ROWS - Static variable in class net.sf.jett.tag.ImageTag
-
Attribute for specifying the number of rows tall the image will be.
- ATTR_START - Static variable in class net.sf.jett.tag.ForTag
-
Attribute for specifying the starting value.
- ATTR_STEP - Static variable in class net.sf.jett.tag.ForTag
-
Attribute for specifying how much the value increments per iteration.
- ATTR_STYLE - Static variable in class net.sf.jett.tag.StyleTag
-
Attribute that specifies the desired style property(ies) to change in the
current Cell
.
- ATTR_TEST - Static variable in class net.sf.jett.tag.BaseHideTag
-
Attribute for specifying whether to hide what is to be hidden.
- ATTR_TEST - Static variable in class net.sf.jett.tag.IfTag
-
Attribute for specifying the boolean
test condition.
- ATTR_TEXT - Static variable in class net.sf.jett.tag.FormulaTag
-
Attribute that specifies the Expression string to be evaluated by JETT
that results in formula creation in the cell.
- ATTR_TEXT - Static variable in class net.sf.jett.tag.NullTag
-
Attribute that specifies the un-process text to display (bodiless only).
- ATTR_THEN - Static variable in class net.sf.jett.tag.IfTag
-
Attribute for specifying the value of the Cell
if the
condition is true
(bodiless if-tag only).
- ATTR_TYPE - Static variable in class net.sf.jett.tag.HyperlinkTag
-
Attribute that specifies the link type to be created, which could be a
web address, an email address, a document reference, or a file reference.
- ATTR_TYPE - Static variable in class net.sf.jett.tag.ImageTag
-
Attribute for specifying the type of the image file.
- ATTR_TYPE - Static variable in class net.sf.jett.tag.PageBreakTag
-
Attribute that specifies which page breaks to clear and/or set at the
bottom and to the right of the current cell.
- ATTR_USE_MSD - Static variable in class net.sf.jett.tag.AggTag
-
Attribute that specifies whether to use Multiset Discrimination instead
of sorting during aggregation processing.
- ATTR_VALUE - Static variable in class net.sf.jett.tag.CommentTag
-
Attribute that specifies the value of the Cell itself after
transformation.
- ATTR_VALUE - Static variable in class net.sf.jett.tag.HyperlinkTag
-
Attribute that specifies the value of the cell, which is the label for
the link.
- ATTR_VALUE - Static variable in class net.sf.jett.tag.SetTag
-
Attribute that specifies the value to set -- any object that can be
specified in a legal JEXL expression.
- ATTR_VALUE - Static variable in class net.sf.jett.tag.SpanTag
-
Attribute that specifies the value of the cell/merged region.
- ATTR_VALUE - Static variable in class net.sf.jett.tag.TotalTag
-
Attribute that specifies the aggregator to use.
- ATTR_VALUES_VAR - Static variable in class net.sf.jett.tag.AggTag
-
Attribute that specifies name of the List
of exposed
aggregation values.
- ATTR_VALUES_VAR - Static variable in class net.sf.jett.tag.AnaTag
-
Attribute that specifies name of the List
of exposed
analytic values.
- ATTR_VAR - Static variable in class net.sf.jett.tag.ForEachTag
-
Attribute for specifying the "looping variable" name.
- ATTR_VAR - Static variable in class net.sf.jett.tag.ForTag
-
Attribute for specifying the name of the looping variable.
- ATTR_VAR - Static variable in class net.sf.jett.tag.SetTag
-
Attribute that specifies the name of the variable in the beans map to
create or modify.
- ATTR_VAR_STATUS - Static variable in class net.sf.jett.tag.BaseLoopTag
-
Attribute for specifying the name of the
LoopTagStatus
object that will be exposed in the beans map.
- ATTR_VARS - Static variable in class net.sf.jett.tag.MultiForEachTag
-
Attribute for specifying the "looping variable" names.
- ATTR_VISIBLE - Static variable in class net.sf.jett.tag.CommentTag
-
Attribute that specifies whether the comment is initially visible.
- ATTR_WHERE - Static variable in class net.sf.jett.tag.ForEachTag
-
Attribute for specifying the condition that filters the
Collection
contents before display.
- AttributeExpressionException - Exception in net.sf.jett.exception
-
An AttributeExpressionException
is a particular kind of
TagParseException
that indicates that there was a problem
evaluating a JEXL Expression that was encountered as part of an attribute
value on a JETT tag.
- AttributeExpressionException() - Constructor for exception net.sf.jett.exception.AttributeExpressionException
-
Create a AttributeExpressionException
.
- AttributeExpressionException(String) - Constructor for exception net.sf.jett.exception.AttributeExpressionException
-
Create a AttributeExpressionException
with the given message.
- AttributeExpressionException(String, Throwable) - Constructor for exception net.sf.jett.exception.AttributeExpressionException
-
Create a AttributeExpressionException
with the given message.
- AttributeExpressionException(Throwable) - Constructor for exception net.sf.jett.exception.AttributeExpressionException
-
Create a AttributeExpressionException
.
- AttributeUtil - Class in net.sf.jett.util
-
The AttributeUtil
class provides methods for
evaluating Expressions
that are expected to result in a
specific type.
- AUTOMATIC - net.sf.jett.model.ExcelColor
-
- EASTEUROPE - net.sf.jett.model.FontCharset
-
- ELSE_ACTION_CLEAR - Static variable in class net.sf.jett.tag.IfTag
-
Value for the "elseAction" attribute indicating to remove the block by
clearing cell contents and not shifting cells, if the test condition is
false.
- ELSE_ACTION_REMOVE - Static variable in class net.sf.jett.tag.IfTag
-
Value for the "elseAction" attribute indicating to clear the block by
remove the cells, but not shifting other cells, if the test condition is
false.
- ELSE_ACTION_SHIFT_LEFT - Static variable in class net.sf.jett.tag.IfTag
-
Value for the "elseAction" attribute indicating to remove the block by
shifting cells left, if the test condition is false.
- ELSE_ACTION_SHIFT_UP - Static variable in class net.sf.jett.tag.IfTag
-
Value for the "elseAction" attribute indicating to remove the block by
shifting cells up, if the test condition is false.
- END_BODILESS_TAG - Static variable in class net.sf.jett.parser.TagParser
-
Determines the ending of an XML start tag that is bodiless.
- END_EXPR - Static variable in class net.sf.jett.expression.Expression
-
Determines the end of a JEXL expression.
- END_FORMULA - Static variable in class net.sf.jett.formula.Formula
-
The ending delimiter for a Formula
.
- END_TAG - Static variable in class net.sf.jett.parser.TagParser
-
Determines the ending of an XML start tag with a body.
- ensureAtLeastOneExists(Tag, List<RichTextString>, List<String>) - Static method in class net.sf.jett.util.AttributeUtil
-
Ensures that at least one of the given attribute values exists.
- ensureAtMostOneExists(Tag, List<RichTextString>, List<String>) - Static method in class net.sf.jett.util.AttributeUtil
-
Ensures that at most one of the given attribute values exists.
- ensureExactlyOneExists(Tag, List<RichTextString>, List<String>) - Static method in class net.sf.jett.util.AttributeUtil
-
Ensures that exactly one of the given attribute values exists.
- entrySet() - Method in class net.sf.jett.model.HashMapWrapper
-
Returns a Set
of all entries in this map and the wrapped
map, with this map overriding any entries in the wrapped map.
- equals(Object) - Method in class net.sf.jett.formula.CellRef
-
Checks whether this cell reference is equal to another object.
- equals(Object) - Method in class net.sf.jett.formula.CellRefRange
-
Checks whether this cell reference range is equal to another object.
- equals(Object) - Method in class net.sf.jett.util.OrderByComparator
-
Indicates whether the given OrderByComparator
is equal to
this OrderByComparator
.
- eval(List<Object>, String) - Static method in class net.sf.jett.expression.JaggFuncs
-
Have jAgg evaluate an Aggregate Expression.
- evaluate(ExpressionFactory, Map<String, Object>) - Method in class net.sf.jett.expression.Expression
-
Evaluate this Expression
using the given Map
of
beans as a context.
- evaluateBoolean(Tag, RichTextString, Map<String, Object>, boolean) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract a boolean value from
the result, calling Boolean.parseBoolean()
on the result if
necessary.
- evaluateDouble(Tag, RichTextString, Map<String, Object>, String, double) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract a double value from
the result, calling toString()
on the result and parsing it
if necessary.
- evaluateInt(Tag, RichTextString, Map<String, Object>, String, int) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract an integer value from
the result, calling toString()
on the result and parsing it
if necessary.
- evaluateIntegerArray(Tag, RichTextString, Map<String, Object>, List<Integer>) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract a List
of
Integers
from the result, accepting an int
array or a Collection
or delimited list of numbers.
- evaluateIntegerArrayArray(Tag, RichTextString, Map<String, Object>, List<List<Integer>>) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract a List
of
Lists
of Integers
from the result, accepting a
2D int
array or a Collection
of
Collections
or delimited list of numbers.
- evaluateList(Tag, RichTextString, Map<String, Object>, List<String>) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract a List
out
of the result, parsing a delimited list to create a list if necessary.
- evaluateNonNegativeDouble(Tag, RichTextString, Map<String, Object>, String, double) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract a double value from
the result, calling toString()
on the result and parsing it
if necessary.
- evaluateNonNegativeInt(Tag, RichTextString, Map<String, Object>, String, int) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract an integer value from
the result, calling toString()
on the result and parsing it
if necessary.
- evaluateNonZeroInt(Tag, RichTextString, Map<String, Object>, String, int) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract an integer value from
the result, calling toString()
on the result and parsing it
if necessary.
- evaluateObject(Tag, String, Map<String, Object>, String, Class<T>, T) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract a result, and cast it
to the same class as the given expected class.
- evaluateObject(Tag, RichTextString, Map<String, Object>, String, Class<T>, T) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract a result, and cast it
to the same class as the given expected class.
- evaluatePositiveDouble(Tag, RichTextString, Map<String, Object>, String, double) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract a double value from
the result, calling toString()
on the result and parsing it
if necessary.
- evaluatePositiveInt(Tag, RichTextString, Map<String, Object>, String, int) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract an integer value from
the result, calling toString()
on the result and parsing it
if necessary.
- evaluateRichTextStringNotNull(Tag, RichTextString, CreationHelper, Map<String, Object>, String, String) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given rich text, which may have embedded
Expressions
, and attempts to extract the result, which may
be either a RichTextString
or a String
.
- evaluateString(String, ExpressionFactory, Map<String, Object>) - Static method in class net.sf.jett.expression.Expression
-
Find any Expressions
embedded in the given string, evaluate
them, and replace the expressions with the resulting values.
- evaluateString(Tag, RichTextString, Map<String, Object>, String) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract a String
result, calling toString()
on the result.
- evaluateString(RichTextString, CreationHelper, ExpressionFactory, Map<String, Object>) - Static method in class net.sf.jett.expression.Expression
-
Find any Expressions
embedded in the given string, evaluate
them, and replace the expressions with the resulting values.
- evaluateStringNotNull(Tag, RichTextString, Map<String, Object>, String, String) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract a String
result, calling toString()
on the result.
- evaluateStringSpecificValues(Tag, RichTextString, Map<String, Object>, String, List<String>, String) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract a String
result, calling toString()
on the result.
- evaluateStringVarName(Tag, RichTextString, Map<String, Object>, String) - Static method in class net.sf.jett.util.AttributeUtil
-
Evaluates the given text, which may have embedded
Expressions
, and attempts to extract a String
result, calling toString()
on the result.
- EXCEL_BUILT_IN_NAMES - Static variable in class net.sf.jett.tag.NameTag
-
A list of Excel built-in named range names.
- ExcelColor - Enum in net.sf.jett.model
-
Colors
represent the built-in color names that correspond
with Excel's indexed color scheme.
- ExcelTransformer - Class in net.sf.jett.transform
-
The ExcelTransformer
class represents the main JETT API.
- ExcelTransformer() - Constructor for class net.sf.jett.transform.ExcelTransformer
-
Construct an ExcelTransformer
.
- execQuery(String) - Method in class net.sf.jett.jdbc.JDBCExecutor
-
Executes the given SQL statement using a Statement
to obtain
a List
of ResultSetRows
.
- execQuery(String, Object...) - Method in class net.sf.jett.jdbc.JDBCExecutor
-
Executes the given SQL statement using a PreparedStatement
to obtain a List
of ResultSetRows
.
- expand(int, int) - Method in class net.sf.jett.model.Block
-
Expands the block the given number of columns and rows.
- EXPLICIT_REF_PREFIX - Static variable in class net.sf.jett.util.FormulaUtil
-
Prefix for explicit cell map references.
- Expression - Class in net.sf.jett.expression
-
An Expression
object represents a JEXL Expression that can
be evaluated given a Map
of bean names to values.
- Expression(String) - Constructor for class net.sf.jett.expression.Expression
-
Create an Expression
.
- ExpressionFactory - Class in net.sf.jett.expression
-
An ExpressionFactory
is a factory class that
creates and uses a JexlEngine
to create JEXL
Expressions
.
- ExpressionFactory() - Constructor for class net.sf.jett.expression.ExpressionFactory
-
Constructs a ExpressionFactory
.
- gatherFormulasAndTagLocations(Sheet, Map<String, Formula>, Map<String, String>) - Method in class net.sf.jett.transform.SheetTransformer
-
Searches for all Formulas
contained on the given
Sheet
.
- GB2312 - net.sf.jett.model.FontCharset
-
- GENERAL - net.sf.jett.model.Alignment
-
- get(Object) - Method in class net.sf.jett.model.HashMapWrapper
-
Returns the value from this map to which the key is mapped, or from the
wrapped map if not present in this map.
- get(String) - Method in class net.sf.jett.expression.ClassAwareMapContext
-
Retrieves the variable value, or the Class
object, by name
as defined in this context.
- get(String) - Method in class net.sf.jett.jdbc.ResultSetRow
-
Returns the value for a given property string name.
- getAbbreviations() - Method in class net.sf.jett.parser.MetadataParser
-
Returns a Map
of abbreviations.
- getAbbreviations() - Method in class net.sf.jett.parser.SheetNameMetadataParser
-
This parser will recognize abbreviations in the returned map.
- getAfterTagIdx() - Method in class net.sf.jett.parser.TagParser
-
Returns the 0-based index into the cell text that is after the tag.
- getAlignment() - Method in class net.sf.jett.model.Style
-
Returns the horizontal alignment.
- getAttributes() - Method in class net.sf.jett.parser.TagParser
-
Returns a Map
of attribute names mapped to attribute values,
possibly empty.
- getAttributes() - Method in class net.sf.jett.tag.BaseTag
-
Returns the Map
of attribute names and attribute values.
- getAttributes() - Method in interface net.sf.jett.tag.Tag
-
A Tag
can retrieve its attributes by calling this method.
- getBeans() - Method in class net.sf.jett.event.CellEvent
-
Returns the Map
of bean names and values that was used to
process the Cell
.
- getBeans() - Method in class net.sf.jett.event.SheetEvent
-
Returns the Map
of bean names and values that was used to
process the Sheet
.
- getBeans() - Method in class net.sf.jett.event.TagEvent
-
Returns the Map
of bean names to values used to process the
block of cells.
- getBeans() - Method in class net.sf.jett.tag.TagContext
-
Returns the Map
of beans.
- getBeansMaps() - Method in class net.sf.jett.model.WorkbookContext
-
Returns a List
of beans maps.
- getBlock() - Method in class net.sf.jett.event.TagEvent
-
Returns the Block
of cells that was processed.
- getBlock() - Method in class net.sf.jett.tag.TagContext
-
Returns the Block
that applies to a tag.
- getBlue() - Method in enum net.sf.jett.model.ExcelColor
-
Returns the blue value, 0-255.
- getBorderBottomColor() - Method in class net.sf.jett.model.Style
-
Returns the bottom border color, as a color name or a hex string.
- getBorderBottomType() - Method in class net.sf.jett.model.Style
-
Returns the bottom border type.
- getBorderLeftColor() - Method in class net.sf.jett.model.Style
-
Returns the left border color, as a color name or a hex string.
- getBorderLeftType() - Method in class net.sf.jett.model.Style
-
Returns the left border type.
- getBorderRightColor() - Method in class net.sf.jett.model.Style
-
Returns the right border color, as a color name or a hex string.
- getBorderRightType() - Method in class net.sf.jett.model.Style
-
Returns the right border type.
- getBorderTopColor() - Method in class net.sf.jett.model.Style
-
Returns the top border color, as a color name or a hex string.
- getBorderTopType() - Method in class net.sf.jett.model.Style
-
Returns the top border type.
- getBottomRowNum() - Method in class net.sf.jett.model.Block
-
Returns the bottom row number (0-based).
- getCell() - Method in class net.sf.jett.event.CellEvent
-
Returns the Cell
that was processed.
- getCell() - Method in class net.sf.jett.parser.TagParser
-
Returns the Cell
whose tag text is being parsed.
- getCellKey(CellRef, String) - Static method in class net.sf.jett.util.FormulaUtil
-
Creates a "cell key" from a cell ref, with a sheet name supplied if the
cell ref doesn't refer to a sheet name.
- getCellKey(Cell) - Static method in class net.sf.jett.util.SheetUtil
-
Returns a String
that can reference the given
Cell
.
- getCellListeners() - Method in class net.sf.jett.model.WorkbookContext
-
Returns the CellListeners
.
- getCellLocation(Cell) - Static method in class net.sf.jett.util.SheetUtil
-
Returns a String
formatted in the following way:
- getCellReferences() - Method in class net.sf.jett.parser.FormulaParser
-
Returns a List
of CellRefs
that this parser
found in the formula text.
- getCellRefMap() - Method in class net.sf.jett.model.WorkbookContext
-
Returns the cell reference map, a Map
of cell key strings to
Lists
of CellRefs
.
- getCellRefs() - Method in class net.sf.jett.formula.Formula
-
Returns the List
of CellRefs
.
- getCellStyleCache() - Method in class net.sf.jett.model.WorkbookContext
-
Returns the CellStyleCache
.
- getCode() - Method in enum net.sf.jett.parser.FormulaScanner.Token
-
Returns the unique code associated with this Token
.
- getCode() - Method in enum net.sf.jett.parser.MetadataScanner.Token
-
Returns the unique code associated with this Token
.
- getCode() - Method in enum net.sf.jett.parser.StyleScanner.Token
-
Returns the unique code associated with this Token
.
- getCode() - Method in enum net.sf.jett.parser.TagScanner.Token
-
Returns the unique code associated with this Token
.
- getCollapsingGroup() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the "collapse" lexeme.
- getCollectionNames() - Method in class net.sf.jett.tag.BaseLoopTag
-
Returns the names of the Collections
that are being used in
this BaseLoopTag
.
- getCollectionNames() - Method in class net.sf.jett.tag.ForEachTag
-
Returns the names of the Collections
that are being used in
this ForEachTag
.
- getCollectionNames() - Method in class net.sf.jett.tag.ForTag
-
Returns the names of the Collections
that are being used in
this ForTag
.
- getCollectionNames() - Method in class net.sf.jett.tag.MultiForEachTag
-
Returns the names of the Collections
that are being used in
this MultiForEachTag
.
- getCollectionSize() - Method in class net.sf.jett.tag.BaseLoopTag
-
Returns the size of the collection being iterated.
- getCollectionSize() - Method in class net.sf.jett.tag.ForEachTag
-
Returns the size of the collection being iterated.
- getCollectionSize() - Method in class net.sf.jett.tag.ForTag
-
Returns the number of iterations.
- getCollectionSize() - Method in class net.sf.jett.tag.MultiForEachTag
-
Returns the maximum size of the collections being iterated.
- getColor(Workbook, String) - Static method in class net.sf.jett.util.SheetUtil
-
Determines the proper POI Color
, given a string value that
could be a color name, e.g.
- getColorHexString(Color) - Static method in class net.sf.jett.util.SheetUtil
-
Get the hex string that represents the Color
.
- getColsLeft() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the "columns left" lexeme.
- getColsRight() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the "columns right" lexeme.
- getColumnWidth() - Method in class net.sf.jett.model.Style
-
Returns the column width in number of characters.
- getConditionalFormattingRegions() - Method in class net.sf.jett.tag.TagContext
-
Returns the List
of Lists
of
CellRangeAddress
objects to be manipulated through this
TagContext
.
- getContext() - Method in class net.sf.jett.tag.BaseTag
-
Returns the TagContext
to which the Tag
is
associated.
- getContext() - Method in interface net.sf.jett.tag.Tag
-
Returns the TagContext
to which the Tag
is
associated.
- getCopies() - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Returns the number of copies.
- getCopyingRight() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the "copy right" lexeme.
- getCurrentTag() - Method in class net.sf.jett.tag.TagContext
-
Returns the current Tag
for this context.
- getCurrLexeme() - Method in class net.sf.jett.parser.FormulaScanner
-
Returns the current lexeme after a call to getNextToken
.
- getCurrLexeme() - Method in class net.sf.jett.parser.MetadataScanner
-
Returns the current lexeme after a call to getNextToken
.
- getCurrLexeme() - Method in class net.sf.jett.parser.StyleScanner
-
Returns the current lexeme after a call to getNextToken
.
- getCurrLexeme() - Method in class net.sf.jett.parser.TagScanner
-
Returns the current lexeme after a call to getNextToken
.
- getDataFormat() - Method in class net.sf.jett.model.Style
-
Returns the data format string.
- getDefaultValue() - Method in class net.sf.jett.formula.CellRef
-
Returns the default value.
- getDirection() - Method in class net.sf.jett.model.Block
-
Returns the specific Direction
of this Block
.
- getDrawing() - Method in class net.sf.jett.tag.TagContext
-
Returns the Sheet's
Drawing
object, if it
exists yet.
- getEnd() - Method in class net.sf.jett.model.ForLoopTagStatus
-
Returns the ending value of the range.
- getEnd() - Method in interface net.sf.jett.model.RangedLoopTagStatus
-
Returns the ending value of the range.
- getEndOfJettFormula(String, int) - Static method in class net.sf.jett.util.FormulaUtil
-
Finds the end of the JETT formula substring.
- getExpressionFactory() - Method in class net.sf.jett.model.WorkbookContext
-
Returns the ExpressionFactory
.
- getExtraRows() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the "extra rows" lexeme.
- getFillBackgroundColor() - Method in class net.sf.jett.model.Style
-
Returns the fill background color, as a color name or a hex string.
- getFillForegroundColor() - Method in class net.sf.jett.model.Style
-
Returns the fill foreground color, as a color name or a hex string.
- getFillPatternType() - Method in class net.sf.jett.model.Style
-
Returns the fill pattern type.
- getFitHeight() - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Returns the number of pages tall to fit the sheet.
- getFitWidth() - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Returns the number of pages wide to fit the sheet.
- getFixed() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the "fixed" lexeme.
- getFixedSizedCollectionNames() - Method in class net.sf.jett.model.WorkbookContext
-
Returns the List
of "fixed size" collection names.
- getFontAtIndex(RichTextString, int) - Static method in class net.sf.jett.util.RichTextStringUtil
-
Gets the font index of the Font
in use at the specified
position in the given RichTextString
.
- getFontBoldweight() - Method in class net.sf.jett.model.Style
-
Returns the font boldweight.
- getFontCache() - Method in class net.sf.jett.model.WorkbookContext
-
Returns the FontCache
.
- getFontCharset() - Method in class net.sf.jett.model.Style
-
Returns the font charset.
- getFontColor() - Method in class net.sf.jett.model.Style
-
Returns the font color, either a color name or a hex string.
- getFontHeightInPoints() - Method in class net.sf.jett.model.Style
-
Returns the font height in points.
- getFontName() - Method in class net.sf.jett.model.Style
-
Returns the font name.
- getFontTypeOffset() - Method in class net.sf.jett.model.Style
-
Returns the FontTypeOffset
.
- getFontUnderline() - Method in class net.sf.jett.model.Style
-
Returns the FontUnderLine
.
- getFormulaMap() - Method in class net.sf.jett.model.WorkbookContext
-
Returns the formula map, a Map
of formula keys to
Formulas
, with the keys of the format "sheetName!formula".
- getFormulaSuffix() - Method in class net.sf.jett.tag.TagContext
-
Returns the formula suffix.
- getFormulaText() - Method in class net.sf.jett.formula.Formula
-
Returns the formula text.
- getGreen() - Method in enum net.sf.jett.model.ExcelColor
-
Returns the green value, 0-255.
- getGroupByProperties() - Method in class net.sf.jett.util.GroupOrderByComparator
-
Returns the List
of "group by" properties.
- getGroupDir() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the "group dir" lexeme.
- getHexString() - Method in enum net.sf.jett.model.ExcelColor
-
Returns the hex string, in the format "#RRGGBB".
- getHResolution() - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Returns the "H Resolution".
- getHssfColor() - Method in enum net.sf.jett.model.ExcelColor
-
Return the HSSFColor
.
- getHssfColorByIndex(short) - Static method in enum net.sf.jett.model.ExcelColor
-
Maps a short index color back to an HSSFColor
.
- getImplicitCollectionExpr(String, Map<String, Object>, WorkbookContext) - Static method in class net.sf.jett.expression.Expression
-
Determines whether a string representing an Expression
represents implicit Collections access, which would result in an implicit
collections processing loop.
- getImplicitVarNames(List<String>) - Static method in class net.sf.jett.transform.CollectionsTransformer
-
Creates a List
of substitute variable names, one for each of
the given collection names.
- getIndention() - Method in class net.sf.jett.model.Style
-
Returns the number characters the text is indented.
- getIndex() - Method in enum net.sf.jett.model.Alignment
-
Returns the index.
- getIndex() - Method in class net.sf.jett.model.BaseLoopTagStatus
-
Returns the current index.
- getIndex() - Method in enum net.sf.jett.model.BorderType
-
Returns the index.
- getIndex() - Method in enum net.sf.jett.model.ExcelColor
-
Returns the index.
- getIndex() - Method in enum net.sf.jett.model.FillPattern
-
Returns the index.
- getIndex() - Method in enum net.sf.jett.model.FontBoldweight
-
Returns the index.
- getIndex() - Method in enum net.sf.jett.model.FontCharset
-
Returns the index.
- getIndex() - Method in enum net.sf.jett.model.FontTypeOffset
-
Returns the index.
- getIndex() - Method in enum net.sf.jett.model.FontUnderline
-
Returns the index.
- getIndex() - Method in interface net.sf.jett.model.LoopTagStatus
-
Returns the current 0-based index of the current iteration.
- getIndex() - Method in enum net.sf.jett.model.VerticalAlignment
-
Returns the index.
- getIndexedColor() - Method in enum net.sf.jett.model.ExcelColor
-
Returns the IndexedColors
.
- getIndexVarName() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the "looping" variable name.
- getItems() - Method in class net.sf.jett.model.Group
-
Returns the List
of items in the group.
- getIterationNbr() - Method in class net.sf.jett.model.Block
-
Returns this Block's
iteration number, which is non-zero
only for blocks copied for processing a looping tag.
- getJtTagLibrary() - Static method in class net.sf.jett.tag.JtTagLibrary
-
Returns the singleton instance of a JtTagLibrary
.
- getLastPopulatedColIndex(Sheet) - Static method in class net.sf.jett.util.SheetUtil
-
Determine the last populated column and return its 0-based index.
- getLeftColNum() - Method in class net.sf.jett.model.Block
-
Returns the left column number (0-based).
- getLimit() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the "limit" lexeme.
- getLocation() - Method in class net.sf.jett.tag.BaseTag
-
Returns the location of this tag, in the format " at " + cellReference
,
e.g.
- getLoopIndex() - Method in class net.sf.jett.event.TagLoopEvent
-
Returns the current loop index (zero-based).
- getLoopIterator() - Method in class net.sf.jett.tag.BaseLoopTag
-
Returns an Iterator
that iterates over some
Collection
of objects.
- getLoopIterator() - Method in class net.sf.jett.tag.ForEachTag
-
Returns an Iterator
that iterates over some
Collection
of objects.
- getLoopIterator() - Method in class net.sf.jett.tag.ForTag
-
Returns an Iterator
that iterates over the desired values.
- getLoopIterator() - Method in class net.sf.jett.tag.MultiForEachTag
-
Returns an Iterator
that iterates over all the items of all
specified Collections
of values.
- getLoopTagStatus() - Method in class net.sf.jett.tag.BaseLoopTag
-
Returns a BaseLoopTagStatus
that will be exposed in the
beans map if the appropriate attribute is given.
- getLoopTagStatus() - Method in class net.sf.jett.tag.ForTag
-
Returns a ForLoopTagStatus
that will be exposed in the
beans map if the appropriate attribute is given.
- getMergedRegions() - Method in class net.sf.jett.tag.TagContext
-
Returns the List
of CellRangeAddress
objects on
the current Sheet
.
- getMissingPropertiesSetter() - Method in class net.sf.jett.transform.SheetCloner
-
Returns an object that can set the missing properties on a Sheet
after it has been moved and/or renamed.
- getName() - Method in class net.sf.jett.tag.AggTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.AnaTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.CommentTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.ForEachTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.FormulaTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.ForTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.GroupTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.HideColsTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.HideRowsTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.HideSheetTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.HyperlinkTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.IfTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.ImageTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.MultiForEachTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.NameTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.NullTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.PageBreakTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.RickrollTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.SetTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.SpanTag
-
Returns this Tag's
name.
- getName() - Method in class net.sf.jett.tag.StyleTag
-
Returns this Tag's
name.
- getName() - Method in interface net.sf.jett.tag.Tag
-
Returns the name of the Tag
.
- getName() - Method in class net.sf.jett.tag.TotalTag
-
Returns this Tag's
name.
- getNamespace() - Method in class net.sf.jett.parser.TagParser
-
Returns the namespace found, if any.
- getNamespaceAndTagName() - Method in class net.sf.jett.parser.TagParser
-
Returns a formatted string containing the namespace, followed by a colon
(if the namespace exists), followed by the tag name, e.g.
- getNewValue() - Method in class net.sf.jett.event.CellEvent
-
Returns the new cell value.
- getNextPosition() - Method in class net.sf.jett.parser.StyleScanner
-
Returns the current position of the next token.
- getNextPosition() - Method in class net.sf.jett.parser.TagScanner
-
Returns the current position of the next token.
- getNextToken() - Method in class net.sf.jett.parser.FormulaScanner
-
Returns the Token
.
- getNextToken() - Method in class net.sf.jett.parser.MetadataScanner
-
Returns the Token
.
- getNextToken() - Method in class net.sf.jett.parser.StyleScanner
-
Returns the Token
.
- getNextToken() - Method in class net.sf.jett.parser.TagScanner
-
Returns the Token
.
- getNoImplicitProcessingCollectionNames() - Method in class net.sf.jett.model.WorkbookContext
-
Returns the List
of collection names on which NOT to perform
implicit collections processing.
- getNullOrderings() - Method in class net.sf.jett.util.OrderByComparator
-
Returns a List
of null orderings.
- getNumEntries() - Method in class net.sf.jett.model.CellStyleCache
-
Returns the number of entries in this cache.
- getNumEntries() - Method in class net.sf.jett.model.FontCache
-
Returns the number of entries in this cache.
- getNumIterations() - Method in class net.sf.jett.model.BaseLoopTagStatus
-
Returns the number of iterations.
- getNumIterations() - Method in class net.sf.jett.tag.BaseLoopTag
-
Returns the number of iterations.
- getNumIterations() - Method in class net.sf.jett.tag.ForEachTag
-
Returns the number of iterations.
- getNumIterations() - Method in class net.sf.jett.tag.ForTag
-
Returns the number of iterations.
- getNumIterations() - Method in class net.sf.jett.tag.MultiForEachTag
-
Returns the number of iterations.
- getObj() - Method in class net.sf.jett.model.Group
-
Returns the object that is representative of all objects in the group.
- getOldValue() - Method in class net.sf.jett.event.CellEvent
-
Returns the old cell value.
- getOptionalAttributes() - Method in class net.sf.jett.tag.AggTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.AnaTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.BaseHideTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.BaseLoopTag
-
All BaseLoopTags
support the optional copy down tag.
- getOptionalAttributes() - Method in class net.sf.jett.tag.BaseTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.CommentTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.ForEachTag
-
Returns the List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.FormulaTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.ForTag
-
Returns the List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.GroupTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.HyperlinkTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.IfTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.ImageTag
-
Returns the List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.MultiForEachTag
-
Returns the List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.NameTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.NullTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.PageBreakTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.SetTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.SpanTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.StyleTag
-
Returns a List
of optional attribute names.
- getOptionalAttributes() - Method in class net.sf.jett.tag.TotalTag
-
Returns a List
of optional attribute names.
- getOrCreateDrawing() - Method in class net.sf.jett.tag.TagContext
-
Returns the Sheet's
Drawing
.
- getOrderings() - Method in class net.sf.jett.util.OrderByComparator
-
Returns a List
of orderings.
- getPageStart() - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Returns the starting page number.
- getPaperSize() - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Returns the paper size.
- getParent() - Method in class net.sf.jett.model.Block
-
Returns this Block's
parent Block
.
- getParentTag() - Method in class net.sf.jett.tag.BaseTag
-
Returns the parent Tag
.
- getParentTag() - Method in interface net.sf.jett.tag.Tag
-
Returns the parent Tag
to this Tag
.
- getPastEndAction() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the "past end action" lexeme.
- getPastEndAction() - Method in class net.sf.jett.tag.BaseLoopTag
-
Returns the PastEndAction
, which is controlled by the
attribute specified by ATTR_PAST_END_ACTION
.
- getProcessedCellsMap() - Method in class net.sf.jett.tag.TagContext
-
Returns the Map
of Cells
that have already been
processed.
- getProperties() - Method in class net.sf.jett.util.OrderByComparator
-
Returns a List
of all properties.
- getRangeEndCellRef() - Method in class net.sf.jett.formula.CellRefRange
-
Returns the end of the cell range.
- getRed() - Method in enum net.sf.jett.model.ExcelColor
-
Returns the red value, 0-255.
- getRegistry() - Method in class net.sf.jett.model.WorkbookContext
-
Returns the TagLibraryRegistry
.
- getRepeatingColumns() - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Returns the range of columns to repeat at the left of every page.
- getRepeatingRows() - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Returns the range of rows to repeat at the top of every page.
- getReplacementExprValue() - Method in class net.sf.jett.tag.BaseLoopTag
-
Returns the replacement expression value, which defaults to am empty
string ""
.
- getReplacementValue() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the replacement value, which is used to replace expressions that
have been exhausted prior to the end of iteration, if the past end action
is to replace expressions.
- getRequiredAttributes() - Method in class net.sf.jett.tag.AggTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.AnaTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.BaseHideTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.BaseLoopTag
-
There are no required attributes that all BaseLoopTags
support.
- getRequiredAttributes() - Method in class net.sf.jett.tag.BaseTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.CommentTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.ForEachTag
-
Returns the List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.FormulaTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.ForTag
-
Returns the List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.GroupTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.HyperlinkTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.IfTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.ImageTag
-
Returns the List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.MultiForEachTag
-
Returns the List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.NameTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.NullTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.PageBreakTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.SetTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.SpanTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.StyleTag
-
Returns a List
of required attribute names.
- getRequiredAttributes() - Method in class net.sf.jett.tag.TotalTag
-
Returns a List
of required attribute names.
- getRightColNum() - Method in class net.sf.jett.model.Block
-
Returns the right column number (0-based).
- getRotationDegrees() - Method in class net.sf.jett.model.Style
-
Returns the degrees the text is rotated.
- getRowHeight() - Method in class net.sf.jett.model.Style
-
Sets the row height in points.
- getScale() - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Returns the scale.
- getSequenceNbr() - Method in class net.sf.jett.model.WorkbookContext
-
Returns the current sequence number.
- getSheet() - Method in class net.sf.jett.event.SheetEvent
-
Returns the Sheet
that was processed.
- getSheet() - Method in class net.sf.jett.event.TagEvent
-
Returns the Sheet
on which the block of cells was processed.
- getSheet() - Method in class net.sf.jett.tag.TagContext
-
Returns the Sheet
on which a tag is found.
- getSheetListeners() - Method in class net.sf.jett.model.WorkbookContext
-
Returns the SheetListeners
.
- getSheetNames() - Method in class net.sf.jett.model.WorkbookContext
-
Returns a List
of sheet names.
- getShiftEndingAncestor(Block, int, int) - Static method in class net.sf.jett.util.SheetUtil
-
Walk up the Block
tree until a "shift ending" ancestor is
found, or until the tree has been exhausted.
- getStart() - Method in class net.sf.jett.model.ForLoopTagStatus
-
Returns the starting value of the range.
- getStart() - Method in interface net.sf.jett.model.RangedLoopTagStatus
-
Returns the starting value of the range.
- getStep() - Method in class net.sf.jett.model.ForLoopTagStatus
-
Returns the step amount of the range.
- getStep() - Method in interface net.sf.jett.model.RangedLoopTagStatus
-
Returns the change per iteration.
- getStyleMap() - Method in class net.sf.jett.model.WorkbookContext
-
Returns the Map
of style names to Styles
.
- getStyleMap() - Method in class net.sf.jett.parser.StyleParser
-
Returns the style map of style names to Styles
.
- getTagListener() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the "tag listener" lexeme.
- getTagLocationsMap() - Method in class net.sf.jett.model.WorkbookContext
-
Returns the tag locations map, a Map
of current tag location
cell references to original tag location cell references, with the cell
references being in the format "Sheet!B1".
- getTagLocationWithHierarchy(Tag) - Static method in class net.sf.jett.util.SheetUtil
-
Returns a String
formatted in the following way:
- getTagLoopListener() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the "tag loop listener" lexeme.
- getTagMap() - Method in class net.sf.jett.tag.JtTagLibrary
-
Returns the Map
of tag names to tag Class
objects, e.g.
- getTagMap() - Method in interface net.sf.jett.tag.TagLibrary
-
Returns the Map
of tag names to tag Class
objects, e.g.
- getTagName() - Method in class net.sf.jett.parser.TagParser
-
Returns the tag name found, if any.
- getTagText() - Method in class net.sf.jett.parser.TagParser
-
Returns the portion of the cell text that is the tag text.
- getTemplateSheetNames() - Method in class net.sf.jett.model.WorkbookContext
-
Returns a List
of template sheet names.
- getTopRowNum() - Method in class net.sf.jett.model.Block
-
Returns the top row number (0-based).
- getValueIndicatingImplicitCollection(Map<String, Object>, WorkbookContext) - Method in class net.sf.jett.expression.Expression
-
Determines whether this represents implicit Collections access, which
would result in an implicit collections processing loop.
- getVarNames() - Method in class net.sf.jett.tag.BaseLoopTag
-
Returns the names of the variables that are being used in this
BaseLoopTag
.
- getVarNames() - Method in class net.sf.jett.tag.ForEachTag
-
Returns the name of the variable that is being used in this
ForEachTag
.
- getVarNames() - Method in class net.sf.jett.tag.ForTag
-
Returns the variable names of the Collections
that are being used in
this ForTag
.
- getVarNames() - Method in class net.sf.jett.tag.MultiForEachTag
-
Returns the names of the variables that are being used in this
MultiForEachTag
.
- getVarStatusName() - Method in class net.sf.jett.parser.MetadataParser
-
Returns the "varStatus" lexeme.
- getVerticalAlignment() - Method in class net.sf.jett.model.Style
-
Returns the vertical alignment.
- getVResolution() - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Returns the "V resolution".
- getWorkbookContext() - Method in class net.sf.jett.tag.BaseTag
-
Returns the WorkbookContext
to which the Tag
is
associated.
- getWorkbookContext() - Method in interface net.sf.jett.tag.Tag
-
Returns the WorkbookContext
to which the Tag
is
associated.
- getXssfColor() - Method in enum net.sf.jett.model.ExcelColor
-
Return the XSSFColor
.
- GOLD - net.sf.jett.model.ExcelColor
-
- GRAY12PERCENT - net.sf.jett.model.FillPattern
-
- GRAY25PERCENT - net.sf.jett.model.FillPattern
-
- GRAY50PERCENT - net.sf.jett.model.FillPattern
-
- GRAY6PERCENT - net.sf.jett.model.FillPattern
-
- GRAY75PERCENT - net.sf.jett.model.FillPattern
-
- GREEK - net.sf.jett.model.FontCharset
-
- GREEN - net.sf.jett.model.ExcelColor
-
- GREY25PERCENT - net.sf.jett.model.ExcelColor
-
- GREY40PERCENT - net.sf.jett.model.ExcelColor
-
- GREY50PERCENT - net.sf.jett.model.ExcelColor
-
- GREY80PERCENT - net.sf.jett.model.ExcelColor
-
- Group - Class in net.sf.jett.model
-
A Group
is a group of objects that shares some common values
for some properties.
- Group() - Constructor for class net.sf.jett.model.Group
-
Constructs a Group
without a representative object or a list
of all items in the group.
- GROUP_DIR_COLS - Static variable in class net.sf.jett.tag.BaseLoopTag
-
The "group dir" value to specify that columns should be grouped.
- GROUP_DIR_COLS - Static variable in class net.sf.jett.tag.GroupTag
-
The "group dir" value to specify that columns should be grouped.
- GROUP_DIR_NONE - Static variable in class net.sf.jett.tag.BaseLoopTag
-
The "group dir" value to specify that neither rows nor columns should be
grouped.
- GROUP_DIR_NONE - Static variable in class net.sf.jett.tag.GroupTag
-
The "group dir" value to specify that neither rows nor columns should be
grouped.
- GROUP_DIR_ROWS - Static variable in class net.sf.jett.tag.BaseLoopTag
-
The "group dir" value to specify that rows should be grouped.
- GROUP_DIR_ROWS - Static variable in class net.sf.jett.tag.GroupTag
-
The "group dir" value to specify that rows should be grouped.
- groupColumns(Sheet, int, int, boolean) - Static method in class net.sf.jett.util.SheetUtil
-
Group all columns on the sheet between the "begin" and "end" indices,
inclusive.
- GroupOrderByComparator<T extends Group> - Class in net.sf.jett.util
-
A GroupOrderByComparator
is an OrderByComparator
that operates on groups and understands that some of the "order by"
properties are group properties (these must all be before the other "order
by" properties that aren't group properties).
- GroupOrderByComparator(OrderByComparator<Object>, List<String>) - Constructor for class net.sf.jett.util.GroupOrderByComparator
-
Constructs a GroupOrderByComparator
that operates on the
given List
of "order by" expressions, and assumes that the
Groups
are grouped by the given List
of "group
by" expressions.
- groupRows(Sheet, int, int, boolean) - Static method in class net.sf.jett.util.SheetUtil
-
Group all rows on the sheet between the "begin" and "end" indices,
inclusive.
- GroupTag - Class in net.sf.jett.tag
-
A GroupTag
represents a set of rows or a set of columns that
needs an Excel "group" associated with it.
- GroupTag() - Constructor for class net.sf.jett.tag.GroupTag
-
- PageBreakTag - Class in net.sf.jett.tag
-
A PageBreakTag
turns on or turns off whether a column or a
row has a page break on it.
- PageBreakTag() - Constructor for class net.sf.jett.tag.PageBreakTag
-
- PALEBLUE - net.sf.jett.model.ExcelColor
-
- parse() - Method in class net.sf.jett.parser.FormulaParser
-
Parses the formula text.
- parse() - Method in class net.sf.jett.parser.MetadataParser
-
Parses the metadata text.
- parse() - Method in class net.sf.jett.parser.StyleParser
-
Parses the CSS text.
- parse() - Method in class net.sf.jett.parser.TagParser
-
Parses the tag text.
- ParseException - Exception in net.sf.jett.exception
-
A ParseException
occurs when there is an error parsing anything
related to JETT processing.
- ParseException() - Constructor for exception net.sf.jett.exception.ParseException
-
Create a ParseException
.
- ParseException(String) - Constructor for exception net.sf.jett.exception.ParseException
-
Create a ParseException
with the given message.
- ParseException(String, Throwable) - Constructor for exception net.sf.jett.exception.ParseException
-
Create a ParseException
with the given message.
- ParseException(Throwable) - Constructor for exception net.sf.jett.exception.ParseException
-
Create a ParseException
.
- PAST_END_ACTION_CLEAR - Static variable in class net.sf.jett.tag.BaseLoopTag
-
The "past end action" value to clear the content of cells.
- PAST_END_ACTION_REMOVE - Static variable in class net.sf.jett.tag.BaseLoopTag
-
The "past end action" value to remove the cells, including things like
borders and formatting.
- PAST_END_ACTION_REPLACE_EXPR - Static variable in class net.sf.jett.tag.BaseLoopTag
-
The "past end action" value to replace only the expressions that contain
past-end references.
- PAST_END_VALUE - Static variable in class net.sf.jett.model.PastEndValue
-
The singleton PastEndValue
value.
- PastEndAction - Enum in net.sf.jett.model
-
A PastEndAction
enumerated value specifies a possible action
when dealing with expressions that reference collection items beyond the end
of the iteration.
- PastEndValue - Class in net.sf.jett.model
-
A PastEndValue
represents the fact that an expression
references a collection item beyond the end of the iteration.
- performEscaping(RichTextString, CreationHelper) - Static method in class net.sf.jett.util.RichTextStringUtil
-
Performs escaping.
- pickACard() - Static method in class net.sf.jett.expression.JettFuncs
-
Picks a random card.
- PINK - net.sf.jett.model.ExcelColor
-
- PLUM - net.sf.jett.model.ExcelColor
-
- POI_ROTATION_STACKED - Static variable in class net.sf.jett.parser.StyleParser
-
POI value of rotation to use to produce vertically
- process() - Method in class net.sf.jett.tag.AggTag
-
Run a "group by" operation on the specified AggregateFunctions
, get
the results, and expose the aggregate values and the
AggregateFunctions
used.
- process() - Method in class net.sf.jett.tag.AnaTag
-
Run an "analyze" operation on the specified AnalyticFunctions
, get
the results, and expose the analytic values and the
AnalyticAggregators
used.
- process() - Method in class net.sf.jett.tag.BaseHideTag
-
If the condition is met, hide something in the workbook.
- process() - Method in class net.sf.jett.tag.BaseLoopTag
-
Provide a generic way to process a tag that loops, with the Template
Method pattern.
- process() - Method in class net.sf.jett.tag.BaseTag
-
Process this Tag
.
- process() - Method in class net.sf.jett.tag.CommentTag
-
Place the "value" attribute in the cell, and the rest of the
attributes control the creation of a cell comment.
- process() - Method in class net.sf.jett.tag.FormulaTag
-
Evaluate the "text" attribute, and place the resultant text in an
Excel Formula.
- process() - Method in class net.sf.jett.tag.GroupTag
-
Create an Excel group of rows or columns around the height or the
width of the block.
- process() - Method in class net.sf.jett.tag.HyperlinkTag
-
Place the Hyperlink in the Cell, which replaces any other value left
behind in the Cell.
- process() - Method in class net.sf.jett.tag.IfTag
-
Evaluate the condition.
- process() - Method in class net.sf.jett.tag.ImageTag
-
Loads the image data and scales it if necessary, with the top-left
corner of the image at the top-left corner of this cell.
- process() - Method in class net.sf.jett.tag.NameTag
-
There should be a JETT formula in the formula map, keyed by the
location of this tag, referring to the JETT formula.
- process() - Method in class net.sf.jett.tag.NullTag
-
Just mark all Cells
in this Block
as processed.
- process() - Method in class net.sf.jett.tag.PageBreakTag
-
Sets the given variable name to the given value.
- process() - Method in class net.sf.jett.tag.SetTag
-
Sets the given variable name to the given value.
- process() - Method in class net.sf.jett.tag.SpanTag
-
If not already part of a merged region, and one of the factors is
greater than 1, then create a merged region.
- process() - Method in class net.sf.jett.tag.StyleTag
-
Override the cells' current styles with any non-null style property
values.
- process() - Method in class net.sf.jett.tag.TotalTag
-
Run a "group by" operation on the specified Aggregator
, get
the result, and set the cell value appropriately.
- processTag() - Method in class net.sf.jett.tag.BaseTag
-
Validates all attributes and attribute values and processes this
Tag
.
- processTag() - Method in interface net.sf.jett.tag.Tag
-
Validates all attributes and attribute values.
- PROPERTY_ALIGNMENT - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify horizontal alignment of the text.
- PROPERTY_BORDER - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the type of all 4 borders.
- PROPERTY_BORDER_BOTTOM - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the type of the bottom border.
- PROPERTY_BORDER_COLOR - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the color of all 4 borders.
- PROPERTY_BORDER_LEFT - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the type of the left border.
- PROPERTY_BORDER_RIGHT - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the type of the right border.
- PROPERTY_BORDER_TOP - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the type of the top border.
- PROPERTY_BOTTOM_BORDER_COLOR - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the color of the bottom border.
- PROPERTY_COLUMN_WIDTH_IN_CHARS - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the width of the column in number of characters.
- PROPERTY_DATA_FORMAT - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the numeric or date data format string.
- PROPERTY_FILL_BACKGROUND_COLOR - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the fill background color to be used in a fill
pattern.
- PROPERTY_FILL_FOREGROUND_COLOR - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the fill foreground color to be used in a fill
pattern.
- PROPERTY_FILL_PATTERN - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the fill pattern to be used with the fill
foreground color and the fill background color.
- PROPERTY_FONT_BOLDWEIGHT - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify whether the font is bold.
- PROPERTY_FONT_CHARSET - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the charset used by the font.
- PROPERTY_FONT_COLOR - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the font color.
- PROPERTY_FONT_HEIGHT_IN_POINTS - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the font height in points.
- PROPERTY_FONT_ITALIC - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify whether the font is italic.
- PROPERTY_FONT_NAME - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the font name.
- PROPERTY_FONT_STRIKEOUT - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify whether the font is strikeout.
- PROPERTY_FONT_TYPE_OFFSET - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify whether the font type is offset, and if it is,
whether it's superscript or subscript.
- PROPERTY_FONT_UNDERLINE - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify how the font text is underlined.
- PROPERTY_HIDDEN - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the "hidden" property.
- PROPERTY_INDENTION - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the number of characters that the text is
indented.
- PROPERTY_LEFT_BORDER_COLOR - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the color of the left border.
- PROPERTY_LOCKED - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the "locked" property.
- PROPERTY_RIGHT_BORDER_COLOR - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the color of the right border.
- PROPERTY_ROTATION - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the number of degrees that the text is rotated,
from -90 to +90.
- PROPERTY_ROW_HEIGHT_IN_POINTS - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the height of the row in points.
- PROPERTY_TOP_BORDER_COLOR - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the color of the top border.
- PROPERTY_VERTICAL_ALIGNMENT - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify the vertical alignment of the text.
- PROPERTY_WRAP_TEXT - Static variable in class net.sf.jett.parser.StyleParser
-
The property to specify whether long text values are wrapped to the next
physical line within the cell.
- put(K, V) - Method in class net.sf.jett.model.HashMapWrapper
-
Maps the given key to the given value in this map, never the wrapped map.
- putAll(Map<? extends K, ? extends V>) - Method in class net.sf.jett.model.HashMapWrapper
-
Puts all entries from the given map into this map, never the wrapped map.
- safeSetSheetName(Workbook, int, String) - Static method in class net.sf.jett.util.SheetUtil
-
Sets the name of the indicated Sheet
in the workbook to a
safe, legal sheet name.
- SEAGREEN - net.sf.jett.model.ExcelColor
-
- set(String, Object) - Method in class net.sf.jett.jdbc.ResultSetRow
-
Sets the given property string name to the given value.
- setAlignment(Alignment) - Method in class net.sf.jett.model.Style
-
Sets the horizontal alignment.
- setAttributes(Map<String, RichTextString>) - Method in class net.sf.jett.tag.BaseTag
-
When a Tag
is created, the attributes are passed in via a
(possibly empty) Map
of attribute names and values.
- setAttributes(Map<String, RichTextString>) - Method in interface net.sf.jett.tag.Tag
-
When a Tag
is created, the attributes are passed in via a
(possibly empty) Map
of attribute names and values.
- setBeans(Map<String, Object>) - Method in class net.sf.jett.tag.TagContext
-
Sets the Map
of beans.
- setBeansMaps(List<Map<String, Object>>) - Method in class net.sf.jett.model.WorkbookContext
-
Stores a copy of the given List
of beans maps.
- setBlock(Block) - Method in class net.sf.jett.tag.TagContext
-
Sets the Block
that applies to a tag.
- setBodiless(boolean) - Method in class net.sf.jett.tag.BaseTag
-
Sets whether this Tag
is bodiless.
- setBodiless(boolean) - Method in interface net.sf.jett.tag.Tag
-
Sets whether this Tag
is bodiless.
- setBorderBottomColor(String) - Method in class net.sf.jett.model.Style
-
Sets the bottom border color, as a color name or a hex string.
- setBorderBottomType(BorderType) - Method in class net.sf.jett.model.Style
-
Sets the bottom border type.
- setBorderLeftColor(String) - Method in class net.sf.jett.model.Style
-
Sets the left border color, as a color name or a hex string.
- setBorderLeftType(BorderType) - Method in class net.sf.jett.model.Style
-
Sets the left border type.
- setBorderRightColor(String) - Method in class net.sf.jett.model.Style
-
Sets the right border color, as a color name or a hex string.
- setBorderRightType(BorderType) - Method in class net.sf.jett.model.Style
-
Sets the right border type.
- setBorderTopColor(String) - Method in class net.sf.jett.model.Style
-
Sets the top border color, as a color name or a hex string.
- setBorderTopType(BorderType) - Method in class net.sf.jett.model.Style
-
Sets the top border type.
- setCache(int) - Method in class net.sf.jett.expression.ExpressionFactory
-
Sets the size of the Expression cache to be used inside the JEXL Engine.
- setCache(int) - Method in class net.sf.jett.transform.ExcelTransformer
-
Creates and uses a JEXL Expression cache of the given size.
- setCell(Cell) - Method in class net.sf.jett.parser.FormulaParser
-
Sets the Cell
that contains the formula to be parsed.
- setCell(Cell) - Method in class net.sf.jett.parser.MetadataParser
-
Sets the Cell
that contains the formula to be parsed.
- setCellListeners(List<CellListener>) - Method in class net.sf.jett.model.WorkbookContext
-
Sets the CellListeners
.
- setCellRefMap(Map<String, List<CellRef>>) - Method in class net.sf.jett.model.WorkbookContext
-
Sets the cell reference map, a Map
of cell key strings to
Lists
of CellRefs
.
- setCellStyleCache(CellStyleCache) - Method in class net.sf.jett.model.WorkbookContext
-
Sets the CellStyleCache
.
- setCellText(String) - Method in class net.sf.jett.parser.TagParser
-
Sets the tag text to the given tag text and resets the parser.
- setCellValue(WorkbookContext, Cell, Object) - Static method in class net.sf.jett.util.SheetUtil
-
Sets the cell value on the given Cell
to the given
value
, regardless of data type.
- setCellValue(WorkbookContext, Cell, Object, RichTextString) - Static method in class net.sf.jett.util.SheetUtil
-
Sets the cell value on the given Cell
to the given
value
, regardless of data type.
- setCollapsed(boolean) - Method in class net.sf.jett.tag.BaseLoopTag
-
Sets whether any Excel Group created is collapsed.
- setCollectionNames(List<String>) - Method in class net.sf.jett.tag.MultiForEachTag
-
Sets the List
of collection expressions.
- setCollections(List<Collection<Object>>) - Method in class net.sf.jett.tag.MultiForEachTag
-
Sets the List
of Collections
to be processed.
- setColumnWidth(Integer) - Method in class net.sf.jett.model.Style
-
Sets the column width in number of characters.
- setConditionalFormattingRegions(List<List<CellRangeAddress>>) - Method in class net.sf.jett.tag.TagContext
-
Sets the List
of Lists
of
CellRangeAddress
objects to be manipulated through this
TagContext
.
- setContext(TagContext) - Method in class net.sf.jett.tag.BaseTag
-
Sets the TagContext
to which the Tag
is
associated.
- setContext(TagContext) - Method in interface net.sf.jett.tag.Tag
-
Sets the TagContext
to which the Tag
is
associated.
- setCopies(short) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets the number of copies.
- setCopyRight(boolean) - Method in class net.sf.jett.tag.BaseLoopTag
-
Sets whether the repeated blocks are to be copied to the right (true) or
downward (default, false).
- setCssText(String) - Method in class net.sf.jett.parser.StyleParser
-
Sets the CSS text to the given CSS text and resets the parser.
- setCssText(String) - Method in class net.sf.jett.parser.StyleScanner
-
Give the StyleScanner
another CSS text to scan.
- setCurrentTag(Tag) - Method in class net.sf.jett.tag.TagContext
-
Sets the current Tag
for this context.
- setDataFormat(String) - Method in class net.sf.jett.model.Style
-
Sets the data format string.
- setDebug(boolean) - Method in class net.sf.jett.expression.ExpressionFactory
-
Passes the given "debug" flag on to the internal
JexlEngine
.
- setDebug(boolean) - Method in class net.sf.jett.transform.ExcelTransformer
-
Sets whether the JEXL "debug" flag is set.
- setDefaultValue(String) - Method in class net.sf.jett.formula.CellRef
-
Sets the default value.
- setDirection(Block.Direction) - Method in class net.sf.jett.model.Block
-
Sets the specific Direction
of this Block
.
- setDraft(boolean) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets whether it's draft quality.
- setDrawing(Drawing) - Method in class net.sf.jett.tag.TagContext
-
Sets the Sheet's
Drawing
object.
- setEvaluateFormulas(boolean) - Method in class net.sf.jett.transform.ExcelTransformer
-
After transformation, this determines whether JETT will evaluate all
formulas and store their results in the Workbook
.
- setExpressionFactory(ExpressionFactory) - Method in class net.sf.jett.model.WorkbookContext
-
Sets the ExpressionFactory
.
- setFillBackgroundColor(String) - Method in class net.sf.jett.model.Style
-
Sets the fill background color, as a color name or a hex string.
- setFillForegroundColor(String) - Method in class net.sf.jett.model.Style
-
Sets the fill foreground color, as a color name or a hex string.
- setFillPatternType(FillPattern) - Method in class net.sf.jett.model.Style
-
Sets the fill pattern type.
- setFitHeight(short) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets the number of pages tall to fit the sheet.
- setFitWidth(short) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets the number of pages wide to fit the sheet.
- setFixed(boolean) - Method in class net.sf.jett.tag.BaseLoopTag
-
Sets "fixed" mode, which doesn't shift other content out of the way when
copying repeated blocks of cells.
- setFixedSizeCollectionNames(List<String>) - Method in class net.sf.jett.model.WorkbookContext
-
These named Collections
have a known size and do not need to
have other Cells
shifted out of the way for its contents;
space is already allocated.
- setFontBoldweight(FontBoldweight) - Method in class net.sf.jett.model.Style
-
Sets the font boldweight.
- setFontCache(FontCache) - Method in class net.sf.jett.model.WorkbookContext
-
Sets the FontCache
.
- setFontCharset(FontCharset) - Method in class net.sf.jett.model.Style
-
Returns the font charset.
- setFontColor(String) - Method in class net.sf.jett.model.Style
-
Sets the font color, either a color name or a hex string.
- setFontHeightInPoints(Short) - Method in class net.sf.jett.model.Style
-
Sets the font height in points.
- setFontItalic(Boolean) - Method in class net.sf.jett.model.Style
-
Sets whether the font is italic.
- setFontName(String) - Method in class net.sf.jett.model.Style
-
Sets the font name.
- setFontStrikeout(Boolean) - Method in class net.sf.jett.model.Style
-
Sets whether the font is strikeout.
- setFontTypeOffset(FontTypeOffset) - Method in class net.sf.jett.model.Style
-
Sets the FontTypeOffset
.
- setFontUnderline(FontUnderline) - Method in class net.sf.jett.model.Style
-
Sets the FontUnderLine
.
- setForceRecalculationOnOpening(boolean) - Method in class net.sf.jett.transform.ExcelTransformer
-
After transformation, if this was called, then JETT will set whether to
force recalculation of formulas when Excel opens this workbook.
- setFormulaMap(Map<String, Formula>) - Method in class net.sf.jett.model.WorkbookContext
-
Sets the formula map, a Map
of formula keys to
Formulas
, with the keys of the format "sheetName!formula".
- setFormulaSuffix(String) - Method in class net.sf.jett.tag.TagContext
-
Sets the formula suffix.
- setFormulaText(String) - Method in class net.sf.jett.parser.FormulaParser
-
Sets the formula text to the given formula text and resets the parser.
- setFormulaText(String) - Method in class net.sf.jett.parser.FormulaScanner
-
Give the FormulaScanner
another formula text to scan.
- setGroupDirection(Block.Direction) - Method in class net.sf.jett.tag.BaseLoopTag
-
Sets the directionality of the Excel Group to be created, if any.
- setHidden(boolean) - Method in class net.sf.jett.tag.BaseHideTag
-
This method is called if the condition is true
, to hide
something in the workbook.
- setHidden(boolean) - Method in class net.sf.jett.tag.HideColsTag
-
Hide/show the columns in this tag's block.
- setHidden(boolean) - Method in class net.sf.jett.tag.HideRowsTag
-
Hide/show the rows in this tag's block.
- setHidden(boolean) - Method in class net.sf.jett.tag.HideSheetTag
-
Hide/show the entire sheet where this tag is located.
- setHidden(Boolean) - Method in class net.sf.jett.model.Style
-
Sets whether the cell is "hidden".
- setHResolution(short) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets the "H Resolution".
- setIndention(Short) - Method in class net.sf.jett.model.Style
-
Sets the number characters the text is indented.
- setIndexVarName(String) - Method in class net.sf.jett.tag.MultiForEachTag
-
Sets the "looping" variable name.
- setItems(List<?>) - Method in class net.sf.jett.model.Group
-
Sets the List
of items in the group.
- setLandscape(boolean) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets whether it's landscape.
- setLeftToRight(boolean) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets whether the page print order should be left to right before up to down.
- setLenient(boolean) - Method in class net.sf.jett.expression.ExpressionFactory
-
Passes the given "lenient" flag on to the internal
JexlEngine
.
- setLenient(boolean) - Method in class net.sf.jett.transform.ExcelTransformer
-
Sets whether the JEXL "lenient" flag is set.
- setLimit(int) - Method in class net.sf.jett.tag.MultiForEachTag
-
Sets the limit on the number of iterations.
- setLocked(Boolean) - Method in class net.sf.jett.model.Style
-
Sets whether the cell is "locked".
- setMergedRegions(List<CellRangeAddress>) - Method in class net.sf.jett.tag.TagContext
-
Sets the List
of CellRangeAddress
objects to be
manipulated through this TagContext
.
- setMetadataText(String) - Method in class net.sf.jett.parser.MetadataParser
-
Sets the metadata text to the given metadata text and resets the parser.
- setMetadataText(String) - Method in class net.sf.jett.parser.MetadataScanner
-
Give the MetadataScanner
another metadata text to scan.
- setNoColor(boolean) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets whether to print with no color (b/w).
- setNoImplicitCollectionProcessingNames(List<String>) - Method in class net.sf.jett.model.WorkbookContext
-
Turn off implicit collections processing for the given
Collections
specified by the given collection names.
- setNotes(boolean) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets whether to use "notes".
- setObj(Object) - Method in class net.sf.jett.model.Group
-
Sets the object that is representative of all objects in the group.
- setOnLoopProcessed(TagLoopListener) - Method in class net.sf.jett.tag.BaseLoopTag
-
Sets the TagLoopListener
.
- setPageStart(short) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets the starting page number.
- setPaperSize(short) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets the paper size.
- setParentTag(Tag) - Method in class net.sf.jett.tag.BaseTag
-
Sets the parent Tag
.
- setParentTag(Tag) - Method in interface net.sf.jett.tag.Tag
-
Sets the parent Tag
to this Tag
.
- setPastEndAction(PastEndAction) - Method in class net.sf.jett.tag.BaseLoopTag
-
Sets the PastEndAction
.
- setProcessedCellsMap(Map<String, Cell>) - Method in class net.sf.jett.tag.TagContext
-
Sets the Map
of Cells
that have already been
processed.
- setRangeEndCellRef(CellRef) - Method in class net.sf.jett.formula.CellRefRange
-
Sets the end of the cell range with another CellRef
.
- setRegistry(TagLibraryRegistry) - Method in class net.sf.jett.model.WorkbookContext
-
Sets the TagLibraryRegistry
.
- setRepeatingColumns(CellRangeAddress) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets the range of columns to repeat at the left of every page.
- setRepeatingRows(CellRangeAddress) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets the range of rows to repeat at the top of every page.
- setReplaceExprValue(String) - Method in class net.sf.jett.tag.BaseLoopTag
-
Sets the replacement expression value.
- setRotationDegrees(Short) - Method in class net.sf.jett.model.Style
-
Sets the degrees the text is rotated.
- setRowHeight(Short) - Method in class net.sf.jett.model.Style
-
Sets the row height in points.
- setScale(short) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets the scale.
- setSheet(Sheet) - Method in class net.sf.jett.tag.TagContext
-
Sets the Sheet
on which a tag is found.
- setSheetListeners(List<SheetListener>) - Method in class net.sf.jett.model.WorkbookContext
-
Sets the SheetListeners
.
- setSheetNames(List<String>) - Method in class net.sf.jett.model.WorkbookContext
-
Stores a copy of the given List
of sheet names.
- setSilent(boolean) - Method in class net.sf.jett.expression.ExpressionFactory
-
Passes the given "silent" flag on to the internal
JexlEngine
.
- setSilent(boolean) - Method in class net.sf.jett.transform.ExcelTransformer
-
Sets whether the JEXL "silent" flag is set.
- setStyleMap(Map<String, Style>) - Method in class net.sf.jett.model.WorkbookContext
-
Sets Map
of style names to Styles
.
- SetTag - Class in net.sf.jett.tag
-
A SetTag
has no direct effect on the resultant spreadsheet.
- SetTag() - Constructor for class net.sf.jett.tag.SetTag
-
- setTagLocationsMap(Map<String, String>) - Method in class net.sf.jett.model.WorkbookContext
-
Sets the tag locations map, a Map
of current tag location
cell references to original tag location cell references, with the cell
references being in the format "Sheet!B1".
- setTagText(String) - Method in class net.sf.jett.parser.TagScanner
-
Give the TagScanner
another tag text to scan.
- setTemplateSheetNames(List<String>) - Method in class net.sf.jett.model.WorkbookContext
-
Stores a copy of the given List
of template sheet names.
- setUpBlockForImplicitCollectionAccess(Sheet, Block, List<String>, List<String>) - Static method in class net.sf.jett.util.SheetUtil
-
Replace all occurrences of the given collection expression name with the
given item name, in preparation for implicit collections processing
loops.
- setupForImplicitCloning(Sheet, Map<String, Object>, WorkbookContext) - Method in class net.sf.jett.transform.SheetCloner
-
Performs all manipulation necessary for implicit cloning, so that the
SheetTransformer
can transform the resultant sheets as if
they were already there.
- setUpSheetForImplicitCloningAccess(Sheet, List<String>, List<String>) - Static method in class net.sf.jett.util.SheetUtil
-
Replace all occurrences of the given collection expression name with the
given item name, in the entire Sheet
, in preparation for
implicit cloning processing loops.
- setUsePage(boolean) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets whether to "use page".
- setValidSettings(boolean) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets whether the settings are "valid".
- setVarNames(List<String>) - Method in class net.sf.jett.tag.MultiForEachTag
-
Sets the List
of variable names.
- setVerticalAlignment(VerticalAlignment) - Method in class net.sf.jett.model.Style
-
Sets the vertical alignment.
- setVResolution(short) - Method in class net.sf.jett.model.MissingCloneSheetProperties
-
Sets the "V resolution".
- setWorkbookContext(WorkbookContext) - Method in class net.sf.jett.tag.BaseTag
-
Sets the WorkbookContext
to which the Tag
is
associated.
- setWorkbookContext(WorkbookContext) - Method in interface net.sf.jett.tag.Tag
-
Sets the WorkbookContext
to which the Tag
is
associated.
- setWrappingText(Boolean) - Method in class net.sf.jett.model.Style
-
Sets whether text is wrapped on to the next line.
- SheetCloner - Class in net.sf.jett.transform
-
A SheetCloner
clone sheets and can set them up for implicit
collections processing when a collection is detected as part of an
expression in a sheet name.
- SheetCloner(Workbook) - Constructor for class net.sf.jett.transform.SheetCloner
-
Constructs an SheetCloner
that will work on cloning
the given source Sheet
, in the given WorkbookContext
.
- SheetEvent - Class in net.sf.jett.event
-
A SheetEvent
represents data associated with a "sheet
processed" event.
- SheetEvent(Sheet, Map<String, Object>) - Constructor for class net.sf.jett.event.SheetEvent
-
Creates a SheetEvent
.
- SheetListener - Interface in net.sf.jett.event
-
A SheetListener
is an object that has an opportunity to inspect
a Sheet
as it's being transformed, with access to the
Sheet
and the current Map
of beans.
- SheetNameMetadataParser - Class in net.sf.jett.parser
-
A SheetNameMetadataParser
is a MetadataParser
that disallows certain metadata keys that do not make sense when present as
part of a sheet name.
- SheetNameMetadataParser() - Constructor for class net.sf.jett.parser.SheetNameMetadataParser
-
Create a SheetNameMetadataParser
.
- SheetNameMetadataParser(String) - Constructor for class net.sf.jett.parser.SheetNameMetadataParser
-
Create a SheetNameMetadataParser
object that will parse the given
metadata text.
- sheetProcessed(SheetEvent) - Method in interface net.sf.jett.event.SheetListener
-
Called when a Sheet
has been processed.
- SheetTransformer - Class in net.sf.jett.transform
-
A SheetTransformer
knows how to transform one
Sheet
in an Excel spreadsheet.
- SheetTransformer() - Constructor for class net.sf.jett.transform.SheetTransformer
-
- SheetTransformer.AfterOffSheetProperties - Interface in net.sf.jett.transform
-
Specifies a callback interface that is called after all off-sheet
properties are set.
- SheetUtil - Class in net.sf.jett.util
-
The SheetUtil
utility class provides methods for
Sheet
, Row
, and Cell
manipulation.
- SheetUtil() - Constructor for class net.sf.jett.util.SheetUtil
-
- shiftCellReferencesInRange(String, WorkbookContext, int, int, int, int, int, int, boolean, boolean) - Static method in class net.sf.jett.util.FormulaUtil
-
Shifts all CellRefs
that are in range and on the same
Sheet
by the given number of rows and/or columns (usually
one of those two will be zero).
- shiftForBlock(Sheet, TagContext, Block, WorkbookContext, int) - Static method in class net.sf.jett.util.SheetUtil
-
Shifts Cells
out of the way.
- SHIFTJIS - net.sf.jett.model.FontCharset
-
- SINGLE - net.sf.jett.model.FontUnderline
-
- SINGLEACCOUNTING - net.sf.jett.model.FontUnderline
-
- size() - Method in class net.sf.jett.model.HashMapWrapper
-
Returns the number of mappings in this map unioned with the wrapped map.
- SKYBLUE - net.sf.jett.model.ExcelColor
-
- SLANTEDDASHDOT - net.sf.jett.model.BorderType
-
- SOLID - net.sf.jett.model.FillPattern
-
- SpanTag - Class in net.sf.jett.tag
-
A SpanTag
represents a cell or merged region that will span
extra rows and/or extra columns, depending on growth and/or adjustment
factors.
- SpanTag() - Constructor for class net.sf.jett.tag.SpanTag
-
- SPEC_SEP - Static variable in class net.sf.jett.tag.BaseTag
-
Separates expressions in attributes that take multiple values.
- SPEC_SEP - Static variable in class net.sf.jett.util.AttributeUtil
-
Separates expressions in attributes that take multiple values.
- SPEC_SEP_2 - Static variable in class net.sf.jett.util.AttributeUtil
-
Separates expressions in attributes that take multiple values at a second
level.
- Style - Class in net.sf.jett.model
-
A Style
object holds desired properties and property values for
later reference.
- Style() - Constructor for class net.sf.jett.model.Style
-
Construct a Style
with no style preferences.
- StyleParseException - Exception in net.sf.jett.exception
-
A StyleParseException
occurs when there is an error parsing
CSS text.
- StyleParseException() - Constructor for exception net.sf.jett.exception.StyleParseException
-
Create a StyleParseException
.
- StyleParseException(String) - Constructor for exception net.sf.jett.exception.StyleParseException
-
Create a StyleParseException
with the given message.
- StyleParseException(String, Throwable) - Constructor for exception net.sf.jett.exception.StyleParseException
-
Create a StyleParseException
with the given message.
- StyleParseException(Throwable) - Constructor for exception net.sf.jett.exception.StyleParseException
-
Create a StyleParseException
.
- StyleParser - Class in net.sf.jett.parser
-
A StyleParser
parses "CSS" text, from beginning to end, in a
CSS-like format:
[.styleName { propertyName: value [; propertyName: value]* }]*
- StyleParser() - Constructor for class net.sf.jett.parser.StyleParser
-
Create a StyleParser
.
- StyleParser(String) - Constructor for class net.sf.jett.parser.StyleParser
-
Create a StyleParser
object that will parse the given
css text.
- StyleScanner - Class in net.sf.jett.parser
-
A StyleScanner
scans CSS text and returns tokens.
- StyleScanner() - Constructor for class net.sf.jett.parser.StyleScanner
-
Construct a StyleScanner
object, with empty input.
- StyleScanner(String) - Constructor for class net.sf.jett.parser.StyleScanner
-
Construct a StyleScanner
object, with the given input.
- StyleScanner.Token - Enum in net.sf.jett.parser
-
Enumeration for the different types of Tokens in "CSS".
- StyleTag - Class in net.sf.jett.tag
-
A StyleTag
represents a dynamically determined style for a
Cell
.
- StyleTag() - Constructor for class net.sf.jett.tag.StyleTag
-
- SUB - net.sf.jett.model.FontTypeOffset
-
- substring(RichTextString, CreationHelper, int, int) - Static method in class net.sf.jett.util.RichTextStringUtil
-
Extracts a substring of a RichTextString
as another
RichTextString
.
- SUPER - net.sf.jett.model.FontTypeOffset
-
- SYMBOL - net.sf.jett.model.FontCharset
-
- Tag - Interface in net.sf.jett.tag
-
A Tag
represents an XML tag that can reside in a
Cell
.
- TagContext - Class in net.sf.jett.tag
-
A TagContext
object represents the context associated with a
Tag
.
- TagContext() - Constructor for class net.sf.jett.tag.TagContext
-
Construct a TagContext
, initializing things to null.
- TagEvent - Class in net.sf.jett.event
-
A TagEvent
represents data associated with a "tag processed"
event.
- TagEvent(Sheet, Block, Map<String, Object>) - Constructor for class net.sf.jett.event.TagEvent
-
Constructs a TagEvent
built using the given
TagContext
.
- TagLibrary - Interface in net.sf.jett.tag
-
A TagLibrary
is a map of tag names to tag classes for a
particular namespace.
- TagLibraryRegistry - Class in net.sf.jett.tag
-
A TagLibraryRegistry
represents a registry for all
TagLibraries
containing Tags
.
- TagLibraryRegistry() - Constructor for class net.sf.jett.tag.TagLibraryRegistry
-
Construct a TagLibraryRegistry
.
- TagListener - Interface in net.sf.jett.event
-
A TagListener
is an object that has an opportunity to inspect
a block of Cells
as they're being transformed for a tag, with
access to the block of Cells
and the current
Map
of beans.
- TagLoopEvent - Class in net.sf.jett.event
-
A TagLoopEvent
represents data associated with a "tag loop
processed" event.
- TagLoopEvent(Sheet, Block, Map<String, Object>, int) - Constructor for class net.sf.jett.event.TagLoopEvent
-
Constructs a TagLoopEvent
built using the given
TagContext
and zero-based loop index.
- TagLoopListener - Interface in net.sf.jett.event
-
A TagLoopListener
is an object that has an opportunity to
manipulate a block of Cells
as they're being transformed while
in a looping tag, with access to the block of Cells
, the
current Map
of beans, and the looping index.
- TagParseException - Exception in net.sf.jett.exception
-
A TagParseException
indicates when there is an error parsing
the tag text.
- TagParseException() - Constructor for exception net.sf.jett.exception.TagParseException
-
Create a TagParseException
.
- TagParseException(String) - Constructor for exception net.sf.jett.exception.TagParseException
-
Create a TagParseException
with the given message.
- TagParseException(String, Throwable) - Constructor for exception net.sf.jett.exception.TagParseException
-
Create a TagParseException
with the given message.
- TagParseException(Throwable) - Constructor for exception net.sf.jett.exception.TagParseException
-
Create a TagParseException
.
- TagParser - Class in net.sf.jett.parser
-
A TagParser
parses one JETT XML tag, either a begin tag or an
end tag, including the tag namespace (if any), the tag name, and any
attributes.
- TagParser(Cell) - Constructor for class net.sf.jett.parser.TagParser
-
Create a TagParser
object that will parse the given tag text.
- TagParser(Cell, int) - Constructor for class net.sf.jett.parser.TagParser
-
Create a TagParser
object that will parse the given tag
text, starting at the given position in the string..
- TagScanner - Class in net.sf.jett.parser
-
A TagScanner
scans tag XML text and returns tokens.
- TagScanner() - Constructor for class net.sf.jett.parser.TagScanner
-
Construct a TagScanner
object, with empty input.
- TagScanner(String) - Constructor for class net.sf.jett.parser.TagScanner
-
Construct a TagScanner
object, with the given input.
- TagScanner.Token - Enum in net.sf.jett.parser
-
Enumeration for the different types of Tokens in Tags.
- takePastEndAction(Sheet, List<String>, String) - Static method in class net.sf.jett.util.SheetUtil
-
Takes the "replace value" PastEndAction
on the entire
Sheet
- sheet name, header/footer, and all Cells
on it.
- takePastEndAction(Sheet, Block, List<String>, PastEndAction, String) - Static method in class net.sf.jett.util.SheetUtil
-
Takes the given PastEndAction
on all Cells
found inside the given Block
on the given Sheet
that contain any of the given expressions.
- TAN - net.sf.jett.model.ExcelColor
-
- TEAL - net.sf.jett.model.ExcelColor
-
- THAI - net.sf.jett.model.FontCharset
-
- THICK - net.sf.jett.model.BorderType
-
- THICKDIAGONALCROSSHATCH - net.sf.jett.model.FillPattern
-
- THIN - net.sf.jett.model.BorderType
-
- THINDIAGONALCROSSHATCH - net.sf.jett.model.FillPattern
-
- THINDIAGONALSTRIPE - net.sf.jett.model.FillPattern
-
- THINHORIZONTALCROSSHATCH - net.sf.jett.model.FillPattern
-
- THINHORIZONTALSTRIPE - net.sf.jett.model.FillPattern
-
- THINREVERSEDIAGONALSTRIPE - net.sf.jett.model.FillPattern
-
- THINVERTICALSTRIPE - net.sf.jett.model.FillPattern
-
- TOKEN_BEGIN_ANGLE_BRACKET - net.sf.jett.parser.TagScanner.Token
-
- TOKEN_BEGIN_ANGLE_BRACKET_SLASH - net.sf.jett.parser.TagScanner.Token
-
- TOKEN_BEGIN_BRACE - net.sf.jett.parser.StyleScanner.Token
-
- TOKEN_COLON - net.sf.jett.parser.StyleScanner.Token
-
- TOKEN_COLON - net.sf.jett.parser.TagScanner.Token
-
- TOKEN_COMMA - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_COMMENT - net.sf.jett.parser.StyleScanner.Token
-
- TOKEN_DOUBLE_PIPE - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_DOUBLE_QUOTE - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_DOUBLE_QUOTE - net.sf.jett.parser.MetadataScanner.Token
-
- TOKEN_DOUBLE_QUOTE - net.sf.jett.parser.TagScanner.Token
-
- TOKEN_END_ANGLE_BRACKET - net.sf.jett.parser.TagScanner.Token
-
- TOKEN_END_BRACE - net.sf.jett.parser.StyleScanner.Token
-
- TOKEN_EOI - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_EOI - net.sf.jett.parser.MetadataScanner.Token
-
- TOKEN_EOI - net.sf.jett.parser.StyleScanner.Token
-
- TOKEN_EOI - net.sf.jett.parser.TagScanner.Token
-
- TOKEN_EQUALS - net.sf.jett.parser.MetadataScanner.Token
-
- TOKEN_EQUALS - net.sf.jett.parser.TagScanner.Token
-
- TOKEN_ERROR_BUF_NULL - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_ERROR_BUF_NULL - net.sf.jett.parser.MetadataScanner.Token
-
- TOKEN_ERROR_BUF_NULL - net.sf.jett.parser.StyleScanner.Token
-
- TOKEN_ERROR_BUF_NULL - net.sf.jett.parser.TagScanner.Token
-
- TOKEN_ERROR_EOI_IN_COMMENT - net.sf.jett.parser.StyleScanner.Token
-
- TOKEN_ERROR_EOI_IN_DQUOTES - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_ERROR_EOI_IN_DQUOTES - net.sf.jett.parser.MetadataScanner.Token
-
- TOKEN_ERROR_EOI_IN_DQUOTES - net.sf.jett.parser.TagScanner.Token
-
- TOKEN_ERROR_EOI_IN_SQUOTES - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_ERROR_EOI_IN_SQUOTES - net.sf.jett.parser.MetadataScanner.Token
-
- TOKEN_EXCLAMATION - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_LEFT_PAREN - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_OPERATOR - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_PERIOD - net.sf.jett.parser.StyleScanner.Token
-
- TOKEN_RIGHT_PAREN - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_SEMICOLON - net.sf.jett.parser.MetadataScanner.Token
-
- TOKEN_SEMICOLON - net.sf.jett.parser.StyleScanner.Token
-
- TOKEN_SINGLE_QUOTE - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_SINGLE_QUOTE - net.sf.jett.parser.MetadataScanner.Token
-
- TOKEN_SLASH_END_ANGLE_BRACKET - net.sf.jett.parser.TagScanner.Token
-
- TOKEN_STRING - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_STRING - net.sf.jett.parser.MetadataScanner.Token
-
- TOKEN_STRING - net.sf.jett.parser.StyleScanner.Token
-
- TOKEN_STRING - net.sf.jett.parser.TagScanner.Token
-
- TOKEN_UNKNOWN - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_UNKNOWN - net.sf.jett.parser.MetadataScanner.Token
-
- TOKEN_UNKNOWN - net.sf.jett.parser.StyleScanner.Token
-
- TOKEN_UNKNOWN - net.sf.jett.parser.TagScanner.Token
-
- TOKEN_WHITESPACE - net.sf.jett.parser.FormulaScanner.Token
-
- TOKEN_WHITESPACE - net.sf.jett.parser.MetadataScanner.Token
-
- TOKEN_WHITESPACE - net.sf.jett.parser.StyleScanner.Token
-
- TOKEN_WHITESPACE - net.sf.jett.parser.TagScanner.Token
-
- TOP - net.sf.jett.model.VerticalAlignment
-
- toString() - Method in class net.sf.jett.formula.Formula
-
Returns the string representation.
- toString() - Method in enum net.sf.jett.model.Alignment
-
Returns the name, in all lowercase, no underscores or spaces.
- toString() - Method in class net.sf.jett.model.Block
-
Returns a String
representation of this Block
.
- toString() - Method in enum net.sf.jett.model.BorderType
-
Returns the name, in all lowercase, no underscores or spaces.
- toString() - Method in enum net.sf.jett.model.ExcelColor
-
Returns the color name, in all lowercase, no underscores or spaces.
- toString() - Method in enum net.sf.jett.model.FillPattern
-
Returns the name, in all lowercase, no underscores or spaces.
- toString() - Method in enum net.sf.jett.model.FontBoldweight
-
Returns the name, in all lowercase, no underscores or spaces.
- toString() - Method in enum net.sf.jett.model.FontCharset
-
Returns the name, in all lowercase, no underscores or spaces.
- toString() - Method in enum net.sf.jett.model.FontTypeOffset
-
Returns the name, in all lowercase, no underscores or spaces.
- toString() - Method in enum net.sf.jett.model.FontUnderline
-
Returns the name, in all lowercase, no underscores or spaces.
- toString() - Method in class net.sf.jett.model.Group
-
Returns the string representation.
- toString() - Method in enum net.sf.jett.model.VerticalAlignment
-
Returns the name, in all lowercase, no underscores or spaces.
- TotalTag - Class in net.sf.jett.tag
-
A TotalTag
represents an aggregate value calculated from a
List
of values already exposed to the context.
- TotalTag() - Constructor for class net.sf.jett.tag.TotalTag
-
- transform(InputStream, List<String>, List<String>, List<Map<String, Object>>) - Method in class net.sf.jett.transform.ExcelTransformer
-
Transforms the template Excel spreadsheet represented by the given
InputStream
.
- transform(InputStream, Map<String, Object>) - Method in class net.sf.jett.transform.ExcelTransformer
-
Transforms the template Excel spreadsheet represented by the given
InputStream
.
- transform(String, String, List<String>, List<String>, List<Map<String, Object>>) - Method in class net.sf.jett.transform.ExcelTransformer
-
Transforms the template Excel spreadsheet represented by the given input
filename.
- transform(String, String, Map<String, Object>) - Method in class net.sf.jett.transform.ExcelTransformer
-
Transforms the template Excel spreadsheet represented by the given input
filename.
- transform(TagContext, WorkbookContext) - Method in class net.sf.jett.transform.BlockTransformer
-
Transforms the given Sheet
, using the given Map
of bean names to bean objects.
- transform(TagContext, WorkbookContext, boolean) - Method in class net.sf.jett.transform.BlockTransformer
-
Transforms the given Sheet
, using the given Map
of bean names to bean objects.
- transform(Cell, WorkbookContext, TagContext) - Method in class net.sf.jett.transform.CellTransformer
-
Transforms the given Cell
, using the given Map
of bean names to bean objects.
- transform(Cell, WorkbookContext, TagContext) - Method in class net.sf.jett.transform.CollectionsTransformer
-
Transform a Block
of Cells
around the given
Cell
, which has declared implicit collection processing
behavior using the given collection expression.
- transform(Sheet, WorkbookContext, Map<String, Object>) - Method in class net.sf.jett.transform.SheetTransformer
-
Transforms the given Sheet
, using the given Map
of bean names to bean objects.
- transform(Sheet, WorkbookContext, Map<String, Object>, SheetCloner) - Method in class net.sf.jett.transform.SheetTransformer
-
Transforms the given Sheet
, using the given Map
of bean names to bean objects.
- transform(Workbook, List<String>, List<String>, List<Map<String, Object>>) - Method in class net.sf.jett.transform.ExcelTransformer
-
Transforms the template Excel spreadsheet represented by the given
Workbook
.
- transform(Workbook, Map<String, Object>) - Method in class net.sf.jett.transform.ExcelTransformer
-
Transforms the template Excel spreadsheet represented by the given
Workbook
.
- TransformException - Exception in net.sf.jett.exception
-
A TransformException
is a general-purpose exception for when
RuntimeExceptions
occur during transformation.
- TransformException() - Constructor for exception net.sf.jett.exception.TransformException
-
Create a TransformException
.
- TransformException(String) - Constructor for exception net.sf.jett.exception.TransformException
-
Create a TransformException
with the given message.
- TransformException(String, Throwable) - Constructor for exception net.sf.jett.exception.TransformException
-
Create a TransformException
with the given message.
- TransformException(Throwable) - Constructor for exception net.sf.jett.exception.TransformException
-
Create a TransformException
.
- translate(int, int) - Method in class net.sf.jett.model.Block
-
Translates the block the given number of columns and rows.
- TURKISH - net.sf.jett.model.FontCharset
-
- turnOffImplicitCollectionProcessing(String) - Method in class net.sf.jett.transform.ExcelTransformer
-
The caller is stating that it will be explicitly accessing item(s) in the
named Collection
, so implicit collections processing should
NOT be performed on this collection.
- TURQUOISE - net.sf.jett.model.ExcelColor
-
- TYPE_BOTH - Static variable in class net.sf.jett.tag.PageBreakTag
-
Attribute value that specifies to set a row break below the
current cell and a column break to the right of the current cell.
- TYPE_COLS - Static variable in class net.sf.jett.tag.PageBreakTag
-
Attribute value that specifies to clear any row break below the
current cell and set a column break to the right of the current cell.
- TYPE_DIB - Static variable in class net.sf.jett.tag.ImageTag
-
The type for a device independent image (or .bmp).
- TYPE_DOC - Static variable in class net.sf.jett.tag.HyperlinkTag
-
The "type" value indicating a document link, with a cell reference.
- TYPE_EMAIL - Static variable in class net.sf.jett.tag.HyperlinkTag
-
The "type" value indicating an email link with an email address.
- TYPE_EMF - Static variable in class net.sf.jett.tag.ImageTag
-
The type for a Enhanced Windows Metafile image.
- TYPE_FILE - Static variable in class net.sf.jett.tag.HyperlinkTag
-
The "type" value indicating a file link with a pathname.
- TYPE_JPEG - Static variable in class net.sf.jett.tag.ImageTag
-
The type for a JPEG image.
- TYPE_NONE - Static variable in class net.sf.jett.tag.PageBreakTag
-
Attribute value that specifies to clear both any row break below the
current cell and any column break to the right of the current cell.
- TYPE_PICT - Static variable in class net.sf.jett.tag.ImageTag
-
The type for a Mac PICT image.
- TYPE_PNG - Static variable in class net.sf.jett.tag.ImageTag
-
The type for a PNG image.
- TYPE_ROWS - Static variable in class net.sf.jett.tag.PageBreakTag
-
Attribute value that specifies to set a row break below the
current cell and clear any column break to the right of the current cell.
- TYPE_URL - Static variable in class net.sf.jett.tag.HyperlinkTag
-
The "type" value indicating a web address with a URL.
- TYPE_WMF - Static variable in class net.sf.jett.tag.ImageTag
-
The type for a Windows Metafile image.
- validateAttributes() - Method in class net.sf.jett.tag.AggTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.AnaTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.BaseHideTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.BaseLoopTag
-
Ensure that the past end action (if specified) is a valid value.
- validateAttributes() - Method in class net.sf.jett.tag.BaseTag
-
Validates the attributes according to Tag
-specific rules.
- validateAttributes() - Method in class net.sf.jett.tag.CommentTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.ForEachTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.FormulaTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.ForTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.GroupTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.HyperlinkTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.IfTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.ImageTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.MultiForEachTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.NameTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.NullTag
-
No validation.
- validateAttributes() - Method in class net.sf.jett.tag.PageBreakTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.SetTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.SpanTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.StyleTag
-
Validates the attributes for this Tag
.
- validateAttributes() - Method in class net.sf.jett.tag.TotalTag
-
Validates the attributes for this Tag
.
- valueOf(String) - Static method in enum net.sf.jett.model.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.model.Block.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.model.BorderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.model.ExcelColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.model.FillPattern
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.model.FontBoldweight
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.model.FontCharset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.model.FontTypeOffset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.model.FontUnderline
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.model.PastEndAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.model.VerticalAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.parser.FormulaScanner.Token
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.parser.MetadataScanner.Token
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.parser.StyleScanner.Token
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jett.parser.TagScanner.Token
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.sf.jett.model.Alignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jett.model.Block.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jett.model.BorderType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jett.model.ExcelColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jett.model.FillPattern
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jett.model.FontBoldweight
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jett.model.FontCharset
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jett.model.FontTypeOffset
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jett.model.FontUnderline
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class net.sf.jett.model.HashMapWrapper
-
Returns a Collection
of all values in this map and the
wrapped map, with this map overriding any values in the wrapped map with
the same key.
- values() - Static method in enum net.sf.jett.model.PastEndAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jett.model.VerticalAlignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jett.parser.FormulaScanner.Token
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jett.parser.MetadataScanner.Token
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jett.parser.StyleScanner.Token
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jett.parser.TagScanner.Token
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VAR_NAME_COLLAPSE - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name specifying whether any Excel grouping created
should be collapsed, defaulting to false
.
- VAR_NAME_COPY_RIGHT - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name for copying right instead of down.
- VAR_NAME_EXTRA_ROWS - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name for extra rows in the Block.
- VAR_NAME_FIXED - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name for not shifting other content out of the way of a
looping block.
- VAR_NAME_GROUP_DIR - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name specifying to create an Excel grouping for rows,
columns, or no grouping.
- VAR_NAME_INDEXVAR - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name specifying the name of the zero-based "looping"
variable.
- VAR_NAME_LEFT - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name for additional columns to the left in the Block.
- VAR_NAME_LIMIT - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name specifying a limit to the number of iterations
processed.
- VAR_NAME_ON_LOOP_PROCESSED - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name specifying a TagLoopListener
to
listen for TagLoopEvents
.
- VAR_NAME_ON_PROCESSED - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name specifying a TagListener
to listen
for TagEvents
.
- VAR_NAME_PAST_END_ACTION - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name specifying the "past end action" to take whenever
a Collection
is exhausted before the end of iteration.
- VAR_NAME_REPLACE_VALUE - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name specifying the value with which to replace any
expression that refers to a Collection
that is exhausted
before the end of iteration.
- VAR_NAME_RIGHT - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name for additional columns to the right in the Block.
- VAR_NAME_VAR_STATUS - Static variable in class net.sf.jett.parser.MetadataParser
-
Metadata variable name specifying the name of the
LoopTagStatus
variable.
- VERTICAL - net.sf.jett.model.Block.Direction
-
This Block
has vertical directionality.
- VerticalAlignment - Enum in net.sf.jett.model
-
VerticalAlignments
represent the built-in vertical alignment
names that correspond with Excel's vertical alignment scheme.
- VERTICALSTRIPE - net.sf.jett.model.FillPattern
-
- VIETNAMESE - net.sf.jett.model.FontCharset
-
- VIOLET - net.sf.jett.model.ExcelColor
-