public interface ExcelFactory extends EFactory
ExcelPackage
Modifier and Type | Field and Description |
---|---|
static ExcelFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
Cell |
createCell()
Returns a new object of class 'Cell'.
|
CellRegion |
createCellRegion()
Returns a new object of class 'Cell Region'.
|
CellStyle |
createCellStyle()
Returns a new object of class 'Cell Style'.
|
Color |
createColor()
Returns a new object of class 'Color'.
|
Column |
createColumn()
Returns a new object of class 'Column'.
|
Comment |
createComment()
Returns a new object of class 'Comment'.
|
Font |
createFont()
Returns a new object of class 'Font'.
|
Hyperlink |
createHyperlink()
Returns a new object of class 'Hyperlink'.
|
Row |
createRow()
Returns a new object of class 'Row'.
|
Sheet |
createSheet()
Returns a new object of class 'Sheet'.
|
Workbook |
createWorkbook()
Returns a new object of class 'Workbook'.
|
ExcelPackage |
getExcelPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final ExcelFactory eINSTANCE
Cell createCell()
Sheet createSheet()
Row createRow()
Comment createComment()
CellStyle createCellStyle()
CellRegion createCellRegion()
Workbook createWorkbook()
Font createFont()
Column createColumn()
Color createColor()
Hyperlink createHyperlink()
ExcelPackage getExcelPackage()