public interface Text
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BootstrapPackage.getText()| Modifier and Type | Method and Description |
|---|---|
Text.Alignment |
getAlignment()
Returns the value of the 'Alignment' attribute.
|
Color |
getColor()
Returns the value of the 'Color' attribute.
|
Text.Transform |
getTransform()
Returns the value of the 'Transform' attribute.
|
Text.Weight |
getWeight()
Returns the value of the 'Weight' attribute.
|
boolean |
isItalic()
Returns the value of the 'Italic' attribute.
|
boolean |
isMonospace()
Returns the value of the 'Monospace' attribute.
|
boolean |
isNowrap()
Returns the value of the 'Nowrap' attribute.
|
boolean |
isTruncate()
Returns the value of the 'Truncate' attribute.
|
void |
setAlignment(Text.Alignment value)
Sets the value of the '
Alignment' attribute. |
void |
setColor(Color value)
Sets the value of the '
Color' attribute. |
void |
setItalic(boolean value)
Sets the value of the '
Italic' attribute. |
void |
setMonospace(boolean value)
Sets the value of the '
Monospace' attribute. |
void |
setNowrap(boolean value)
Sets the value of the '
Nowrap' attribute. |
void |
setTransform(Text.Transform value)
Sets the value of the '
Transform' attribute. |
void |
setTruncate(boolean value)
Sets the value of the '
Truncate' attribute. |
void |
setWeight(Text.Weight value)
Sets the value of the '
Weight' attribute. |
Text.Alignment getAlignment()
#setAlignment(Alignment),
BootstrapPackage.getText_Alignment()void setAlignment(Text.Alignment value)
Alignment' attribute.
value - the new value of the 'Alignment' attribute.getAlignment()Color getColor()
setColor(Color),
BootstrapPackage.getText_Color()void setColor(Color value)
Color' attribute.
value - the new value of the 'Color' attribute.getColor()Text.Transform getTransform()
#setTransform(Transform),
BootstrapPackage.getText_Transform()void setTransform(Text.Transform value)
Transform' attribute.
value - the new value of the 'Transform' attribute.getTransform()Text.Weight getWeight()
#setWeight(Weight),
BootstrapPackage.getText_Weight()void setWeight(Text.Weight value)
Weight' attribute.
value - the new value of the 'Weight' attribute.getWeight()boolean isMonospace()
setMonospace(boolean),
BootstrapPackage.getText_Monospace()void setMonospace(boolean value)
Monospace' attribute.
value - the new value of the 'Monospace' attribute.isMonospace()boolean isItalic()
setItalic(boolean),
BootstrapPackage.getText_Italic()void setItalic(boolean value)
Italic' attribute.
value - the new value of the 'Italic' attribute.isItalic()boolean isNowrap()
setNowrap(boolean),
BootstrapPackage.getText_Nowrap()void setNowrap(boolean value)
Nowrap' attribute.
value - the new value of the 'Nowrap' attribute.isNowrap()boolean isTruncate()
setTruncate(boolean),
BootstrapPackage.getText_Truncate()void setTruncate(boolean value)
Truncate' attribute.
value - the new value of the 'Truncate' attribute.isTruncate()Copyright © 2021 Nasdanika. All rights reserved.