Search
com.mindfusion.spreadsheet Namespace
Classes Interfaces Enumerations
 

 Classes

  Class Description

ActivationEvent

Contains information about the activatingCell event.

AddItemCommand(T)

Implements addition of items to a collection.

Annotation

Represents a comment of a cell within a worksheet.

AutoFilter

Represents autofiltering inside a worksheet.

AutoFilterChangedEvent

Contains the arguments passed to autoFilterChanged event handlers.

CalcExporter

CalcExporter lets you export Workbooks to OpenOffice Calc spreadsheets.

CalcImporter

CalcImporter lets you import OpenOffice Calc spreadsheets into a Workbook.

Cell

Identifies a single cell in a Worksheet.

CellAnnotation

Represents the interactive object containing a comment for a cell within a worksheet.

CellChangedEvent

Provides data for cell change events.

CellCollection

Represents a specialized collection for worksheet cells.

CellData

Represents a copy of the cell data in a worksheet region. Instances of this class can be obtained by calling the Worksheet.copyData method of a Worksheet.

CellEvent

Provides data for events related to individual cells.

CellIndex

An immutable representation of a cell reference.

CellMouseEvent

Contains the arguments passed to cell-related mouse events.

CellParsingEvent

Provides data to cellParsing event handlers.

CellRange

Identifies a range of cells in a Worksheet.

CellRangeCollection

Represents a specialized collection for cell ranges.

CellRangeEvent

Provides data to events related to a range of cells.

CellsEvent

Provides data for events related to multiple cells.

CellsInsertedEvent

Contains the arguments passed to cellsInserted event handlers.

CellsMovedEvent

Contains the arguments passed to cellsMoved event handlers.

CellsRemovedEvent

Contains the arguments passed to cellsRemoved event handlers.

CellsSortedEvent

Contains the arguments passed to cellsSorted event handlers.

CellStorageEvent

Provides data for events related to individual cells.

CellValidationEvent

Provides data for validation events related to individual cells.

ChangeWorksheetCommand

Represents a command that can track and undo changes of a Worksheet.

CollectionChangedEvent

Provides data for collection change events.

Column

Identifies a column in a worksheet.

ColumnChangedEvent

Provides data for the WorksheetListener.columnChanged event.

ColumnCollection

Represents a specialized collection for worksheet columns.

ColumnEvent

Contains the arguments passed to column-related events.

ColumnMouseEvent

Contains the arguments passed to column-related mouse events.

ColumnRange

Identifies a range of columns in a Worksheet.

ColumnRangeEvent

Contains the arguments passed to events related to multiple column.

ColumnsEvent

Contains the arguments passed to column-related events.

ColumnsMovedEvent

Contains the arguments passed to the WorksheetListener.columnMoved event.

ColumnsRemovedEvent

Contains the arguments passed to the WorksheetListener.columnsRemoved event.

Command

Represents an action that modifies the workbook and whose effects can be undone.

CompositeCommand

Represents a set of Command instances as a single operation. Undoing or redoing the composite action, respectively undoes or redoes all its constituent subactions at the same time.

Converter

Provides capabilities to convert various types to and from strings in a culture-independent way.

CsvExporter

Enables exporting CSV files from a Worksheet.

CsvImporter

Enables importing CSV files into a Worksheet.

CurrencyCodeInfo

Represents a currency ISO code to locale relationship.

CurrencyCodes

Represents a helper class containing the definitions of currency ISO codes to locale relationships.

DataObjectTransferable

 

DefaultNumericFormats

Contains predefined format strings for different numeric formats.

DisposableCommand

Represents a command that implements the disposable pattern.

DrawCellEvent

Provides data for the ViewListener.drawCell event.

DrawColumnEvent

Provides data for the ViewListener.drawColumn event.

Drawing

Represents a drawing within a worksheet. A drawing can contain unlimited number of visual elements such as pictures, diagrams and charts.

DrawRowEvent

Provides data for the ViewListener.drawRow event.

DropDownEventObject

Contains event information passed to queryDropDown event handlers.

DropDownSelectionEventObject

Contains event information passed to dropDownValueSelected event handlers.

ExcelExporter

ExcelExporter lets you export Workbooks to Excel Open XML documents.

ExcelImporter

ExcelImporter lets you import Excel Open XML documents into a Workbook.

ExternalizableImage

Implement support for serialization of shared images.

Filter

Represents a filter for a single column.

FormattedText

Represents a sequence of text fragments with different formatting (font, size, color).

