Package com._1c.g5.v8.dt.moxel.content
Interface DrawingLine
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,SpreadsheetLine
- All Known Implementing Classes:
DrawingLineImpl
public interface DrawingLine extends SpreadsheetLine
A representation of the model object 'Drawing Line'.The following features are supported:
- See Also:
ContentPackage.getDrawingLine()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DrawingLineStyle
getStyle()
Returns the value of the 'Style' attribute.int
getWidth()
Returns the value of the 'Width' attribute.void
setStyle(DrawingLineStyle value)
Sets the value of the 'Style
' attribute.void
setWidth(int value)
Sets the value of the 'Width
' attribute.
-
-
-
Method Detail
-
getStyle
DrawingLineStyle getStyle()
Returns the value of the 'Style' attribute. The literals are from the enumerationDrawingLineStyle
.- Returns:
- the value of the 'Style' attribute.
- See Also:
DrawingLineStyle
,setStyle(DrawingLineStyle)
,ContentPackage.getDrawingLine_Style()
-
setStyle
void setStyle(DrawingLineStyle value)
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- See Also:
DrawingLineStyle
,getStyle()
-
getWidth
int getWidth()
Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
setWidth(int)
,ContentPackage.getDrawingLine_Width()
-
setWidth
void setWidth(int value)
Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
getWidth()
-
-