public interface CellStyle extends MDWEObject, EModelElement
The following features are supported:
ExcelPackage.getCellStyle()
Modifier and Type | Method and Description |
---|---|
Color |
getBackground()
Returns the value of the 'Background' reference.
|
BorderType |
getBottomBorder()
Returns the value of the 'Bottom Border' attribute.
|
Color |
getBottomColor()
Returns the value of the 'Bottom Color' reference.
|
String |
getDataFormat()
Returns the value of the 'Data Format' attribute.
|
Font |
getFont()
Returns the value of the 'Font' reference.
|
HorizontalAlignment |
getHorizontal()
Returns the value of the 'Horizontal' attribute.
|
int |
getIndentation()
Returns the value of the 'Indentation' attribute.
|
BorderType |
getLeftBorder()
Returns the value of the 'Left Border' attribute.
|
Color |
getLeftColor()
Returns the value of the 'Left Color' reference.
|
BorderType |
getRightBorder()
Returns the value of the 'Right Border' attribute.
|
Color |
getRightColor()
Returns the value of the 'Right Color' reference.
|
int |
getRotation()
Returns the value of the 'Rotation' attribute.
|
BorderType |
getTopBorder()
Returns the value of the 'Top Border' attribute.
|
Color |
getTopColor()
Returns the value of the 'Top Color' reference.
|
VerticalAlignment |
getVertical()
Returns the value of the 'Vertical' attribute.
|
boolean |
isLocked()
Returns the value of the 'Locked' attribute.
|
boolean |
isWrapText()
Returns the value of the 'Wrap Text' attribute.
|
void |
setBackground(Color value)
Sets the value of the '
Background ' reference. |
void |
setBottomBorder(BorderType value)
Sets the value of the '
Bottom Border ' attribute. |
void |
setBottomColor(Color value)
Sets the value of the '
Bottom Color ' reference. |
void |
setDataFormat(String value)
Sets the value of the '
Data Format ' attribute. |
void |
setFont(Font value)
Sets the value of the '
Font ' reference. |
void |
setHorizontal(HorizontalAlignment value)
Sets the value of the '
Horizontal ' attribute. |
void |
setIndentation(int value)
Sets the value of the '
Indentation ' attribute. |
void |
setLeftBorder(BorderType value)
Sets the value of the '
Left Border ' attribute. |
void |
setLeftColor(Color value)
Sets the value of the '
Left Color ' reference. |
void |
setLocked(boolean value)
Sets the value of the '
Locked ' attribute. |
void |
setRightBorder(BorderType value)
Sets the value of the '
Right Border ' attribute. |
void |
setRightColor(Color value)
Sets the value of the '
Right Color ' reference. |
void |
setRotation(int value)
Sets the value of the '
Rotation ' attribute. |
void |
setTopBorder(BorderType value)
Sets the value of the '
Top Border ' attribute. |
void |
setTopColor(Color value)
Sets the value of the '
Top Color ' reference. |
void |
setVertical(VerticalAlignment value)
Sets the value of the '
Vertical ' attribute. |
void |
setWrapText(boolean value)
Sets the value of the '
Wrap Text ' 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
HorizontalAlignment getHorizontal()
HorizontalAlignment
.
HorizontalAlignment
,
setHorizontal(HorizontalAlignment)
,
ExcelPackage.getCellStyle_Horizontal()
void setHorizontal(HorizontalAlignment value)
Horizontal
' attribute.
value
- the new value of the 'Horizontal' attribute.HorizontalAlignment
,
getHorizontal()
VerticalAlignment getVertical()
VerticalAlignment
.
VerticalAlignment
,
setVertical(VerticalAlignment)
,
ExcelPackage.getCellStyle_Vertical()
void setVertical(VerticalAlignment value)
Vertical
' attribute.
value
- the new value of the 'Vertical' attribute.VerticalAlignment
,
getVertical()
Color getBackground()
setBackground(Color)
,
ExcelPackage.getCellStyle_Background()
void setBackground(Color value)
Background
' reference.
value
- the new value of the 'Background' reference.getBackground()
int getIndentation()
setIndentation(int)
,
ExcelPackage.getCellStyle_Indentation()
void setIndentation(int value)
Indentation
' attribute.
value
- the new value of the 'Indentation' attribute.getIndentation()
boolean isLocked()
setLocked(boolean)
,
ExcelPackage.getCellStyle_Locked()
void setLocked(boolean value)
Locked
' attribute.
value
- the new value of the 'Locked' attribute.isLocked()
int getRotation()
setRotation(int)
,
ExcelPackage.getCellStyle_Rotation()
void setRotation(int value)
Rotation
' attribute.
value
- the new value of the 'Rotation' attribute.getRotation()
boolean isWrapText()
setWrapText(boolean)
,
ExcelPackage.getCellStyle_WrapText()
void setWrapText(boolean value)
Wrap Text
' attribute.
value
- the new value of the 'Wrap Text' attribute.isWrapText()
Font getFont()
setFont(Font)
,
ExcelPackage.getCellStyle_Font()
void setFont(Font value)
Font
' reference.
value
- the new value of the 'Font' reference.getFont()
String getDataFormat()
""
.
setDataFormat(String)
,
ExcelPackage.getCellStyle_DataFormat()
void setDataFormat(String value)
Data Format
' attribute.
value
- the new value of the 'Data Format' attribute.getDataFormat()
BorderType getTopBorder()
BorderType
.
BorderType
,
setTopBorder(BorderType)
,
ExcelPackage.getCellStyle_TopBorder()
void setTopBorder(BorderType value)
Top Border
' attribute.
value
- the new value of the 'Top Border' attribute.BorderType
,
getTopBorder()
BorderType getBottomBorder()
BorderType
.
BorderType
,
setBottomBorder(BorderType)
,
ExcelPackage.getCellStyle_BottomBorder()
void setBottomBorder(BorderType value)
Bottom Border
' attribute.
value
- the new value of the 'Bottom Border' attribute.BorderType
,
getBottomBorder()
Color getRightColor()
setRightColor(Color)
,
ExcelPackage.getCellStyle_RightColor()
void setRightColor(Color value)
Right Color
' reference.
value
- the new value of the 'Right Color' reference.getRightColor()
Color getLeftColor()
setLeftColor(Color)
,
ExcelPackage.getCellStyle_LeftColor()
void setLeftColor(Color value)
Left Color
' reference.
value
- the new value of the 'Left Color' reference.getLeftColor()
Color getBottomColor()
setBottomColor(Color)
,
ExcelPackage.getCellStyle_BottomColor()
void setBottomColor(Color value)
Bottom Color
' reference.
value
- the new value of the 'Bottom Color' reference.getBottomColor()
Color getTopColor()
setTopColor(Color)
,
ExcelPackage.getCellStyle_TopColor()
void setTopColor(Color value)
Top Color
' reference.
value
- the new value of the 'Top Color' reference.getTopColor()
BorderType getRightBorder()
BorderType
.
BorderType
,
setRightBorder(BorderType)
,
ExcelPackage.getCellStyle_RightBorder()
void setRightBorder(BorderType value)
Right Border
' attribute.
value
- the new value of the 'Right Border' attribute.BorderType
,
getRightBorder()
BorderType getLeftBorder()
BorderType
.
BorderType
,
setLeftBorder(BorderType)
,
ExcelPackage.getCellStyle_LeftBorder()
void setLeftBorder(BorderType value)
Left Border
' attribute.
value
- the new value of the 'Left Border' attribute.BorderType
,
getLeftBorder()