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

E

EndEditEvent - class com.jxcell.EndEditEvent.
This event occurs when an editing operation is completed

EndEditListener - interface com.jxcell.EndEditListener.
The listener interface for receiving EndEdit events

EndRecalcEvent - class com.jxcell.EndRecalcEvent.
This event occurs when the recalculation process is completed.
EndRecalcListener - interface com.jxcell.EndRecalcListener.
The listener interface for receiving EndRecalc events

eAny - Static variable in class com.jxcell.DataValidation
 
eArc - Static variable in class com.jxcell.GRObject
 
eArrowFilled - Static variable in class com.jxcell.GRObject
 
eArrowHollow - Static variable in class com.jxcell.GRObject
 
eArrowLarge - Static variable in class com.jxcell.GRObject
 
eArrowMedium - Static variable in class com.jxcell.GRObject
 
eArrowNone - Static variable in class com.jxcell.GRObject
 
eArrowSmall - Static variable in class com.jxcell.GRObject
 
eBetween - Static variable in class com.jxcell.DataValidation
 
eButton - Static variable in class com.jxcell.GRObject
 
eCellNone - Static variable in class com.jxcell.GRObject
 
eCellText - Static variable in class com.jxcell.GRObject
 
eCellValue - Static variable in class com.jxcell.GRObject
 
eChart - Static variable in class com.jxcell.GRObject
 
eChartArea - Static variable in class com.jxcell.GRChart
 
eChartBar - Static variable in class com.jxcell.GRChart
 
eChartBubble - Static variable in class com.jxcell.GRChart
 
eChartColumn - Static variable in class com.jxcell.GRChart
 
eChartCombination - Static variable in class com.jxcell.GRChart
 
eChartDoughnut - Static variable in class com.jxcell.GRChart
 
eChartLine - Static variable in class com.jxcell.GRChart
 
eChartPie - Static variable in class com.jxcell.GRChart
 
eChartScatter - Static variable in class com.jxcell.GRChart
 
eChartStep - Static variable in class com.jxcell.GRChart
 
eCheckBox - Static variable in class com.jxcell.GRObject
 
eDate - Static variable in class com.jxcell.DataValidation
 
eDecimal - Static variable in class com.jxcell.DataValidation
 
eDropDown - Static variable in class com.jxcell.GRObject
 
eEqual - Static variable in class com.jxcell.DataValidation
 
eFail - Static variable in class com.jxcell.ValidationFailedEvent
validation failure throw an exception
eFormula - Static variable in class com.jxcell.DataValidation
 
eGreater - Static variable in class com.jxcell.DataValidation
 
eGreaterOrEqual - Static variable in class com.jxcell.DataValidation
 
eGroup - Static variable in class com.jxcell.GRObject
 
eIgnoreValidationRule - Static variable in class com.jxcell.ValidationFailedEvent
validatation failure ignore the rule and place the value into the cell
eInfo - Static variable in class com.jxcell.DataValidation
 
eInteger - Static variable in class com.jxcell.DataValidation
 
eLess - Static variable in class com.jxcell.DataValidation
 
eLessOrEqual - Static variable in class com.jxcell.DataValidation
 
eLine - Static variable in class com.jxcell.GRObject
 
eLineDash - Static variable in class com.jxcell.ChartFormat
 
eLineDashDot - Static variable in class com.jxcell.ChartFormat
 
eLineDashDotDot - Static variable in class com.jxcell.ChartFormat
 
eLineLongDash - Static variable in class com.jxcell.ChartFormat
 
eLineLongDashDot - Static variable in class com.jxcell.ChartFormat
 
eLineLongDashDotDot - Static variable in class com.jxcell.ChartFormat
 
eLineNull - Static variable in class com.jxcell.ChartFormat
 
eLineRoundDot - Static variable in class com.jxcell.ChartFormat
 
eLineSolid - Static variable in class com.jxcell.ChartFormat
 
eLineSquareDot - Static variable in class com.jxcell.ChartFormat
 
eListBox - Static variable in class com.jxcell.GRObject
 
eNotBetween - Static variable in class com.jxcell.DataValidation
 
eNotEqual - Static variable in class com.jxcell.DataValidation
 
eOval - Static variable in class com.jxcell.GRObject
 
ePicture - Static variable in class com.jxcell.GRObject
 
ePolygon - Static variable in class com.jxcell.GRObject
 
eRadioButton - Static variable in class com.jxcell.GRObject
 
eRectangle - Static variable in class com.jxcell.GRObject
 
eRetry - Static variable in class com.jxcell.ValidationFailedEvent
validation failure, revalidate, then throw an exception
eShowErrorAndFail - Static variable in class com.jxcell.ValidationFailedEvent
validation, show an error message box, then throw an exception
eStop - Static variable in class com.jxcell.DataValidation
 
eText - Static variable in class com.jxcell.GRObject
 
eTextLength - Static variable in class com.jxcell.DataValidation
 
eTime - Static variable in class com.jxcell.DataValidation
 
eUser - Static variable in class com.jxcell.DataValidation
 
eWarning - Static variable in class com.jxcell.DataValidation
 
eXAxis - Static variable in class com.jxcell.GRChart
 
eYAxis - Static variable in class com.jxcell.GRChart
 
editClear(short) - Method in class com.jxcell.View
Clears all cells in the selected range and all selected objects in all selected sheets

editCopy() - Method in class com.jxcell.View
Copies the selected range or objects to the clipboard Only one range can be selected.
editCopyDown() - Method in class com.jxcell.View
Copies cells in the top row a selection to the other rows in the selected range and adjusts relative cell references appropriately

editCopyRight() - Method in class com.jxcell.View
Copies cells in the left column of a selection to the other columns in the selected range and adjusts relative cell references appropriately

editCut() - Method in class com.jxcell.View
Cuts the selected range or object to the clipboard and clears the range or object from the active worksheet.
editDelete(short) - Method in class com.jxcell.View
Deletes the selected range in all selected sheets
editDeleteSheets() - Method in class com.jxcell.View
Deletes the selected sheets Sheet names displayed on the tabs are not affect by the deletion; however, the remaining worksheet indexes are adjusted to reflect the new position.
editInsert(short) - Method in class com.jxcell.View
Moves the selected range in all selected worksheets to insert new cells, rows, or columns
editInsertSheets() - Method in class com.jxcell.View
Inserts one or more new worksheets, depending on the number and position of the currently selected worksheets.
editPaste() - Method in class com.jxcell.View
Pastes the contents of the clipboard to the selected range.
editPaste(short) - Method in class com.jxcell.View
Pastes data from the clipboard to the selected range This method allows you to choose the type of data to paste: formulas only, values only, formats only, any combination of the previous types, or all of the types.
editPasteSpecial(short) - Method in class com.jxcell.View
Pastes data from the clipboard to the selected range.
endEdit(EndEditEvent) - Method in interface com.jxcell.EndEditListener
 
endEdit() - Method in class com.jxcell.View
Ends edit mode and applies changes to the active cell If an invalid entry has been made (e.g., an incorrect formula), edit mode cannot end.
endRecalc(EndRecalcEvent) - Method in interface com.jxcell.EndRecalcListener
 
errorNumberToText(int) - Method in class com.jxcell.View
Returns a string containing the text of the corresponding to the specified error number
exportPDF(String) - Method in class com.jxcell.View
export current sheet to pdf file
exportPDF(OutputStream) - Method in class com.jxcell.View
export current sheet to the outputstream with pdf format

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