HtmlExporter

HtmlExporter lets you export Workbooks to HTML files.

HtmlExporterBase

Represents the base class for HTML exporters.

Hyperlink

Represents a hyperlink associated with a worksheet cell.

ImageExporter

Exports worksheets as images.

InplaceEditEvent

Contains the arguments passed to the ViewListener.inplaceEditStarted and ViewListener.inplaceEditEnded event handlers.

InplaceEditValidationEvent

Contains the arguments passed to the ViewListener.inplaceEditStarting and ViewListener.inplaceEditEnding event handlers.

InteractiveObject

Represents a worksheet object that can be modified interactively by the user.

Localization

Contains localized texts for spreadsheet's standard forms.

Measure

Represents amounts of specific units.

MeasureUnit

Specifies units of measure.

MergedCellsCollection

Represents a specialized collection for merged cells in a worksheet, each merged cell is represented by a CellRange object.

MetaTagNames

Provides common HTML meta-tag names.

MhtmlExporter

HtmlExporter lets you export Workbooks to MHTML files.

MoveItemCommand(T)

Implements moving of items within a collection.

NamedCollection(T)

Represents a collection of objects that can be manipulated by name. The objects in the collection are required to have unique names.

NamedRange

Represents a named range of cells.

NamedRangeCollection

Represents a specialized collection of NamedRange objects.

NumericFormatInfo

Represents a numeric format within a workbook.

ObjectChangedEvent

Provides information for various property changed events.

ObjectEvent

Provides data for events related to interactive objects.

ObjectInteractionEvent

Provides data for events related to interactive objects.

ObjectInteractionValidationEvent

Contains the arguments passed to handlers of object validation events.

ObjectMouseEvent

Contains the arguments passed to object-related mouse events.

ObjectValidationEvent

Contains the arguments passed to handlers of object validation events.

OffscreenContext

Represents an off-screen painting target.

OutlineEvent

Contains the arguments passed to the rowOutlineLevelToggled and columnOutlineLevelToggled event handlers.

PdfExporter

Exports worksheets as PDF files.

Picture

Represents a picture in a drawing within a worksheet.

PrintOptions

Defines the attributes of a printed workbook. Use the PrintOptions object returned by the Workbook.getPrintOptions method to set the attributes of a specific workbook.

PrintPreview

Implements a print preview window.

RemoveItemCommand(T)

Implements deletion of items from a collection.

RenderContext

CellPainter rendering context.

ReplaceItemCommand(T)

Implements replacement of items in a collection.

ResetCollectionCommand(T)

Implements clearing of a collection.

Row

Identifies a row in a worksheet.

RowChangedEvent

Provides data for the WorksheetListener.rowChanged event.

RowCollection

Represents a specialized collection for worksheet rows.

RowEvent

Contains the arguments passed to row-related events.

RowMouseEvent

Contains the arguments passed to row-related mouse events.

RowRange

Identifies a range of rows in a Worksheet.

RowRangeEvent

Contains the arguments passed to events related to multiple rows.

RowsEvent

Contains the arguments passed to row-related events.

RowsMovedEvent

Contains the arguments passed to the WorksheetListener.rowMoved event.

RowsRemovedEvent

Contains the arguments passed to the WorksheetListener.rowsRemoved event.

Run

Represents a fragment of text with uniform formatting in a FormattedText object.

Selection

Represents a set of selected cells and objects within a grid view.

SelectionAdapter

 

SerializeColumnTagEvent

Provides data for the WorkbookListener.serializeColumnTag and WorkbookListener.deserializeColumnTag event handlers.

SerializeDataEvent

Provides data for the WorkbookListener.serializeData and WorkbookListener.deserializeData event handlers.

SerializeRowTagEvent

Provides data for the WorkbookListener.serializeRowTag and WorkbookListener.deserializeRowTag event handlers.

SerializeTagEvent

Provides data for the WorkbookListener.serializeTag and WorkbookListener.deserializeTag event handlers.

SortKey

Represents a key in a sorting operation.

SortOptions

Specifies the order of a sorting operation, ascending or descending.

StyleChangedEvent

Provides data for the WorksheetListener.cellStyleChanged event.

StyleData

Represents a copy of the cell styles in a worksheet region. Instances of this class can be obtained by calling the Worksheet.copyStyles method of a Worksheet.

TabAdapter

 

TimeSpanUtilities

Provides methods for culture-aware parsing and formatting of Duration objects.

