|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextStyleRegion
A representation of the model object 'Text Style Region'.
The following features are supported:
StylesPackage.getTextStyleRegion()
Method Summary | |
---|---|
int |
getEnd()
Returns the value of the 'End' attribute. |
int |
getStart()
Returns the value of the 'Start' attribute. |
TextStyle |
getStyle()
Returns the value of the 'Style' containment reference. |
void |
setEnd(int value)
Sets the value of the ' End ' attribute. |
void |
setStart(int value)
Sets the value of the ' Start ' attribute. |
void |
setStyle(TextStyle value)
Sets the value of the ' Style ' containment reference. |
Method Detail |
---|
int getStart()
If the meaning of the 'Start' attribute isn't clear, there really should be more of a description here...
setStart(int)
,
StylesPackage.getTextStyleRegion_Start()
void setStart(int value)
Start
' attribute.
value
- the new value of the 'Start' attribute.getStart()
int getEnd()
If the meaning of the 'End' attribute isn't clear, there really should be more of a description here...
setEnd(int)
,
StylesPackage.getTextStyleRegion_End()
void setEnd(int value)
End
' attribute.
value
- the new value of the 'End' attribute.getEnd()
TextStyle getStyle()
If the meaning of the 'Style' containment reference isn't clear, there really should be more of a description here...
setStyle(TextStyle)
,
StylesPackage.getTextStyleRegion_Style()
void setStyle(TextStyle value)
Style
' containment reference.
value
- the new value of the 'Style' containment reference.getStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |