public interface Column extends MDWEObject, EModelElement
The following features are supported:
ExcelPackage.getColumn()
Modifier and Type | Method and Description |
---|---|
MDWEList<Cell> |
getCells()
Returns the value of the 'Cells' reference list.
|
int |
getColumnIndex()
Returns the value of the 'Column Index' attribute.
|
CellStyle |
getDefaultStyle()
Returns the value of the 'Default Style' reference.
|
Sheet |
getSheet()
Returns the value of the 'Sheet' container reference.
|
float |
getWidth()
Returns the value of the 'Width' attribute.
|
void |
setDefaultStyle(CellStyle value)
Sets the value of the '
Default Style ' reference. |
void |
setSheet(Sheet value)
Sets the value of the '
Sheet ' container reference. |
void |
setWidth(float value)
Sets the value of the '
Width ' attribute. |
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
int getColumnIndex()
"-1"
.
ExcelPackage.getColumn_ColumnIndex()
float getWidth()
setWidth(float)
,
ExcelPackage.getColumn_Width()
void setWidth(float value)
Width
' attribute.
value
- the new value of the 'Width' attribute.getWidth()
CellStyle getDefaultStyle()
setDefaultStyle(CellStyle)
,
ExcelPackage.getColumn_DefaultStyle()
void setDefaultStyle(CellStyle value)
Default Style
' reference.
value
- the new value of the 'Default Style' reference.getDefaultStyle()
MDWEList<Cell> getCells()
Cell
.
It is bidirectional and its opposite is 'Column
'.
ExcelPackage.getColumn_Cells()
,
Cell.getColumn()
Sheet getSheet()
Columns
'.
setSheet(Sheet)
,
ExcelPackage.getColumn_Sheet()
,
Sheet.getColumns()
void setSheet(Sheet value)
Sheet
' container reference.
value
- the new value of the 'Sheet' container reference.getSheet()