Package com.f1j.ss

Interface Summary
AlignFormat The Alignment Format interface.
Book This interface describes the public API for the low level model of an e.Spreadsheet workbook.
BookModel this interface defines the common e.Spreadsheet API.
BookModelCallback A callback class must implement this interface in order to be called from e.Spreadsheet.
BookView An object representing a view state for a workbook.
BorderFormat The Border Format interface.
Constants this class contains numerous constant values of use in the API.
DataBase This interface provides API for extracting data based on a set of selection criteria from one range and inserting it into another range of cells for display.
DocumentSaveOptions This class contains options for how to save a workbook document.
Drawing This interface defines the drawing API with spreadsheet extensions.
DrawingModel This interface defines the drawing API with spreadsheet extensions.
FcChart This class provides methods for manipulating chart objects in the worksheet.
FillFormat The Fill Format interface.
FontFormat The Font Format interface.
FormControlTypes this interface contains definitions of form control types.
Hyperlink This class represents a Hyperlink.
ProtectionFormat The Protection Format interface.
Range An object representing one or more contiguous blocks of cells.
ShapeAnchor Interface to maintain positioning information on a shape in the spreadsheet.
ShapeFormat The shape format with spreadsheet extensions.
ShapePropertiesFormat The Properties Format interface.
Sheet this interface describes the low level worksheet API.
SheetView An object representing a view state for a sheet.
ValidationFormat The Validation Format interface.
ViewContainer An interface representing an object such as a high-level API or a Swing component, that contains view information for a workbook.
 

Class Summary
BookImpl This class implements the low level model for an e.Spreadsheet workbook.
BookModel.Factory A class containing methods for creating instances of the BookModel interface.
BookModelImpl Implements e.Spreadsheet.
BorderFormat.EProperty The Border Format Property enumeration
BorderFormat.EStyle The Border Format Style enumeration
CalcIdentifierImpl A basic implementation of com.f1j.ss.CalcIdentifier when all you need is an object that can be unparsed.
CellFormat this class provides the API for creating and returning information about cell formats.
CellRef This class provides the number of the active row and the active column in the worksheet.
ComboBoxPopup This is the spreadsheet implementation of the ComboBox Popup Model interface.
ConditionalFormat This class represents a conditional format condition and the associated formatting.
Document This class contains an single workbook document, and maintains the appropriate locks on any associated files.
DocumentEncryption A type-safe enumeration specifying the type of encryption to use in a workbook document.
DocumentOpenCallback This class provides the information necessary to open an existing workbook.
DocumentOpenCallback.Password A class to receive and validate passwords when opening a document.
DocumentRole A type-safe enumeration specifying a document's role in the production of an Actuate report.
DocumentSaveCallback This class may be extended to provide custom handling of conditions that arise while saving a file, and to customize some behaviors of the save operation.
DocumentSaveOptions.DesignProtectionOptions This class contains protection options for design documents.
DocumentSaveOptions.ViewProtectionOptions This class contains protection options for view documents.
DocumentType A type-safe enumeration specifying a file format.
EFormControl Form Control enumeration
FindReplaceInfo This class provides information about find and replace operations.
FormComboBoxListener This implements the listener API for form combo box events.
GRChart Deprecated. Replaced by FcChart.
GRObject Deprecated. Replaced by com.f1j.drawing.Shape.
GRObjectPos This class provides methods for obtaining the worksheet coordinates of a graphical object.
HTMLWriter This class provides API for writing data in a workbook range to an HTML Table.
NumberFormat This class provides methods for obtaining number formats.
ProtectionFormat.EProperty Protection Format property enumeration
RangeRef This class provides the coordinates of a worksheet range.
ReadResults The ReadResults class returns information about a workbook stored in a file or stream.
ShapeAnchor.EPlacement The placement enumeration
ShapePropertiesFormat.EProperty The Shape Properties Format Property Enumeration
SheetImpl This class implements a worksheet contained in a Book.
ValidationFormat.EProperty Validation Format property enumeration
XMLWriter This class writes data from workbook ranges to XML.
 

Exception Summary
AccessDeniedException This class describes spreadsheet specific security exceptions.
DataConflictException This exception indicates that the requested operation would conflict with existing data in the document.
DocumentCancelException This exception is thrown by implementations of DocumentOpenCallback or DocumentSaveCallback to signal that the open or save operation should be canceled.
DuplicateNameException Thrown to indicate that a duplicate name is not allowed.
InvalidArgumentException Thrown to indicate that a method has been passed an invalid argument.
InvalidDataException The operation could not be completed due to incompatible or corrupt data.
InvalidFileException The file could not be opened because it is corrupt or is an unknown or unsupported format.
InvalidNameException  
ReportPreviewException Thrown to indicate that an operation cannot be performed in report preview.
SelectionException The size, shape, count, or type of the current selection is not compatible with the requested filter operation.
ValidationException Thrown when there is an error with a validation rule