public interface VTFontPropertiesStyleProperty extends VTStyleProperty
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getColorHEX()
Returns the value of the 'Color HEX' attribute.
|
String |
getFontName()
Returns the value of the 'Font Name' attribute.
|
int |
getHeight()
Returns the value of the 'Height' attribute.
|
boolean |
isBold()
Returns the value of the 'Bold' attribute.
|
boolean |
isItalic()
Returns the value of the 'Italic' attribute.
|
void |
setBold(boolean value)
Sets the value of the '
Bold ' attribute. |
void |
setColorHEX(String value)
Sets the value of the '
Color HEX ' attribute. |
void |
setFontName(String value)
Sets the value of the '
Font Name ' attribute. |
void |
setHeight(int value)
Sets the value of the '
Height ' attribute. |
void |
setItalic(boolean value)
Sets the value of the '
Italic ' attribute. |
equalStyles
boolean isItalic()
If the meaning of the 'Italic' attribute isn't clear, there really should be more of a description here...
setItalic(boolean)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_Italic()
void setItalic(boolean value)
Italic
' attribute.
value
- the new value of the 'Italic' attribute.isItalic()
boolean isBold()
If the meaning of the 'Bold' attribute isn't clear, there really should be more of a description here...
setBold(boolean)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_Bold()
void setBold(boolean value)
Bold
' attribute.
value
- the new value of the 'Bold' attribute.isBold()
String getColorHEX()
If the meaning of the 'Color HEX' attribute isn't clear, there really should be more of a description here...
setColorHEX(String)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_ColorHEX()
void setColorHEX(String value)
Color HEX
' attribute.
value
- the new value of the 'Color HEX' attribute.getColorHEX()
int getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(int)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_Height()
void setHeight(int value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()
String getFontName()
If the meaning of the 'Font Name' attribute isn't clear, there really should be more of a description here...
setFontName(String)
,
VTFontPropertiesPackage.getFontPropertiesStyleProperty_FontName()
void setFontName(String value)
Font Name
' attribute.
value
- the new value of the 'Font Name' attribute.getFontName()
Copyright © 2018. All rights reserved.