public interface Style
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RichtextPackage.getStyle()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Returns the value of the 'Display Name' attribute.
|
RGBColor |
getFontColor()
Returns the value of the 'Font Color' attribute.
|
java.lang.String |
getFontName()
Returns the value of the 'Font Name' attribute.
|
int |
getFontSize()
Returns the value of the 'Font Size' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getTag()
Returns the value of the 'Tag' attribute.
|
boolean |
isBold()
Returns the value of the 'Bold' attribute.
|
boolean |
isItalic()
Returns the value of the 'Italic' attribute.
|
boolean |
isUnderline()
Returns the value of the 'Underline' attribute.
|
void |
setBold(boolean value)
Sets the value of the '
Bold ' attribute. |
void |
setDisplayName(java.lang.String value)
Sets the value of the '
Display Name ' attribute. |
void |
setFontColor(RGBColor value)
Sets the value of the '
Font Color ' attribute. |
void |
setFontName(java.lang.String value)
Sets the value of the '
Font Name ' attribute. |
void |
setFontSize(int value)
Sets the value of the '
Font Size ' attribute. |
void |
setItalic(boolean value)
Sets the value of the '
Italic ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setTag(java.lang.String value)
Sets the value of the '
Tag ' attribute. |
void |
setUnderline(boolean value)
Sets the value of the '
Underline ' attribute. |
java.lang.String getTag()
If the meaning of the 'Tag' attribute isn't clear, there really should be more of a description here...
setTag(String)
,
RichtextPackage.getStyle_Tag()
void setTag(java.lang.String value)
Tag
' attribute.
value
- the new value of the 'Tag' attribute.getTag()
java.lang.String getName()
""
.
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
RichtextPackage.getStyle_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getFontName()
If the meaning of the 'Font Name' attribute isn't clear, there really should be more of a description here...
setFontName(String)
,
RichtextPackage.getStyle_FontName()
void setFontName(java.lang.String value)
Font Name
' attribute.
value
- the new value of the 'Font Name' attribute.getFontName()
boolean isItalic()
"false"
.
If the meaning of the 'Italic' attribute isn't clear, there really should be more of a description here...
setItalic(boolean)
,
RichtextPackage.getStyle_Italic()
void setItalic(boolean value)
Italic
' attribute.
value
- the new value of the 'Italic' attribute.isItalic()
boolean isBold()
"false"
.
If the meaning of the 'Bold' attribute isn't clear, there really should be more of a description here...
setBold(boolean)
,
RichtextPackage.getStyle_Bold()
void setBold(boolean value)
Bold
' attribute.
value
- the new value of the 'Bold' attribute.isBold()
int getFontSize()
"8"
.
If the meaning of the 'Font Size' attribute isn't clear, there really should be more of a description here...
setFontSize(int)
,
RichtextPackage.getStyle_FontSize()
void setFontSize(int value)
Font Size
' attribute.
value
- the new value of the 'Font Size' attribute.getFontSize()
java.lang.String getDisplayName()
""
.
If the meaning of the 'Display Name' attribute isn't clear, there really should be more of a description here...
setDisplayName(String)
,
RichtextPackage.getStyle_DisplayName()
void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
boolean isUnderline()
"false"
.
If the meaning of the 'Underline' attribute isn't clear, there really should be more of a description here...
setUnderline(boolean)
,
RichtextPackage.getStyle_Underline()
void setUnderline(boolean value)
Underline
' attribute.
value
- the new value of the 'Underline' attribute.isUnderline()
RGBColor getFontColor()
If the meaning of the 'Font Color' attribute isn't clear, there really should be more of a description here...
setFontColor(RGBColor)
,
RichtextPackage.getStyle_FontColor()
void setFontColor(RGBColor value)
Font Color
' attribute.
value
- the new value of the 'Font Color' attribute.getFontColor()