Package com._1c.g5.v8.dt.moxel.content
Interface SpreadsheetLine
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CellLine
,DrawingLine
- All Known Implementing Classes:
CellLineImpl
,DrawingLineImpl
,SpreadsheetLineImpl
public interface SpreadsheetLine extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Spreadsheet Line'.The following features are supported:
- See Also:
ContentPackage.getSpreadsheetLine()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getWidth()
Returns the value of the 'Width' attribute.boolean
isGap()
Returns the value of the 'Gap' attribute.void
setGap(boolean value)
Sets the value of the 'Gap
' attribute.void
setWidth(int value)
Sets the value of the 'Width
' attribute.
-
-
-
Method Detail
-
getWidth
int getWidth()
Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
setWidth(int)
,ContentPackage.getSpreadsheetLine_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()
-
isGap
boolean isGap()
Returns the value of the 'Gap' attribute.- Returns:
- the value of the 'Gap' attribute.
- See Also:
setGap(boolean)
,ContentPackage.getSpreadsheetLine_Gap()
-
-