Package org.jfree.workbook

The root package for the JWorkbook class library.

See:
          Description

Interface Summary
BorderConstants Constants representing border styles.
CellConstants Useful cell constants.
ColorConstants Useful constants for defining colors.
ColumnAttributesModifier Standard interface for a column attributes record modifier.
RowAttributesModifier Standard interface for modifying the row attributes.
StyleConstants Useful style constants.
StyleModifier An interface for modifying styles.
 

Class Summary
Border Represents the border settings for a style range.
BorderStyleModifier A style modifier that changes the border for a style, but leaves all other settings unchanged.
Cell Represents one cell in a worksheet.
Cells Represents the cells in a worksheet.
Color Represents a color within a style.
ColorStyleModifier A style modifier that changes the foreground, background or pattern color for a style, but leaves all other settings unchanged.
ColumnAttributes Stores the attributes for a range of columns (or sometimes just one column).
ColumnAttributesManager Records information about the columns in a worksheet.
ColumnWidthModifier A class that modifies the column width of a column attributes record.
Comment Represents a comment that can be attached to a cell.
DateCell A worksheet cell that contains a date.
FontStyle Represents a font within a style.
FontStyleModifier A style modifier that changes the font for a style, but leaves all other settings unchanged.
FormulaCell A cell that contains a formula.
GeneralStyleModifier A general style modifier that can change a variety of style settings.
JWorkbook Represents a workbook so that it can be exported to (for now) the Gnumeric XML file format.
LabelCell A cell that contains a label.
Margins Printing margins for a worksheet.
Name Represents a defined name in the workbook or a worksheet.
NamesManager Maintains a list of names.
PrintInformation Records print information for a workbook.
Row Represents a single row of cells in a worksheet.
RowAttributes Stores the attributes for a range of rows (or sometimes just one row).
RowAttributesManager Records information about the rows in a worksheet, row height, visibility etc.
RowHeightModifier A class for modifying the row height in a row attributes record.
Selection Stores information on a selection range in a worksheet.
Selections Stores information about all the selection ranges in a worksheet.
Solver Records solver settings for a worksheet.
Style Represents a style that (when incorporated within a StyleRegion object) applies to a range of cells in a worksheet.
StyleRegion Represents a region and its associated style.
Styles A collection of style regions.
Summary Records a summary of a workbook.
ValueCell A cell that contains a value.
Worksheet Represents one worksheet within a workbook.
 

Package org.jfree.workbook Description

The root package for the JWorkbook class library.