public interface Font extends MDWEObject, EModelElement
The following features are supported:
ExcelPackage.getFont()
Modifier and Type | Method and Description |
---|---|
FontCharSet |
getCharSet()
Returns the value of the 'Char Set' attribute.
|
Color |
getColor()
Returns the value of the 'Color' reference.
|
float |
getHeight()
Returns the value of the 'Height' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
TypeOffset |
getTypeOffset()
Returns the value of the 'Type Offset' attribute.
|
FontUnderline |
getUnderline()
Returns the value of the 'Underline' attribute.
|
boolean |
isBold()
Returns the value of the 'Bold' attribute.
|
boolean |
isItalic()
Returns the value of the 'Italic' attribute.
|
boolean |
isStrikeout()
Returns the value of the 'Strikeout' attribute.
|
void |
setBold(boolean value)
Sets the value of the '
Bold ' attribute. |
void |
setCharSet(FontCharSet value)
Sets the value of the '
Char Set ' attribute. |
void |
setColor(Color value)
Sets the value of the '
Color ' reference. |
void |
setHeight(float value)
Sets the value of the '
Height ' attribute. |
void |
setItalic(boolean value)
Sets the value of the '
Italic ' attribute. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setStrikeout(boolean value)
Sets the value of the '
Strikeout ' attribute. |
void |
setTypeOffset(TypeOffset value)
Sets the value of the '
Type Offset ' attribute. |
void |
setUnderline(FontUnderline value)
Sets the value of the '
Underline ' 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
String getName()
""
.
setName(String)
,
ExcelPackage.getFont_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
boolean isItalic()
setItalic(boolean)
,
ExcelPackage.getFont_Italic()
void setItalic(boolean value)
Italic
' attribute.
value
- the new value of the 'Italic' attribute.isItalic()
boolean isBold()
setBold(boolean)
,
ExcelPackage.getFont_Bold()
void setBold(boolean value)
Bold
' attribute.
value
- the new value of the 'Bold' attribute.isBold()
boolean isStrikeout()
setStrikeout(boolean)
,
ExcelPackage.getFont_Strikeout()
void setStrikeout(boolean value)
Strikeout
' attribute.
value
- the new value of the 'Strikeout' attribute.isStrikeout()
FontUnderline getUnderline()
FontUnderline
.
FontUnderline
,
setUnderline(FontUnderline)
,
ExcelPackage.getFont_Underline()
void setUnderline(FontUnderline value)
Underline
' attribute.
value
- the new value of the 'Underline' attribute.FontUnderline
,
getUnderline()
Color getColor()
setColor(Color)
,
ExcelPackage.getFont_Color()
void setColor(Color value)
Color
' reference.
value
- the new value of the 'Color' reference.getColor()
FontCharSet getCharSet()
FontCharSet
.
FontCharSet
,
setCharSet(FontCharSet)
,
ExcelPackage.getFont_CharSet()
void setCharSet(FontCharSet value)
Char Set
' attribute.
value
- the new value of the 'Char Set' attribute.FontCharSet
,
getCharSet()
float getHeight()
setHeight(float)
,
ExcelPackage.getFont_Height()
void setHeight(float value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()
TypeOffset getTypeOffset()
TypeOffset
.
TypeOffset
,
setTypeOffset(TypeOffset)
,
ExcelPackage.getFont_TypeOffset()
void setTypeOffset(TypeOffset value)
Type Offset
' attribute.
value
- the new value of the 'Type Offset' attribute.TypeOffset
,
getTypeOffset()