TrackChangesCommand

Represents a command that can track and undo changes of INotifyPropertyValueChanged objects.

UndoableCollection(T)

Represents a strongly-typed collection that supports undo and redo.

UndoEvent

Contains the arguments passed to the actionUndone and actionRedone event handlers.

ValidationFailedEvent

Provides data for the WorksheetListener.validationFailed event.

Workbook

The main document class, contains a collection of worksheets, named ranges and other related objects.

WorkbookAdapter

Defines events raised by Workbook objects.

WorkbookView

Represents a control that displays Workbook objects.

WorkbookViewAdapter

Defines events raised by WorkbookView objects.

Worksheet

Represents a worksheet in a workbook, that is, a rectangular grid of cells containing data.

WorksheetAdapter

 

WorksheetChangedEvent

Provides data for the WorkbookListener.worksheetChanged event.

WorksheetCollection

Represents a specialized collection of Worksheet objects.

WorksheetEvent

Contains the arguments passed to Worksheet-related events.

WorksheetMouseEvent

Contains the arguments passed to Worksheet-related mouse events.

WorksheetValidationEvent

Contains the arguments passed to Worksheet-related validation events.

WorksheetView

Represents a control that displays individual Worksheet objects.

WorksheetViewAdapter

 

XmlContext

Contains methods that help serializing and deserializing complex objects to and from XML documents.

XUtils

 

 Interfaces

  Interface Description

CellRepainterListener

 

CollectionListener

 

FormulaTextBoxListener

 

IColumnStyle

Represents the style of a column.

IConditionalFormat

Represents conditional format associated with a range of cells.

IConditionalFormatCollection

Represents a collection of IConditionalFormat objects.

IHasName

Defines a name for the type that implements this interface.

IInplaceEditable

Represents an inplace-editable object within a worksheet.

INotifyPropertyValueChanged

Provides notification for property changes.

IRowStyle

Represents the style of a row.

IStyle

Represents the style of an element.

IValidation

Represents data validation associated with a range of cells.

NamedCollectionListener(T)

 

RowReceiver

Receives values parsed from CSV file.

SelectionListener

 

StateButtonListener

 

TabListener

 

ViewListener

Defines events raised by view objects.

WorkbookListener

Defines events raised by Workbook objects.

WorkbookViewListener

Defines events raised by WorkbookView objects.

WorksheetListener

Defines events raised by Worksheet objects.

WorksheetViewListener

 

 Enumerations

  Enumeration Description

AdjustmentHandles

Identifies the distinct selection handles of an interactive object.

ArrowActions

Applies to WorkBookView indicating behavior of tab control arrow buttons.

AutoFilterOperator

Indicates an autofiltering operator.

CellChangeContext

Indicates the cause of a cell change.

CollectionChangedAction

 

ComparisonOperator

Specifies an operator for value comparison.

ConditionalFormatType

Specifies the type of a conditional format.

CursorHint

Specifies what mouse cursor to display while a user interacts with the view controls.

DynamicFilterType

Specifies the type of a dynamic autofilter.

FillDate

Specifies the date component to increment when filling dates.

FillDirection

Specifies the direction of a data fill operation.

FillType

Specifies the method used to fill series of cells.

FindWithin

Specifies the target of find and replace operations.

HorizontalAlignment

Specifies the horizontal alignment of an element.

HyperlinkType

Specifies the type of a hyperlink.

LookIn

Specifies whether a find operation should search in cell formulas or values.

ObjectAnchor

Specifies the anchor of a worksheet object.

ObjectAnchorPosition

Specifies the anchor position of a worksheet object.

PageOrder

Specifies the order of printed pages.

PasteToMerged

Specifies how to handle pasting data into merged cells.

PushDirection

Specifies how the existing cells are moved when inserting new cells in a CellRange object.

Rotate

 

SearchDirection

Specifies the direction of find and replace operations.

SearchOrder

Specifies the order of find and replace operations.

SelectionType

Specifies the spreadsheet cells selection type.

ShiftDirection

Specifies how the cells are moved when removing cells from a CellRange object.

SortDirection

Specifies the direction of a sorting operation.

SortOrder

Specifies the order of a sorting operation, ascending or descending.

TabAlignment

Specifies the alignment of the tabs in a WorkbookView.

ValidationErrorAction

Specifies the action to perform when data validation fails.

ValidationType

Specifies the type of data validation.

VerticalAlignment

Specifies the vertical alignment of an element.