A B C D E F G H I J L M N O P R S T U V W X

A

ADDIN - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
AUTOMATIC - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
Application - class com.jniwrapper.win32.jexcel.Application.
This class provides functionality for resolving general Excel application tasks.
Application() - Constructor for class com.jniwrapper.win32.jexcel.Application
Creates an instance of Excel application.
Application(_Application, OleMessageLoop) - Constructor for class com.jniwrapper.win32.jexcel.Application
 
ApplicationEventListener - interface com.jniwrapper.win32.jexcel.ApplicationEventListener.
The interface for processing application events.
ApplicationEventObject - class com.jniwrapper.win32.jexcel.ApplicationEventObject.
Instances of the ApplicationEventObject class are used in the methods of the ApplicationEventListener interface for providing event details.
ApplicationEventObject(Application, GenericWorkbook) - Constructor for class com.jniwrapper.win32.jexcel.ApplicationEventObject
 
activate() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Activates the workbook.
activate() - Method in class com.jniwrapper.win32.jexcel.Window
Activates the window.
activate() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
activate(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
activate(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs when the workbook is activated.
activate() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Activates the worksheet.
activate() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Activates an embedded workbook.
activated(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
activated(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
Occurs when the worksheet is activated.
addApplicationEventListener(ApplicationEventListener) - Method in class com.jniwrapper.win32.jexcel.Application
Adds the specified application events listener.
addJWorkbookEventListener(JWorkbookEventListener) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Add a listener of the embedded workbook events.
addNotify() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
addToRecentFiles(File) - Method in class com.jniwrapper.win32.jexcel.Application
Adds the specified file to the list of recent files.
addWorkbookEventListener(WorkbookEventListener) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Adds the listener of workbook events.
addWorkbookEventListener(WorkbookEventListener) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
addWorkbookEventListener(WorkbookEventListener) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
addWorksheet(String) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Adds a worksheet to the workbook.
addWorksheet(Worksheet, String) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Adds a worksheet to the workbook.
addWorksheet(String) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
addWorksheet(Worksheet, String) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
addWorksheet(String) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
addWorksheet(Worksheet, String) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
addWorksheetEventListener(WorksheetEventListener) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Adds the listener of worksheet events.

B

BOTTOM - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Vertical text alignment kind.
Border - class com.jniwrapper.win32.jexcel.format.Border.
This class provides functionality for Range or Cell borders customization.
Border() - Constructor for class com.jniwrapper.win32.jexcel.format.Border
Creates a border and sets all its attributes to default.
Border.Kind - class com.jniwrapper.win32.jexcel.format.Border.Kind.
This class is an enumaration of contants that specify the fragment of a Border.
Border.LineStyle - class com.jniwrapper.win32.jexcel.format.Border.LineStyle.
This class is an enumeration of line styles that can be applied to a cell or range border.
Border.LineStyle(long) - Constructor for class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
Border.LineWeight - class com.jniwrapper.win32.jexcel.format.Border.LineWeight.
This class is an enumeration of line weight contants that can be applied to a cell or range border.
Border.LineWeight(long) - Constructor for class com.jniwrapper.win32.jexcel.format.Border.LineWeight
 
beforeClose(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
beforeClose(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventHandler
Occurs before the workbook is closed.
beforeClose(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs before the workbook is closed.
beforeDoubleClick(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
beforeDoubleClick(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventHandler
Occurs when user double-clicks on the worksheet.
beforeDoubleClick(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
Occurs when user double-clicks on the worksheet.
beforeRightClick(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
beforeRightClick(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventHandler
Occurs when user right-clicks on the worksheet.
beforeRightClick(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
Occurs when user right-clicks on the worksheet.
beforeSave(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
beforeSave(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventHandler
Occurs before the workbook is saved.
beforeSave(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs before the workbook is saved.
beforeWorkbookClose(JWorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbookEventAdapter
 
beforeWorkbookClose(JWorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.ui.JWorkbookEventListener
Occurs before a workbook is closed.

C

CENTER - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Both vertical or horizontal text alignment kind.
CHECKER - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
COMMENTS - Static variable in class com.jniwrapper.win32.jexcel.Range.FindLookIn
 
CONTINUOUS - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
CRISSCROSS - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
CSV - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
CSVMAC - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
CSVMSDOS - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
CSVWINDOWS - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
CURRENTPLATFORMTEXT - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
Cell - class com.jniwrapper.win32.jexcel.Cell.
This class represents a cell of a Worksheet.
CellsOrder - class com.jniwrapper.win32.jexcel.CellsOrder.
Defines different orders of sorting cells for Range.getCells(com.jniwrapper.win32.jexcel.CellsOrder) method.
CellsOrder() - Constructor for class com.jniwrapper.win32.jexcel.CellsOrder
 
cells() - Method in class com.jniwrapper.win32.jexcel.Range
Returns the set of range cells.
changed(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
changed(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
Occurs when the worksheet range content changes.
clear() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Clears all cells of the worksheet.
close() - Method in class com.jniwrapper.win32.jexcel.Application
Closes the application and all opened workbooks without saving changes.
close(boolean) - Method in class com.jniwrapper.win32.jexcel.Workbook
Closes the workbook and optionally saves changes.
close() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Closes an embedded workbook.
closePrintPreview() - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler
 
com.jniwrapper.win32.jexcel - package com.jniwrapper.win32.jexcel
 
com.jniwrapper.win32.jexcel.format - package com.jniwrapper.win32.jexcel.format
 
com.jniwrapper.win32.jexcel.ui - package com.jniwrapper.win32.jexcel.ui
 
compareTo(Object) - Method in class com.jniwrapper.win32.jexcel.Cell
 
createWorkbook(String) - Method in class com.jniwrapper.win32.jexcel.Application
Adds a new workbook to the application.
createWorkbook() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 

D

DASH - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
DASHDOT - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
DASHDOTDOT - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
DBF2 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
DBF3 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
DBF4 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
DIAGONALDOWN - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
DIAGONALUP - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
DIF - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
DISTRIBUTED - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Both vertical or horizontal text alignment kind.
DOT - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
DOUBLE - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle
 
DOUBLE - Static variable in class com.jniwrapper.win32.jexcel.format.Font.UnderlineStyle
 
DOUBLEACCOUNTING - Static variable in class com.jniwrapper.win32.jexcel.format.Font.UnderlineStyle
 
DOWN - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
DOWNWARD - Static variable in class com.jniwrapper.win32.jexcel.format.TextOrientation
 
deactivate(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
deactivate(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs when the workbook is deactivated.
deactivate() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Activates an embedded workbook.
deactivated(WorksheetEventObject) - Method in class com.jniwrapper.win32.jexcel.WorksheetEventAdapter
 
deactivated(WorksheetEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorksheetEventListener
Occurs when the worksheet is disactivated.
deleteColumn(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Deletes specified column
deleteColumn(Range) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Deletes specified column
deleteRow(int) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Deletes specified row
deleteRow(Range) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Deletes specified row

E

EDGEBOTTOM - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
EDGELEFT - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
EDGERIGHT - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
EDGETOP - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
EXCEL2 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL2FAREAST - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL3 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL4 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL4WORKBOOK - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL5 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL7 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
EXCEL9795 - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
ExcelException - exception com.jniwrapper.win32.jexcel.ExcelException.
ExcelException is thrown when problems occured during execution of Excel COM functions.
ExcelException() - Constructor for class com.jniwrapper.win32.jexcel.ExcelException
 
ExcelException(String) - Constructor for class com.jniwrapper.win32.jexcel.ExcelException
 
ExcelException(Throwable) - Constructor for class com.jniwrapper.win32.jexcel.ExcelException
 
equals(Object) - Method in class com.jniwrapper.win32.jexcel.Cell
 
equals(Object) - Method in class com.jniwrapper.win32.jexcel.Range
 
equals(Object) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
equals(Object) - Method in class com.jniwrapper.win32.jexcel.Worksheet
 

F

FILL - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Horizontal text alignment kind.
FORMULAS - Static variable in class com.jniwrapper.win32.jexcel.Range.FindLookIn
 
FileFormat - class com.jniwrapper.win32.jexcel.FileFormat.
This class is an enumeration of supported Excel file formats, such as old version file, HTML, XML etc.
Font - class com.jniwrapper.win32.jexcel.format.Font.
This class provides functionality for text font customization.
Font() - Constructor for class com.jniwrapper.win32.jexcel.format.Font
Create a default font.
Font(Font) - Constructor for class com.jniwrapper.win32.jexcel.format.Font
Create a Font class instance from Font object.
Font(String, double) - Constructor for class com.jniwrapper.win32.jexcel.format.Font
Creates a font with the specified name and size.
Font(Font) - Constructor for class com.jniwrapper.win32.jexcel.format.Font
 
Font.Alignment - class com.jniwrapper.win32.jexcel.format.Font.Alignment.
This class is an enumeration of font effects.
Font.UnderlineStyle - class com.jniwrapper.win32.jexcel.format.Font.UnderlineStyle.
This class is an enumeration of font underline styles.
fillWithArray(Cell, String[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range, starting at given cell with given array.
fillWithArray(String, String[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range with given array.
fillWithArray(Cell, double[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range, starting at given cell with given array.
fillWithArray(String, double[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range with given array.
fillWithArray(Cell, long[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range, starting at given cell with given array.
fillWithArray(String, long[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range with given array.
fillWithArray(Cell, Date[][]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range, starting at given cell with given array.
fillWithArray(String, Date[][], DateFormat) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Fills range with given array.
find(String, Range.SearchAttributes) - Method in class com.jniwrapper.win32.jexcel.Range
Returns the first cell that contains the data specified by what argument.
find(Date, Range.SearchAttributes) - Method in class com.jniwrapper.win32.jexcel.Range
Returns the first cell that contains the data specified by what argument.
find(long, Range.SearchAttributes) - Method in class com.jniwrapper.win32.jexcel.Range
Returns the first cell that contains the data specified by what argument.
find(double, Range.SearchAttributes) - Method in class com.jniwrapper.win32.jexcel.Range
Returns the first cell that contains the data specified by what argument.
findNext() - Method in class com.jniwrapper.win32.jexcel.Range
Returns the cell that contains the next occurence of the data.

G

GENERAL - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Horizontal text alignment kind.
GRAY16 - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
GRAY25 - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
GRAY50 - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
GRAY75 - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
GRAY8 - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
GRID - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
GenericWorkbook - interface com.jniwrapper.win32.jexcel.GenericWorkbook.
Defines common interface behaviour for excel workbook.
getActivePrinter() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the name of the active printer.
getActiveWindow() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the active window.
getActiveWorkbook() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the active workbook.
getActiveWorksheet() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the active worksheet.
getActiveWorksheet() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getActiveWorksheet() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getAlignment() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns an applied font effect.
getApplication() - Method in class com.jniwrapper.win32.jexcel.ApplicationEventObject
Returns the event source object.
getApplication() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the parent application.
getApplication() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getAuthor() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the workbook author name.
getAuthor() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getAuthor() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getCaption() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the caption of the window.
getCell(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns an instance of the Cell class that represents the specified cell.
getCell(int, int) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns an instance of the Cell class that represents the specified cell.
getCell() - Method in class com.jniwrapper.win32.jexcel.WorksheetEventObject
Returns an instance of the Cell class, which the event is connected with.
getCellCount() - Method in class com.jniwrapper.win32.jexcel.Range
Returns the number of cells in the range.
getCells() - Method in class com.jniwrapper.win32.jexcel.Range
Returns the list of range cells in default CellsOrder.LEFT2RIGHT_TOP2BOTTOM order.
getCells(CellsOrder) - Method in class com.jniwrapper.win32.jexcel.Range
Returns the list of cells, sorted in the specified order.
getColor() - Method in class com.jniwrapper.win32.jexcel.format.Border
Returns the color of the border.
getColor() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns the font color.
getColumn() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns the column number of the cell.
getColumn(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the Range that contains all cells of the specified column.
getColumnCount() - Method in class com.jniwrapper.win32.jexcel.Range
Returns the number of columns in the range.
getColumns(String[]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the Range that contains all cells of the specified columns.
getDate() - Method in class com.jniwrapper.win32.jexcel.Cell
If the cell containes data of a date type, the function returns a Date representation of the cell value.
getFile() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the workbook file.
getFile() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getFile() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
If an embedded workbook has been loaded from a file or a new workbook has been saved, then the function returns the workbook file, otherwise it returns null.
getFileFormat() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the format of the workbook file.
getFileFormat() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getFileFormat() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getFormula() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns a formula that is contained in the cell or null if the cell doesn't contain a formula.
getHeight() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the current height of the window in pixels.
getIndex() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the index number of the window.
getIndex() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the index of the worksheet.
getIntersection(Range) - Method in class com.jniwrapper.win32.jexcel.Range
Returns the intersection of the current range and the specified one.
getJWorkbook() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbookEventObject
Returns the event source object.
getLineStyle() - Method in class com.jniwrapper.win32.jexcel.format.Border
Returns the line style of the border.
getLogical() - Method in class com.jniwrapper.win32.jexcel.Cell
If the cell containes a boolean data, the function returns a Boolean representation of the cell value.
getLookIn() - Method in class com.jniwrapper.win32.jexcel.Range.SearchAttributes
Returns the current information type to be searched.
getMajorVersionNumber() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the major version number of MS Excel.
getName() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the name of the worksheet.
getName() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns the font name.
getNativePeer() - Method in class com.jniwrapper.win32.jexcel.Workbook
Returns the appropriate native peer.
getNumber() - Method in class com.jniwrapper.win32.jexcel.Cell
If the cell containes a numeric data, the function returns a Number representation of the cell value.
getOleMessageLoop() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the message loop thread for processing native peer function calls.
getParent() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the parent workbook.
getPeer() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the appropriate native peer.
getPeer() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the appropriate native peer.
getPeer() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the appropriate native peer.
getRange(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Creates an instance of the Range class that contains cells of the specified range.
getRange() - Method in class com.jniwrapper.win32.jexcel.WorksheetEventObject
Returns an instance of the Range class, which the event is connected with.
getRecentFiles() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the list of recent opened files.
getRow() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns the row number of the cell.
getRow(int) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the Range that contains all cells of the specified row.
getRowCount() - Method in class com.jniwrapper.win32.jexcel.Range
Returns the number of rows in the range.
getRows(int[]) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the Range that contains all cells of the specified rows.
getSize() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns the font size.
getState() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the window state.
getString() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns a string representation of the cell value.
getTitle() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the currently set title of the workbook.
getTitle() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getTitle() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getUnderlineStyle() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns the font underline style.
getUsedRange() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns the Range that contains used cells of the worksheet.
getVersion(Int32) - Method in class com.jniwrapper.win32.jexcel.Application
Returns Excel version as a string value.
getWeight() - Method in class com.jniwrapper.win32.jexcel.format.Border
Returns the line weight of the border.
getWidth() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the current width of the window in pixels.
getWindow() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the windows that corresponds to the workbook.
getWindow() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getWindow() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getWindows() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the list of opened windows.
getWorkbook() - Method in class com.jniwrapper.win32.jexcel.ApplicationEventObject
Returns an instance of the Workbook class, witch the event is connected with.
getWorkbook() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the contained workbook.
getWorkbook() - Method in class com.jniwrapper.win32.jexcel.WorkbookEventObject
Returns the event source object.
getWorkbook() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns an Excel workbook that is currently opened.
getWorkbook() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbookEventObject
Returns an instance of the GenericWorkbook class, witch the event is connected with.
getWorkbookName() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the name of the workbook.
getWorkbookName() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getWorkbookName() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getWorkbooks() - Method in class com.jniwrapper.win32.jexcel.Application
Returns the list of opened workbooks.
getWorksheet(String) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the worksheet that is specified by its name.
getWorksheet(int) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the worksheet that is specified by its index.
getWorksheet(String) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getWorksheet(int) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getWorksheet() - Method in class com.jniwrapper.win32.jexcel.WorkbookEventObject
Returns an instance of the Worksheet class, witch the event is connected with.
getWorksheet() - Method in class com.jniwrapper.win32.jexcel.WorksheetEventObject
Returns the event source object.
getWorksheet(String) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getWorksheet(int) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getWorksheetCount() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the number of worksheets in the workbook.
getWorksheetCount() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getWorksheetCount() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getWorksheets() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns the list of worksheets of the workbook.
getWorksheets() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
getWorksheets() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
getZoom() - Method in class com.jniwrapper.win32.jexcel.Window
Returns the document zoom in percents.

H

HAIRLINE - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineWeight
 
HORIZONTAL - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
HORIZONTAL - Static variable in class com.jniwrapper.win32.jexcel.format.TextOrientation
 
HTML - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
hasArray() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true of the cell contains an array or false otherwise.
hasFormula() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true of the cell contains a formula or false otherwise.
hasPassword() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Returns true if the workbook has a password.
hasPassword() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
hasPassword() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
hashCode() - Method in class com.jniwrapper.win32.jexcel.Cell
 
hashCode() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
hashCode() - Method in class com.jniwrapper.win32.jexcel.Worksheet
 

I

INSIDEHORIZONTAL - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
INSIDEVERTICAL - Static variable in class com.jniwrapper.win32.jexcel.format.Border.Kind
 
INTLADDIN - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
INTLMACRO - Static variable in class com.jniwrapper.win32.jexcel.FileFormat
 
InteriorPattern - class com.jniwrapper.win32.jexcel.format.InteriorPattern.
This class is an enumeration of interior patterns, that may be applied to a range or a cell.
InteriorPattern(long) - Constructor for class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
include(Range) - Method in class com.jniwrapper.win32.jexcel.Range
Enlarges the range by adding a new range specified by the range parameter.
include(String) - Method in class com.jniwrapper.win32.jexcel.Range
Enlarges the range by adding a new range specified by its string representation.
insertColumnAfter(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new emthy column after specified column
insertColumnAfter(Range) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new emthy column after specified column
insertColumnBefore(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new emthy column before specified column
insertColumnBefore(Range) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new emthy column before specified column
insertRowAfter(int) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new emthy row after specified row
insertRowAfter(Range) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new emthy row after specified row
insertRowBefore(int) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new emthy row before specified row
insertRowBefore(Range) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Inserts new emthy row before specified row
intersects(Range) - Method in class com.jniwrapper.win32.jexcel.Range
Returns true if the current range intersects the range specified by the range parameter.
isBold() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns true if the font is bold.
isCaseSensetive() - Method in class com.jniwrapper.win32.jexcel.Range.SearchAttributes
Returns true if the case-sevsitive search is specified.
isClosed() - Method in class com.jniwrapper.win32.jexcel.Application
Returns true if the application is closed.
isClosed() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Checks if the workbook is closed.
isClosed() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
isClosed() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
isEmpty() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true if the cell is empty.
isError() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true if the cell contains an error value.
isFindWholePhrase() - Method in class com.jniwrapper.win32.jexcel.Range.SearchAttributes
Returns true if the search of a whole phrase is specified.
isForwardDirection() - Method in class com.jniwrapper.win32.jexcel.Range.SearchAttributes
Returns true if the forward direction search is specified.
isInPrintPreview() - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler
 
isItalic() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns true if the font is italic.
isLogical() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true if the cell contains a number or false otherwise.
isNumber() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true if the cell contains a number or false otherwise.
isPrintPreview() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns true if the component is in the preview mode.
isReadOnly() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Checks if the workbook is read only.
isReadOnly() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
isReadOnly() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
isSaved() - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Checks if the workbook is saved (have not benn changed since the last save operation).
isSaved() - Method in class com.jniwrapper.win32.jexcel.Workbook
 
isSaved() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
isStaticMode() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Returns true if the workbook is displayed in a static mode and false otherwise.
isStrikethrough() - Method in class com.jniwrapper.win32.jexcel.format.Font
Returns true if the font is striked through.
isText() - Method in class com.jniwrapper.win32.jexcel.Cell
Returns true if the cell contains a text or false otherwise.
isVisible() - Method in class com.jniwrapper.win32.jexcel.Application
Returns true if the application is visible or false otherwise.
isVisible() - Method in class com.jniwrapper.win32.jexcel.Window
Checked if the window in shown.
isVisible() - Method in class com.jniwrapper.win32.jexcel.Worksheet
Returns true if the worksheet is visible.
isWorkbookCreated() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 

J

JUSTIFY - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Both vertical or horizontal text alignment kind.
JWorkbook - class com.jniwrapper.win32.jexcel.ui.JWorkbook.
This class provides functionality for embedding Excel workbook into a Java Swing application as an ordinary Swing component.
JWorkbook() - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbook
Creates an instance of JWorkbook component.
JWorkbook(boolean) - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbook
Creates an instance of JWorkbook component.
JWorkbook(File) - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbook
Creates an instance of JWorkbook component and displays the specified Excel workbook.
JWorkbook(File, boolean) - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbook
Creates an instance of JWorkbook component and displays the specified Excel workbook.
JWorkbook(Application, File, boolean) - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbook
Creates an instance of JWorkbook component for specified Excel application process and displays the specified Excel workbook.
JWorkbookEventAdapter - class com.jniwrapper.win32.jexcel.ui.JWorkbookEventAdapter.
An abstract adapter class for processing worksheet events.
JWorkbookEventAdapter() - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbookEventAdapter
 
JWorkbookEventListener - interface com.jniwrapper.win32.jexcel.ui.JWorkbookEventListener.
The interface for processing JWorkbook events.
JWorkbookEventObject - class com.jniwrapper.win32.jexcel.ui.JWorkbookEventObject.
Instances of the JWorkbookEventObject class are used in the methods of the JWorkbookEventListener interface for providing event details.
JWorkbookEventObject(JWorkbook, GenericWorkbook) - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbookEventObject
 
JWorkbookInterruptException - exception com.jniwrapper.win32.jexcel.ui.JWorkbookInterruptException.
The class provides functionality of specific exception used to show that JWorkbook event was interrupted.
JWorkbookInterruptException() - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbookInterruptException
 
JWorkbookInterruptException(String) - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbookInterruptException
 
JWorkbookInterruptException(String, Throwable) - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbookInterruptException
 
JWorkbookInterruptException(Throwable) - Constructor for class com.jniwrapper.win32.jexcel.ui.JWorkbookInterruptException
 

L

LANGUAGE_NEUTRAL_LCID - Static variable in class com.jniwrapper.win32.jexcel.Application
 
LEFT - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Horizontal text alignment kind.
LEFT2RIGHT_BOTTOM2TOP - Static variable in class com.jniwrapper.win32.jexcel.CellsOrder
 
LEFT2RIGHT_TOP2BOTTOM - Static variable in class com.jniwrapper.win32.jexcel.CellsOrder
 
LIGHTDOWN - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
LIGHTHORIZONTAL - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
LIGHTUP - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
LIGHTVERTICAL - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
LINESTYLENONE - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineStyle

M

MAXIMIZED - Static variable in class com.jniwrapper.win32.jexcel.Window.State
 
MEDIUM - Static variable in class com.jniwrapper.win32.jexcel.format.Border.LineWeight
 
MINIMIZED - Static variable in class com.jniwrapper.win32.jexcel.Window.State
 
merge() - Method in class com.jniwrapper.win32.jexcel.Range
Merges all cells of the range, at that all data in cells will be lost.
moveWorksheet(Worksheet, Worksheet) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Moves the worksheet to the position after the specified worksheet.
moveWorksheet(Worksheet, Worksheet) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
moveWorksheet(Worksheet, Worksheet) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 

N

NONE - Static variable in class com.jniwrapper.win32.jexcel.format.Font.UnderlineStyle
 
NONE - Static variable in class com.jniwrapper.win32.jexcel.format.InteriorPattern
 
NORMAL - Static variable in class com.jniwrapper.win32.jexcel.Window.State
 
NORMAL - Static variable in class com.jniwrapper.win32.jexcel.format.Font.Alignment
 
Notify(Int32, Int32, Pointer) - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler.PreviewCallback
 
newSheet(WorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.WorkbookEventAdapter
 
newSheet(WorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.WorkbookEventListener
Occurs when a new worksheet is added to the workbook.
newWorkbook(ApplicationEventObject) - Method in interface com.jniwrapper.win32.jexcel.ApplicationEventListener
The event occurs when a new workbook is created in the application.
newWorkbook() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Creates a new workbook in the container.
newWorkbook(JWorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbookEventAdapter
 
newWorkbook(JWorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.ui.JWorkbookEventListener
Occurs when a new workbook is created.
notifyPrintPreviewStateChanged() - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 

O

openWorkbook(File) - Method in class com.jniwrapper.win32.jexcel.Application
Opens the specified workbook.
openWorkbook(File, boolean) - Method in class com.jniwrapper.win32.jexcel.Application
Opens the specified workbook.
openWorkbook(File, boolean, String) - Method in class com.jniwrapper.win32.jexcel.Application
Opens the specified workbook.
openWorkbook(ApplicationEventObject) - Method in interface com.jniwrapper.win32.jexcel.ApplicationEventListener
The event occurs when a workbook is opened in the application.
openWorkbook(File) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
Opens the specified Excel workbookFile in the container.

P

print(int) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Prints the specified number of copies of the workbook.
print(int, int, int) - Method in interface com.jniwrapper.win32.jexcel.GenericWorkbook
Prints the specified range of worksheet.
print(int) - Method in class com.jniwrapper.win32.jexcel.Range
Prints the specified number of copies of the range.
print(int) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
print(int, int, int) - Method in class com.jniwrapper.win32.jexcel.Workbook
 
print(int) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Prints the specified number of copies of the worksheet.
print(int) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
print(int, int, int) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbook
 
print() - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler
 
print(PrintParameters) - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler
Displays a print dialog box.
printPreview() - Method in class com.jniwrapper.win32.jexcel.ui.StdPrintHandler
 
printPreviewStateChanged(JWorkbookEventObject) - Method in class com.jniwrapper.win32.jexcel.ui.JWorkbookEventAdapter
 
printPreviewStateChanged(JWorkbookEventObject) - Method in interface com.jniwrapper.win32.jexcel.ui.JWorkbookEventListener
Occurs when a workbook is switched to the preview mode or back.
protect(String) - Method in class com.jniwrapper.win32.jexcel.Worksheet
Protects worksheet by password.

R

RIGHT - Static variable in class com.jniwrapper.win32.jexcel.format.TextAlignment
Horizontal text alignment kind.
RIGHT2LEFT_BOTTOM2TOP - Static variable in class com.jniwrapper.win32.jexcel.CellsOrder
 
RIGHT2LEFT_TOP2BOTTOM - Static variable in class com.jniwrapper.win32.jexcel.CellsOrder
 
Range - class com.jniwrapper.win32.jexcel.Range.
This class represents a range of cells in a Worksheet.
Range(Cell) - Constructor for class com.jniwrapper.win32.jexcel.Range
Creates a range that contains a single cell.
Range.FindLookIn - class com.jniwrapper.win32.jexcel.Range.FindLookIn.
This class i