Package net.sf.jett.model

Provides value objects for JETT processing and enumerated objects for things like style values.

See:
          Description

Class Summary
Block A Block object represents a rectangular block of Cells.
CellStyleCache A CellStyleCache is used internally to keep track of CellStyles.
FontCache A FontCache is used internally to keep track of Fonts.
Group A Group is a group of objects that shares some common values for some properties.
PastEndValue A PastEndValue represents the fact that an expression references a collection item beyond the end of the iteration.
Style A Style object holds desired properties and property values for later reference.
WorkbookContext A WorkbookContext object holds data relevant to the context of a Workbook.
 

Enum Summary
Alignment Alignments represent the built-in horizontal alignment names that correspond with Excel's horizontal alignment scheme.
Block.Direction Possible directionalities of the Block.
BorderType BorderTypes represent the built-in border type names that correspond with Excel's border type scheme.
ExcelColor Colors represent the built-in color names that correspond with Excel's indexed color scheme.
FillPattern FillPatterns represent the built-in fill pattern names that correspond with Excel's indexed fill pattern scheme.
FontBoldweight FontBoldweights represent the built-in boldweight names that correspond with Excel's font boldness scheme.
FontCharset Charsets represent the built-in type charset names that correspond with Excel's charset scheme.
FontTypeOffset FontTypeOffsets represent the built-in type offset names that correspond with Excel's type offset scheme.
FontUnderline FontUnderlines represent the built-in underline names that correspond with Excel's underlining scheme.
PastEndAction A PastEndAction enumerated value specifies a possible action when dealing with expressions that reference collection items beyond the end of the iteration.
VerticalAlignment VerticalAlignments represent the built-in vertical alignment names that correspond with Excel's vertical alignment scheme.
 

Package net.sf.jett.model Description

Provides value objects for JETT processing and enumerated objects for things like style values.

Since:
0.4.0
Author:
Randy Gettman


Copyright © 2012-2013 Jett Team. All Rights Reserved.